Blog Sidebar (GeoTravel theme)

This topic contains 7 replies, has 2 voices, and was last updated by  Zul Kurniawan 5 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #470942

    Zul Kurniawan
    Expired Member
    Post count: 122

    Hi,

    I have a blog page sample, with the GeoTravel theme currently in use. If I set via Customizer (for this theme) there is no option to change and fill in the Blog Sidebar, please tell me how. I’ll try it myself later.

    Thank you!

    #471006

    Guust
    Moderator
    Post count: 29970

    There is no such option in Genesis, but you can use Widget Logic: https://wpgeodirectory.com/docs/useful-plugins/#logic

    This is the logic you would use to show a widget in the blog post sidebar

    is_single()

    Thanks

    #471070

    Zul Kurniawan
    Expired Member
    Post count: 122

    Hi Guust,

    Thank you for your suggestion, I am happy because at GeoDirectory, all admins and moderators never hesitate to suggest third party plugins.

    I’ve tried it, by adding the “is_single ()” logic to the widget. But unfortunately, if accessed from “/wp-admin/widgets.php” there is no option to place this widget on the blog. Maybe because of the limitations of Genesis.

    So, now I decide to use the default GeoDirectory theme, Supreme Directory.

    Thank you.

    #471130

    Guust
    Moderator
    Post count: 29970

    You just add the widget to the Primary Sidebar, and then in the widget settings under “WIdget Logic”, you add

    is_single ()

    .
    All pages in Genesis use the same Primary Sidebar.

    #471163

    Zul Kurniawan
    Expired Member
    Post count: 122

    Hi Guust,

    Okay, I know Primary Sidebar. And your advice has worked perfectly on my website. Thank you very much for your help!

    By the way, actually WP’s conditional tags “is_single ()” is an action forcing widgets to appear, right? if without WP’s conditional tags, but I put the widget in Primary Sidebar, does this widget also appear normally on the Blog Post?

    #471175

    Zul Kurniawan
    Expired Member
    Post count: 122

    Oh, I tried it. You don’t need to answer.

    Thank you very much, Guust!

    #471180

    Guust
    Moderator
    Post count: 29970

    WP’s conditional tag “is_single ()” is an action restricting widgets to show only on single WP post pages.
    But you found that out by now 🙂
    Always pays to try 🙂
    Thanks

    #471259

    Zul Kurniawan
    Expired Member
    Post count: 122

    Thank you…

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

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

Open Support Ticket