Right Side Performer Page

This topic contains 9 replies, has 3 voices, and was last updated by  Paolo 7 years, 10 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #214876

    Wendy Richardson
    Expired Member
    Post count: 55

    How do we make the Performer listing page. Make full page. (nothing on right side)

    http://geo.smartwithtech.com/performer/

    Thanks

    #214999

    Kor
    Moderator
    Post count: 16516

    Hi Wendy,

    Try switching off the “Listing Right Section” and remove the “Width of listing right section” in GD > Design > Listing . Then apply the custom CSS below into GD > Design > Scripts > Custom Style CSS . Give it a try a let us know if it’s what you’re looking for.

    
    
    .sd.archive.geodir-page #geodir_content {
        flex-basis: 100%;
        width: 100% !important;    
    }

    Thanks!

    #215169

    Wendy Richardson
    Expired Member
    Post count: 55

    This is good, however it turns it off for all listing pages, not just the performer. We still need to see the map on the right side of the events and places listing pages please

    #215272

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    change that to:

    
    
    .sd.post-type-archive-gd_performer.geodir-page #geodir_content {
        flex-basis: 100%;
        width: 100% !important;
    }

    Thanks

    #216052

    Wendy Richardson
    Expired Member
    Post count: 55

    Still cannot see map on event listing page, right side.

    http://geo.smartwithtech.com/events/

    #216677

    Paolo
    Site Admin
    Post count: 31206

    In GeoDirectory >> Design >> Listings, do you have the right sidebar enabled?

    If that is not the problem please provide admin credentials and we will check your settings.

    Thanks

    #217556

    Wendy Richardson
    Expired Member
    Post count: 55

    When I enable the right sidebar though, it makes the performer page split again, the original issue is to make ONLY the performer listing page full width.

    #217638

    Kor
    Moderator
    Post count: 16516

    Hi Wendy,

    Could you try using the custom CSS below and see if it’s what you’re looking for?

    
    
    .post-type-archive-gd_performer aside#gd-sidebar-wrapper {
       display:none;
    }

    Thanks!

    #218433

    Wendy Richardson
    Expired Member
    Post count: 55

    HI,

    Yes that fixes the map not showing on the performer listing page, however when you do a search on the page, the results page has the map?

    Here is an example of a performer results page: http://geo.smartwithtech.com/?geodir_search=1&stype=gd_performer&s=dan

    How to get rid of the map?

    #218705

    Paolo
    Site Admin
    Post count: 31206

    hi,

    please see: https://wpgeodirectory.com/add-custom-body-classes-to-wordpress/

    4) Add custom body class in search page for different CPT searched

    Add that snippet to your functions.php and change :

    gd_place with gd_performer

    and

    search_gd_place with search_gd_performer

    Finally modify the css provided by both me an KC as follow.

    
    
    .post-type-archive-gd_performer aside#gd-sidebar-wrapper, .search_gd_performer aside#gd-sidebar-wrapper {
       display:none;
    }
    .post-type-archive-gd_performer #geodir_content, .search_gd_performer #geodir_content {
        flex-basis: 100%;
        width: 100% !important;
    }

    Thanks,

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