This topic has 14 replies, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #75486
     rookie88
    Participant

    Hello,

    I already ask for this question and i’m sorry but i change my website and it’s not working again….

    I’d like to have one background picture in the homepage but not in the others menus like ” members, groups,stream activity…” For my last website i have put this css :

    body {
    background-image: url(“http://localhost:8080/wp/wp-content/themes/kleo/assets/img/bg-body.gif”);
    background-repeat: repeat;
    }
    </pre<

    But it’s not working in the new website.

    An other question when i’m in community => members in the right sidebar the widget connection is too high he is over the menu?

    Thanks a lot

    #75536
     Radu
    Moderator

    Hi,

    Make sure that the path for the image it’s correct,

    Regarding the widget from right sidebar please provide a scrennshot.

    Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #75541
     rookie88
    Participant

    Hello,

    the path for the image is correct. I would like to have it only on the home page but she duplicate on the others pages ( i want a white background for the others page) .

    For the widget i give you a screenshot in attachement.

    Thanks,

    Attachments:
    You must be logged in to view attached files.
    #75549
     Radu
    Moderator

    Hi,

    If you want to set a background for a certain page just add page-id-11 after body

    COPY CODE
    
    body.page-id-11 {
    background-image: url(“http://localhost:8080/wp/wp-content/themes/kleo/assets/img/bg-body.gif”);
    background-repeat: repeat;
    }
    

    replace 11 with your page id

    Regarding the widget i suggest you to set a margin-top for that widget only for this page or site-wide as you wish.

    Hope that it helps

    Best Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #76439
     rookie88
    Participant

    It’s not working.

    #76449
     Radu
    Moderator

    Ok,

    Tell me what id have that page

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #76932
     rookie88
    Participant

    Hello,

    the ID of the page is : 816

    Thanks,

    #77043
     Radu
    Moderator

    Hi,

    Try with this CSS

    COPY CODE
    
    body.page-id-816 {
    background-image: url("http://localhost:8080/wp/wp-content/themes/kleo/assets/img/bg-body.gif");
    background-repeat: repeat;
    }
    

    Replace “http://localhost:8080/wp/wp-content/themes/kleo/assets/img/bg-body.gif&#8221; with your image url .

    REgards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #77057
     rookie88
    Participant

    It doesn’t works…

    Do you want my admin login to try?

    Thanks,

    #77071
     Radu
    Moderator

    Yes, provide admin credentials.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #77087
     rookie88
    Participant
    This reply has been set as private.
    #77169
     rookie88
    Participant

    An other question, can you try to put the search form in members and in group? like the theme demo?

    Thanks

    #77200
     Radu
    Moderator

    Hi,

    USe this css, i see that the row from vc have background assigned you can set the background from vc backend of your homepage or use this css

    COPY CODE
    
    body.page-id-816 .main-color {background-image:url(http://www.keenthemes.com/preview/metronic/theme/assets/global/plugins/jcrop/demos/demo_files/image1.jpg);}
    

    You can add the search form on member directory by navigating to WP-Admin -> Users -> Profile Search -> Select your form -> From right site -> Add to directory set YES.

    Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #77238
     rookie88
    Participant

    Ok it’s working but i have the image 2 times in the homepage like a repeat.

    #77328
     Radu
    Moderator

    Hi,

    You just need to use a large image like this : http://www.hdwallpapersimages.com/wp-content/uploads/2014/12/Gym-Fitness-Women-Images.jpg , i’ve replaced the image with that.

    I will close the topic.

    Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 15 posts - 1 through 15 (of 15 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?