Adjust Popular Categories,map and search

This topic contains 8 replies, has 3 voices, and was last updated by  Giri 7 years, 8 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #250609

    Ding Hua
    Expired Member
    Post count: 152

    Hi ,

    I am using Geo Starter Theme.
    How can I adjust Adjust Popular Categories,map and search bar on main page so that It won’t push down the right side bar.
    I want these 3 items locate and align at left side right side bar .

    How can I do that ?

    Thanks.

    #250610

    Ding Hua
    Expired Member
    Post count: 152

    Re post it due to previous one with confuse words.

    ===

    I am using Geo Starter Theme.
    How can I adjust Popular Categories,map and search bar on main page so that it won’t push down the right side bar.
    I want these 3 items locate and align at left side of right side bar .

    ====

    #250611

    Guust
    Moderator
    Post count: 29970

    Move the Popular Categories, map and search bar widgets to the content section of the page, see more at https://wpgeodirectory.com/docs/layout/#directory

    #250656

    Ding Hua
    Expired Member
    Post count: 152

    Hi Guust,

    Thank you. It working.

    I have one more query.
    In GD Detail side bar , How can I add google add on top of right side bar ?
    Currently it only shows after some listing details in detail right side bar although I put the ad in widget on 1st top position.

    Thanks.

    #251047

    Giri
    Expired Member
    Post count: 3155

    Hi there,

    Try this code.

    Warning: All widgets you add in detail sidebar will appear in top. Meaning you cannot move only Ad widget to the top.

    
    
    
    remove_action('geodir_detail_sidebar_inside', 'geodir_details_sidebar_widget_area', 20);
    add_action('geodir_detail_sidebar_inside', 'geodir_details_sidebar_widget_area', 1);

    Let me know how that goes.

    Thanks

    #251049

    Ding Hua
    Expired Member
    Post count: 152

    Hi Giri,
    May I know where should I put these two lines of code ?
    Thanks.

    #251052

    Giri
    Expired Member
    Post count: 3155

    You can use a child theme to put that code or use code snippets plugin to apply the code.

    If you are not a technical person then go with code snippets plugin. Its very easy to apply the code.

    https://wordpress.org/plugins/code-snippets/

    Let me know. Thanks

    #251089

    Ding Hua
    Expired Member
    Post count: 152

    Hi Giri,

    I use code-snippets. It works. Thanks a lot.
    So code-snippets add these two lines in functions.php , right ?

    This solution will work any update on new version of theme or other plugin , right ?

    Thank you.

    #251131

    Giri
    Expired Member
    Post count: 3155

    Code snippets plugin doesn’t write it in functions.php file. Its act like another standalone functions.php file. So when you update our theme nothing won’t get lost as long as you use code snippets plugin.

    Thanks

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

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

Open Support Ticket