• arhartman

    (@arhartman)


    I did check the “Show in Slider” checkbox found at the bottom of that page for some of my posts but unfortunately I do not get a slider at all. I only get the remark that I have to check that checkbox.

    So how to get this function to work?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @arhartman,

    I’m not developer of this theme but see the same issue on my installation and in order to resolve it I edited index.php located inside /wp-content/themes/butterfly-abode/ folder and on line 12 I changed this part of code:
    if (!$query->have_posts()) :
    To this:
    if ($query->have_posts()) :

    That did the trick.

    Cheers,
    Predrag

    Thread Starter arhartman

    (@arhartman)

    Thank you Predag, that did it!
    Unfortunately I haven’t found a theme that completely suits my requirements, but this one comes really close. Do you know an example of a site that used this theme?

    Hi @arhartman,

    I’m afraid that I’m not familiar with any sites using this theme, perhaps start a new thread in theme support section and see if developers can share some?

    Cheers,
    Predrag

    Thread Starter arhartman

    (@arhartman)

    Thanks Predrag, I will do that.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Show in Slider function’ is closed to new replies.