OneSocial/BuddyBoss Theme Display Issue
This topic contains 9 replies, has 3 voices, and was last updated by Patrik 8 years, 3 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: css
-
AuthorPosts
-
January 9, 2018 at 11:35 am #412053
Hi,
I can’t seem to get the listings to display correctly > I’m using BuddyBoss/OneSocial Theme. Are you able to provide some css code please? I would only like the content + right sidebar display.
Thanks
January 9, 2018 at 11:36 am #412055Oops – helps if you have the link
January 9, 2018 at 1:15 pm #412061Hi Mike,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Thanks!
January 9, 2018 at 1:18 pm #412062This reply has been marked as private.January 10, 2018 at 6:03 am #412153Hi Mike,
Following is the CSS code you can put into your style.css of active theme or in custom CSS on admin side by going to Appearance->Edit CSS menu.
@media screen and (min-width: 900px){ .bb-has-sidebar div#primary {float: left;width: 58%;} .bb-has-sidebar div#secondary {float: right;width: 36%;margin-left: 0px;} }Regards,
PatrikJanuary 10, 2018 at 6:11 am #412155Hi Patrik,
Thanks. I’ve put the code in and all looks good on the archive page https://bikebible.cc/partners/, but the right sidebar still appears below the main content on the post page https://bikebible.cc/partners/aw-cycles/ . Do you see the same?
Thanks
MikeJanuary 10, 2018 at 6:13 am #412156And how do i get rid of the image (store logo) on the post page? I’d like to be able to have it show on other custom post types however such as pit-stops which will show photos in gallery of a cafe/tea room, but for pages where it’s just a logo, I’d like to remove it completely if possible ?
Thanks
MikeJanuary 10, 2018 at 6:36 am #412159Hi Mike,
I had provided the CSS for a specific pages. If you would like to apply in the whole site then you can use the following CSS:
@media screen and (min-width: 900px){ div#primary {float: left;width: 58%;} div#secondary {float: right;width: 36%;margin-left: 0px;} }Please note: This will be applied to all the pages/posts of the site.
Can you provide links to the pages/post you are talking about to remove store logo?
Regards,
PatrikJanuary 10, 2018 at 6:55 am #412161Hi Patrik thanks for the new code.
Re logos…
I’ve got 2 CPT using WPGEO
https://bikebible.cc/partners/ (archive) is a list of (non-address) online bike shops. I like having the logos display as they do on the archive page, but if visitors enter a detail/post page such as
https://bikebible.cc/partners/aw-cycles/, then the logo shows really big and to be honest I don’t want to show any images there at all, just the profile/tab links. This is only for the CPT of Partners)I have another CPT https://bikebible.cc/pit-stops/ which will list address based cafes/tea tooms etc. However, when visitor enters detail listing page I WOULD LIKE image gallery to display as in my example here > https://bikebible.cc/pit-stops/cornwall/ponsanooth/mikes-cafe/
I hope that makes sense…
Thanks again for your help and patience.
Mike
January 10, 2018 at 7:06 am #412162Hi Mike,
There are two ways to do so, one by code and another using CSS. Following is the solution using the CSS which is easy to apply:
body.single.single-gd_partner .gd_partner .geodir_flex-container { display: none; }This will hide the images slider from partner’s detail page.
Regards,
Patrik -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket