mazikeen
Forum Replies Created
-
Thank you for the response! Really appreciate it!
Forum: Plugins
In reply to: [LiteSpeed Cache] Enabling “JS Combine” causes js scripts to run twice.Hello,
Yes it happens after JS Combine. However, I already tried excluding ALL my JS scripts but it’s still the same. It still causes the same issue as i still see the “[LiteSpeed] Start Lazy Load Images” being called twice on console log.- This reply was modified 1 year, 5 months ago by mazikeen.
Forum: Plugins
In reply to: [LiteSpeed Cache] Enabling “JS Combine” causes js scripts to run twice.I don’t think it has to do with my script cause even the LazyLoad (Litespeed) is being called twice.
Are there any other things that could possibly cause this? Like does Cloudflare rocketloader can cause such thing to happen?It’s probably the guest mode on / guest mode optimization
@misulicus It worked perfectly! I really appreciate the help, thank you very much!
Edit: nevermind. For anyone who seek the same thing, i found it in:
\easy-digital-downloads\includes\checkout\template.php@mihai it worked perfectly and i was able to extend my codes even further. Im newbie and such explanation helps me learn and understand more about php & wordpress, Thank you very much!! !
Forum: Plugins
In reply to: [WP-PostRatings] How to display average votes in posts?thanks a lot!
Forum: Plugins
In reply to: [WP-PostRatings] How to display average votes in posts?I removed the Intval and the 0 disappears but the average vote still doesn’t shows up.
<?php if(function_exists('the_ratings')) { the_ratings(); } ?> <?php echo get_post_meta($post_id, 'ratings_average', true ) ; ?>
Could you give me example codes for displaying average votes & total votes?
Im not really a coder so im kinda confused. Im just trying to add it to a theme i bought.Thanks!