stgogos
Forum Replies Created
-
Unfortunately I had to uninstall the plugin and find another way to present my charts.
I really liked your plugin but I couldn’t make it work…Hello there,
I think I’m experiencing the same exact issue.
I’ve made some charts, bars, pies etc and they won’t show up for normal users!
Here is the page with the issue:
worldvespa.net/travel/south-america-travel-cost/Do you have any updates or any quick fix?
Keep up the good work and thank you very much in advance!
Stergios
Forum: Plugins
In reply to: [Site Reviews] dynamic paginationWorks like a charm now!!!
?? Thanks!!!Forum: Plugins
In reply to: [Site Reviews] dynamic paginationThanks for the reply! I’ll wait for a solution.
Forum: Plugins
In reply to: [Site Reviews] dynamic paginationThanks for the support!
I solved the problem by doing what you said.Now I have one more problem in a blog post
(this one: https://www.worldvespa.net/2017/12/20/ρ?ζι-και-χ?μα-το-βιβλ?ο/)
where I have pasted the exact same shortcode.
Whilst in the page (https://www.worldvespa.net/ρ?ζι-και-χ?μα/) everything seems to be working perfectly, the same time in the blog post, when I press the button to go to the second page of the reviews, the url changes to
https://www.worldvespa.net/2017/12/20/ρ?ζι-και-χ?μα-το-βιβλ?ο/page/2/
,the screen jumps to the top of the comments, but I don’t see the reviews of the page 2. Instead, I see the firts review again.Any ideas what’s causing the problem?
Thanks,
StergiosForum: Plugins
In reply to: [Site Reviews] dynamic paginationThanks for the reply! I’ll try it asap!
Forum: Plugins
In reply to: [Site Reviews] dynamic paginationYes, I have passed an “id” attribute to the shortcode.
Forum: Plugins
In reply to: [Site Reviews] dynamic paginationHello there,
Happy new year to everyone!
I am having some problems with the “ajax” pagination.
The page I need help for is this:
https://www.worldvespa.net/%CF%81%CF%8D%CE%B6%CE%B9-%CE%BA%CE%B1%CE%B9-%CF%87%CF%8E%CE%BC%CE%B1/
Sorry it’s in Greek, but somewhere near the end of the page you’ll be able to see the link towards “page 2” of the people’s reviews.
Here’s a screenshot of how the link looks like (to help you cause it’s in Greek)
https://1drv.ms/i/s!As5qMg1lt6uvlmIaUiBYL5ZUe9Y-I tried the “true” pagination and works fine, but when I switched to “ajax” and then shift on next page of reviews, they all disappear and it keeps on loading forever.
Thanks in advance,
StergiosPS I am using – WordPress Version 4.9.1
– Site Reviews Version 2.9.5
and browsing with Google Chrome Version 63.0.3239.84 on a Windows 7 64 PC- This reply was modified 6 years, 10 months ago by stgogos. Reason: wordpress version
Thanks for the reply!
Indeed. That was the reason!
I also added the following custom code in functions.php file of my child theme to keep the auto slide:
function add_script_in_footer(){ ?> <script type="text/javascript" charset="utf-8"> jQuery(document).ready(function(){ var change_every = 5; // The number of seconds that the slider will auto-advance in var current = 1; function auto_advance(){ if(current == -1) return false; jQuery('#featured-content .slider-next').eq(current % jQuery('#featured-content .slider-next').length).trigger('click', [true]); current++; }; setInterval(function(){auto_advance()}, change_every * 1000); }); </script> <?php } add_action('wp_footer', 'add_script_in_footer');
Thank you very much for the support!
@jeremy Herve
Thank you very much! It works again!