Looking for both auto_refresh and “next” button at the same time
-
I use an auto refresh period, but would like to also include a “next quote” link or button to advance to the next quote without needing to wait for the whole refresh period.
I put a PHP Code Widget in my sidebar, and entered this code:
<?php quotescollection_quote( array( ‘show_author’ => true, ‘random’ => false, ‘auto_refresh’ => 6, ‘ajax_refresh’ => true ) ); ?>
It works the same as if I added the “Random Quote” widget, which also won’t allow simultaneous use of the ‘next’ and ‘auto refresh’ functions.
Is there a way to get both a “next quote” option and the auto refresh to work simultaneously?
Reading the support documentation it seems it should be possible, and I can’t tell what I’m doing wrong.
Very sorry if this is a duplicate post – I thought I posted it a day or two ago but I don’t see it.
The page I need help with: [log in to see the link]
- The topic ‘Looking for both auto_refresh and “next” button at the same time’ is closed to new replies.