wpgeodirectory pages does not has the wordpress sidebar

This topic contains 17 replies, has 4 voices, and was last updated by  Firdaus Mah 5 years, 10 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #437684

    Firdaus Mah
    Expired Member
    Post count: 96

    i notice in all my wpgeodirectory pages:

    harta.net/gd_home
    harta.net/places
    – you can also check the attachments

    there is no sidebar that I have configured for wordpress website.

    you can view most of the pages from root – harta.net. All the other pages have the same sidebar.

    How can I implement the same sidebar for wpgeodirectory pages ?

    #437690

    Guust
    Moderator
    Post count: 29970

    Please review https://wpgeodirectory.com/docs/layout/#directory
    Sidebars are set at GD > Design
    And widgets are then added at Appearance > Widgets

    Thanks

    #437853

    Firdaus Mah
    Expired Member
    Post count: 96

    I still cant get the left side bar to put in widget.

    I have manage to do the right side bar by the way, just the left side bar does not work.

    For the Right sidebar:
    – successfully put widgets into “GD Home Right Section”

    For the Left sidebar
    – failed. i tried to put widgets into “GD Home Left Section” it doesnt appear in the left bar but inside the left side of the GD page. (I removed this already so you can see where the problem)

    You can check it out in http://harta.net/gd-home/

    Can you let me know how to customize the left side bar of all GD pages ? Thanks.

    #437870

    Alex Rollin
    Moderator
    Post count: 27815

    Your theme already has a left sidebar, so, columns may appear quite thin.

    Please review https://wpgeodirectory.com/docs/layout/#directory
    Sidebars are set at GD > Design

    The totals for % on each page must be less than 100%, and there is padding , so, try 20 – 40 – 20 to see if it will show on the page.

    Please post WP Admin details in a private reply if we need to check your settings.

    #437876

    Firdaus Mah
    Expired Member
    Post count: 96
    This reply has been marked as private.
    #437911

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    #437941

    Firdaus Mah
    Expired Member
    Post count: 96
    This reply has been marked as private.
    #437950

    Firdaus Mah
    Expired Member
    Post count: 96
    This reply has been marked as private.
    #437952

    Firdaus Mah
    Expired Member
    Post count: 96
    This reply has been marked as private.
    #437992

    Alex Rollin
    Moderator
    Post count: 27815

    Thanks for the FTP, the developers will take a look at this as soon as possible.

    #438079

    Firdaus Mah
    Expired Member
    Post count: 96

    tq, can you hold this investigation for awhile, i need to restore back the whole wordpress due to disabling of plugins. will let you know. thank you again.

    #438085

    Firdaus Mah
    Expired Member
    Post count: 96
    This reply has been marked as private.
    #438089

    Kiran
    Moderator
    Post count: 7069

    Hello Firdaus,

    I have following code snippet in your child theme functions.php to display primary left sidebar on GeoDirectory pages.

    function _gd_custom_action_wrapper_close( $page ) {
    get_sidebar();
    }
    add_action( ‘geodir_wrapper_close’, ‘_gd_custom_action_wrapper_close’, 9, 1 );

    Thanks,
    Kiran

    #438092

    Firdaus Mah
    Expired Member
    Post count: 96
    This reply has been marked as private.
    #438099

    Kiran
    Moderator
    Post count: 7069

    Please check now.

    I have added following style in style.css to fix this.

    
    
    #main-content:after {
    	clear: none;
    }
Viewing 15 posts - 1 through 15 (of 18 total)

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

Open Support Ticket