Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • amit_s_r Friend
    #167667

    Hi all,
    I am not able to see the modules on contact us and login page(of user menu).I have selected these menus in taht modules to appear but still they are not appearing.You can see on my site:
    http://www.affiliateclubhouse.com
    There you can see that the modules on home page on left and right are not appearing on contact us and add affiliate program page…
    Please help me out with this.

    Any help is appreciated

    chavan Friend
    #407557

    please post your admin details. I will resolve it for you
    Note: If you Find my Post useful please click on the Thanks Icon

    amit_s_r Friend
    #407598

    hi chavan,
    Thanks for your reply,
    My problem is resolved.What i did is i selected “Assisgn menus to ” all in the modules.Then i got my modules on all the pages of my site.

    Anyways thanks for your reply.

    chavan Friend
    #407603

    Great you sorted out the answer. Congratulations 🙂

    amit_s_r Friend
    #407604

    Hi chavan,

    But i have another problem the modules appearing on the right of home page the background of those is appearing little grey in some browsers.I want these to be look white in all the browsers of any version.So please can you tell me how to do that???

    Any help is appreciated.

    pritam Friend
    #407839

    Hello amit_s_r ,

    To remove the little grey color in modules appearing on the right of home page

    Find this code at template.css

    #ja-right {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: #F5F5F5;
    background-image: url(“/templates/ja_bistro/images/dot.gif”);
    background-position: left top;
    background-repeat: repeat-y;
    }

    Change this code to

    #ja-right {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-image: url(“/templates/ja_bistro/images/dot.gif”);
    background-position: left top;
    background-repeat: repeat-y;
    }

    To see the correct file to modify go into the template manager and set css optimiation to “No” so we can see the correct files to modify and not the compressed version.

    chavan Friend
    #408041

    Pritam,

    Please use CODE tags when you post php or css codes in the forum.

    Thanks

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  chavan 12 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum