CoryDobson
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Sitemap hasn't added a URL in 8 monthsby the way, you can see the sitemap at https://www.seriousfiver.com/sitemap.xml
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Woocommerce reload code or disable Ajax Loader7 months old, does anyone have an answer? I’m also needing a reload code for woocommerce
Forum: Plugins
In reply to: [User Role Editor] Add custom capability to view/edit Royal Slider pluginSorry, I was able to find the manage_options and fixed the problem.
Forum: Plugins
In reply to: [Videopack] FFMPEG not foundis there any way of manually installing FFMPEG via FTP? If so, where would I find the download for it and is there anything I need to do other than put the files on the server?
Forum: Plugins
In reply to: [WordPress Popular Posts] After Upgrade – Says No Data :(Hey Hector,
Category 5 is the photos category, Category 6 is the Video category. They are either or, never both. The top list on my sidebar should show from category 5 (photos) which it does, the bottom should show just category 6 (which it doesn’t on the upgrade).
All works fine on the previous version.
Hope that clarifies.
Thanks!
Cory
Forum: Plugins
In reply to: [WordPress Popular Posts] After Upgrade – Says No Data :(Hi Hector,
I tried out the new file, it ended up putting only posts from the photo category under the “popular videos”. I didn’t change the code in my template.
I reverted back to the old version again.
Thanks
Cory
Forum: Plugins
In reply to: [WordPress Popular Posts] After Upgrade – Says No Data :(Hi Hector,
This is what my code looks like
<?php if (function_exists('wpp_get_mostpopular')) wpp_get_mostpopular("range=all&order_by=views&cat=6&post_type=post&thumbnail_width=280&thumbnail_height=100&stats_comments=0"); ?>
If I change the range from anything but “all” it comes up with no date yet, though the following code works, for the photos category on my site.
<?php if (function_exists('wpp_get_mostpopular')) wpp_get_mostpopular("range=daily&order_by=views&cat=5&post_type=post&thumbnail_width=280&thumbnail_height=100&stats_comments=0"); ?>
Hope that helps
Thanks
Cory
Forum: Plugins
In reply to: [WordPress Popular Posts] After Upgrade – Says No Data :(I’m experiencing the same thing at https://www.seriousfiver.com in the sidebar. I have the code placed in my sidebar.php file, never changed anything, and now the popular videos doesn’t work.
Oddly enough, it works if I change it from “range=weekly” to “range=all”. Any other range than “all” doesn’t work for the video category, though it works for my photo category.
Any ideas?
Forum: Plugins
In reply to: [WordPress Popular Posts] Specify Tag to draw posts fromI just realized you had answered this similar question the other day, I had looked through that pages but didn’t notice that post. I will wait and hope that it is included in a future update, thanks!