-
Author
-
August 31, 2015 at 12:35 #75486
rookie88
ParticipantHello,
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
August 31, 2015 at 17:52 #75536Radu
ModeratorHi,
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 solutionAugust 31, 2015 at 18:06 #75541rookie88
ParticipantHello,
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.August 31, 2015 at 18:24 #75549Radu
ModeratorHi,
If you want to set a background for a certain page just add page-id-11 after body
COPY CODEbody.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 solutionSeptember 7, 2015 at 16:54 #76449Radu
ModeratorOk,
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 solutionSeptember 10, 2015 at 17:23 #77043Radu
ModeratorHi,
Try with this CSS
COPY CODEbody.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” 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 solutionSeptember 10, 2015 at 18:07 #77057rookie88
ParticipantIt doesn’t works…
Do you want my admin login to try?
Thanks,
September 10, 2015 at 18:49 #77071Radu
ModeratorYes, provide admin credentials.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 11, 2015 at 13:16 #77169rookie88
ParticipantAn other question, can you try to put the search form in members and in group? like the theme demo?
Thanks
September 11, 2015 at 15:56 #77200Radu
ModeratorHi,
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 CODEbody.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 solutionSeptember 11, 2015 at 20:14 #77238rookie88
ParticipantOk it’s working but i have the image 2 times in the homepage like a repeat.
September 12, 2015 at 19:34 #77328Radu
ModeratorHi,
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 -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.