• Resolved boydostroff

    (@boydostroff)


    I’m using the raindrops theme and have uploaded about 50 different header images. I have randomized these with Customize > Header Images and it works as expected…. but only when I am logged into wordpress.

    If I log out and visit the site, the same header image is always displayed. I see the same behavior on two different Macs running both Safari and Firefox in addition to Safari under iOS on an iPhone 6s+

    Is this the way it’s supposed to work? I want everyone who visits my site to see random header images as they browse different pages without logging in (users have no option to comment or log in).

    How can I get random headers to work for everyone?

    Thanks in advance for any help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi boydostroff

    This is a BUG

    Hotfix ( temporary )

    functions.php

    <?php
    $raindrops_use_transient = false;// ADD ONLY THIS LINE
    /**
     *
     *
     * @package Raindrops
     * @since Raindrops 0.1
     */

    Thank you

    Thread Starter boydostroff

    (@boydostroff)

    That worked perfectly! Thank you so much for the quick reply, I really appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header images not randomizing’ is closed to new replies.