Change Sidebar item position from below to upper part

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

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

Open Support Ticket
  • Author
    Posts
  • #54091

    Max Hilton
    Buyer
    Post count: 23

    Hi,

    I need the sidebar item to be swith from bottom to top for detail page, can I know what should I do to change that ? Thanks

    #54092

    Max Hilton
    Buyer
    Post count: 23
    This reply has been marked as private.
    #54097

    Max Hilton
    Buyer
    Post count: 23
    This reply has been marked as private.
    #54142

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    copy the file geodirectory/geodirectory-templates/detail-sidebar.php and paste in your child theme inside a folder called geodirectory.

    Cut the lat bit:

    
    
        <div class="geodir-sidebar-main">
            <div class="geodir-gd-sidebar">
                <?php dynamic_sidebar('geodir_detail_sidebar');
                /**
                 * Calls the standard sidebar.
                 *
                 * @since 1.0.0
                 */
                do_action('geodir_sidebar');
                ?>
            </div>
            <!-- geodir-gd-sidebar ends here-->
        </div>
        <!-- geodir-sidebar-main ends here-->
    

    and paste it between these 2 lines at the top of the file.:

    
    
    <div id="gd-sidebar-wrapper">
        <!- paste here -> <div class="geodir-sidebar-main">

    Let us know how you went.

    Thanks

    #54192

    Max Hilton
    Buyer
    Post count: 23
    This reply has been marked as private.
    #54193

    Max Hilton
    Buyer
    Post count: 23
    This reply has been marked as private.
    #54227

    Paolo
    Site Admin
    Post count: 31211

    Please see: http://docs.wpgeodirectory.com/customizing-geodirectory-templates/

    Let us know, without a link to your website and admin credentials I can’t really check if you are doing it right.

    Let us know,

    Thanks

    #54475

    Max Hilton
    Buyer
    Post count: 23
    This reply has been marked as private.
    #54532

    Paolo
    Site Admin
    Post count: 31211

    I’m sorry Max, I got confused and was giving you a wrong information. That template is no longer even used. Stiofan corrected me. You just need these in your functions.php:

    
    
    remove_action('geodir_detail_sidebar_inside', 'geodir_details_sidebar_place_details', 10);
    remove_action('geodir_detail_sidebar_inside', 'geodir_details_sidebar_widget_area', 20);
    
    add_action('geodir_detail_sidebar_inside', 'geodir_details_sidebar_place_details', 20);
    add_action('geodir_detail_sidebar_inside', 'geodir_details_sidebar_widget_area', 10);
    

    I added them already and it works.

    Thanks

    #55689

    Max Hilton
    Buyer
    Post count: 23

    Hi,

    It workswell, thanks for the help.

    #55806

    Paolo
    Site Admin
    Post count: 31211

    You are welcome!

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

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

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount