-
AuthorPosts
-
June 29, 2012 at 8:11 pm #178656
Hello,
I am using the “Core Design Login module” but I have no place to put the module. Attached is an image of what I would like to achieve.
How do I create a new module position in the location shown in the image?Any advice would be appreciated.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 2, 2012 at 10:23 am #459534<em>@londonstudio 327952 wrote:</em><blockquote>Hello,
I am using the “Core Design Login module” but I have no place to put the module. Attached is an image of what I would like to achieve.
How do I create a new module position in the location shown in the image?Any advice would be appreciated.
</blockquote>
hi londonstudio,
Things at ja cloris almost are modules and displayed per pages, you can display your module the the page1, For example your login module is assigned to the login position you can modify the layout as following
Go to the template back-end >> LALYOUTS tab, there you go to edit the default layout you would see this defined block tag for the page1
<page name=”about-us” type=”modules” title=”About us” class=”light first-item”>page1</page>you can insert the login position here
<page name=”about-us” type=”modules” title=”About us” class=”light first-item”>login,page1</page>Now refreshing your font-end and you will see the login module display there.
July 2, 2012 at 1:35 pm #459562Hello, Thanks for the reply, I have added that line to the template but I cannot assign the login module to it.
What I am trying to do is. Create a new module position called login. In the top right corner of the page. I want this module to be on all pages in the site in the same top right position.
How do I create a new module position in this top right hand corner?
If you can please let me know the line of code I need to use and let me know where to place it.Kind Regards.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 3, 2012 at 2:39 am #459636HI londonstudio,
You should need to add some css rule in to the file of templates/your_template/css/template.css to get the module display right at the place you want, can you share with me the url where the module is being seen ?
July 3, 2012 at 11:10 am #459725Hello, Thanks for getting back to me.
I would like the module to be in the position shown in the JPEG I attached to this forum and on all pages within the website http://www.prepressguide.com. So positioned at the top of the home page and on all article pages. Article pages are located under the menu labeled “watch”
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 3, 2012 at 11:19 am #459727No need positioning give me the admin details, will let you know the solution
Note: If you Find my Post useful please click on the Thanks Icon
July 3, 2012 at 11:51 am #459729Thanks for the great support, I just sent you my login details in a private message
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 3, 2012 at 1:14 pm #459739I have Added a suffix to these 2 modules using their Module options parameters
Introduction Video – “cs”
Core Design Login module – “login”Now Add this code to template.css
.moduletablelogin {
padding-top: 45px !important;
padding-bottom: 0px !important;
}
.moduletablecs {
padding-top: 45px !important;
}
.moduletablelogin .cd_moduletitle_logo{
float: right;
}
Note: If you Find my Post useful please click on the Thanks Icon
1 user says Thank You to chavan for this useful post
July 3, 2012 at 2:11 pm #459745Thank you Chavan, What you have done really looks great.
Can you please just make the module box take up about 25% of the width of the page. Like the attached image. As when the user logins now it shows the Greeting Hi, [username] on one side of the page and the X button to logout on the other. Login yourself and you will see what I mean.
Also can you make the login module on all article pages as well as the home page. Article pages can be seen under the menu named “watch”.
Thanks again for all your help so far.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 3, 2012 at 3:06 pm #459749Add this code to template.css
.moduletablelogin .cdlogin-logout-greeting{
padding: 0 35px 0 0;
float: right;
}Note: If you Find my Post useful please click on the Thanks Icon
1 user says Thank You to chavan for this useful post
July 3, 2012 at 3:31 pm #459753Thats perfect. Thank you. Are you able to add that to all article pages.
eg http://www.prepressguide.com/index.php/watch/novice-edition/colour-passing-2
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 3 voices, and was last updated by londonstudio 12 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum