Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • amir00251 Friend
    #189637

    Hello,

    At the moment there are 10 choices to change the background image, specified in page css in menu, you can have body-bg, body-bg1, … body-bg-9

    Is it possible to extend this and have more than 10 choices, I tried to upload an image body-bg-10.jpg and use the same in page css settings in the menu but did not apply the body-bg-10.jpg.

    How I can add more css classes to have more then 10 choice for background images?

    Thank you.

    phong nam Friend
    #501904

    Hi amir00251,

    You can refer this tip at http://www.joomlart.com/forums/topic/using-page-class-to-add-the-background-image-to-menu-items-page-on-t3-templates/ . Make sure you leave a space before the page class suffix in the backend of menu item.

    amir00251 Friend
    #502554

    Hello Leo,

    This does not work. I went to the link.

    Step one, already code has been added on Ja Smashboard

    Step two, added below css
    .body-bg-10 body {
    background-image: url(“../images/body-bg-10.jpg”) !important;
    background-size: 100% 100% !important;
    }

    I did “important” because it did not work without it and tried this which again did not solve the problem.

    I uploaded body-bg-10.jpg under images directory where other body-bg images are.

    In the page class added space with body-bg-10

    Now when page loads up I can see that css added above has been loaded, but there is another Body code which states, background color white. See image below:


    1. Untitled
    phong nam Friend
    #502579

    Hi amir00251,

    Lets try to create a custom.css file at templates/ja_smashboard/css/ path, then put your extra body-bg-10 class into. And you don’t need to add the !important in this case yet.

    Note: There is no body-bg-10 class on the New menu item page when i viewed the website’s source with firebug. It seems that you put these extra codes into compiled css files, that will be overwritten by compiling less to css when you enable Development mode.

    amir00251 Friend
    #502580

    Hi Leo,

    Unfortunately I do not quite agree with your reply.

    The css code has been added as you can see on the image which I have uploaded before. I have used

    http://extensions.joomla.org/extensions/style-a-design/templating/14053

    which is a lot more flexible and efficient than custom css file. With or without !important css does not work!

    About not finding the body-bg-10, I checked the source code and at top of the page you see

    <html lang=”en-gb” dir=”ltr” class=”com_content view-category layout-blog itemid-448 body-bg-10 j31″>

    Also

    <li class=”item-448 current active” data-pagecls=”body-bg-10″><a tabindex=”-1″ class=”icon-file” href=”/news” ><span class=”menu-title”>News</span></a></li>

    I think it would be good if you could check the backend

    Thank you.

    phong nam Friend
    #502605

    Hi amir00251,

    Your body class is fine in the html tab on your website, that is right. But in this case, I wanted to talk about the body-bg-10 css styles which should be added to custom.css file in templates/ja_smashboard/css/ folder.

    So, can you try to create a custom.css file and put below codes into:

    .body-bg-10 body {
    background-image: url("../images/body-bg-10.jpg") ;
    background-size: 100% 100%;
    }

    Note: I will try to test the Custom Css module as you mentioned on our Smashboard template, and back to you then. But, at this time you can try on my guide above.

    amir00251 Friend
    #502901

    Hi Leo,

    As I was expecting, I did add the code in custom.css and still problem remains, I have a white background in a menu that I have put page class, see image.

    Please kindly replicate the issue to see the problem.


    1. Untitled
    phong nam Friend
    #502928

    Hi amir00251,

    Well, your installed Custom Css module loads the css styles not correctly which causes the body-bg-10 background image not appear. I temporarily disabled this module, now the News menu item loads the background image correctly now with the codes in custom.css.

    amir00251 Friend
    #503047

    Hi Leo,

    Thank you very much, it is very strange circumstances, working with custom.css file but not working with Custom CSS extension.

    Thank you again.

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

This topic contains 9 replies, has 2 voices, and was last updated by  amir00251 11 years, 3 months ago.

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