Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • londonstudio Friend
    #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.


    1. Untitled
    Sherlock Friend
    #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.

    londonstudio Friend
    #459562

    Hello, 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 Friend
    #459636

    HI 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 ?

    londonstudio Friend
    #459725

    Hello, 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 Friend
    #459727

    No 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

    londonstudio Friend
    #459729

    Thanks for the great support, I just sent you my login details in a private message

    chavan Friend
    #459739

    I 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

    londonstudio Friend
    #459745

    Thank 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.


    1. Untitled
    chavan Friend
    #459749

    Add 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

    londonstudio Friend
    #459753

    Thats 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

Viewing 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