• Resolved cap89

    (@cap89)


    Hi. I really like this plugin, but auto-refresh doesn’t work for me. I use elementor and insert the widget into the page block. When I activate auto-refresh, the block becomes empty. When disconnected, everything is fine. I tried the shortcode – the same problem. Tell me how to fix it. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author oooorgle

    (@oooorgle)

    Does it happen to work without Elementor? Elementor and my plugin seem to conflict somehow. I guess, add mine to the long list of plugins and themes that have issues with elementor. I’m not sure what the problem is and I can’t troubleshoot it without access to it. I won’t be giving them any money just to test with and they are unwilling to give the time of day othetwise.

    Plugin Author oooorgle

    (@oooorgle)

    Any luck testing without Elementor? There are a few other basic things you can try.

    • Deactive/active or re-install the plugin.
    • Deactivate other plugins and test again.
    • Change themes and test again.
    • Most importantly, view the console and enable WP_DEBUG mode to check for notices, warnings or errors.

    I am noticing a problem with this too. I am using do_shortcode in my theme template to rotate quotes and I am getting an empty image (which is not part of any of my quotes )rather than any quotes.

    <?php  echo do_shortcode( "[quotes-llama mode='auto']" ); ?>

    results

    Here is the generated HTML:

    <div class="quotebox-wrap">
       <div class="quotebox">
          <div class="quotes">
             <div class="quotes-llama-auto">
                <div class="ql2573" gauthor="1" gsource="1" gimage="1" gcategory="">
                   <div class="ql2573-countdown quotes-llama-auto-countdown ql2573-reenable quotes-llama-auto-reenable"><small>4s</small></div>
                   <div class="ql2573-quotebox" gcategory="" id="loop" style="opacity: 1;">
    		<span class="quotes-llama-auto-quote" onclick="quotes_llama_manualnext(&quot;ql2573&quot;, 45, 44, &quot;auto&quot;, &quot;&quot;);">
    			<img src="undefined" title="undefined undefined undefined" align="left">
    			<span class="quotes-llama-auto-quote quotes-llama-ql2573-more"></span> 
    			<span class="quotes-llama-auto-author">
    				<span class="dashicons dashicons-edit"></span>
    					undefined undefined undefined
    				<span class="quotes-llama-auto-source"></span>
    			</span>
    		</span>
                   	</div>
                </div>
             </div>
          </div>
       </div>
    </div>

    Upon further review, it appears you added a ‘category’ field to the PHP code & SQL statements in the plugin, but not to the existing database table, which is causing this error. You will need to release an update to the plugin which updates the table appropriately.

    Plugin Author oooorgle

    (@oooorgle)

    Re-activate the plugin.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Auto-refresh don’t work’ is closed to new replies.