OneSocial/BuddyBoss Theme Display Issue

This topic contains 9 replies, has 3 voices, and was last updated by  Patrik 6 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #412053

    Mike Hampton
    Expired Member
    Post count: 40

    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

    #412055

    Mike Hampton
    Expired Member
    Post count: 40

    Oops – helps if you have the link

    https://bikebible.cc/partners

    #412061

    Kor
    Moderator
    Post count: 16516

    Hi 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!

    #412062

    Mike Hampton
    Expired Member
    Post count: 40
    This reply has been marked as private.
    #412153

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    #412155

    Mike Hampton
    Expired Member
    Post count: 40

    Hi 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
    Mike

    #412156

    Mike Hampton
    Expired Member
    Post count: 40

    And 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
    Mike

    #412159

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    #412161

    Mike Hampton
    Expired Member
    Post count: 40

    Hi 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

    #412162

    Patrik
    Moderator
    Post count: 1971

    Hi 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

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket