Chris_Homan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Favorite Posts] Only works on Posts?Unfortunately not in my case. The plugin works fine on custom post types and the sidebar widget does as well. But to get the list of user favorites using {{wp-favorite-posts}} only works on posts.
Forum: Plugins
In reply to: [WP Favorite Posts] Only works on Posts?How did you solve it?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Login Blocked by JetpackGot the same issue here – unfortunately I’m unable to edit the wp-config.php so really stuck. The automatic blocking enabling is in theory a good idea but really shouldn’t have been enabled. I had several security plugins (bulletproof security pro and wordfence Pro) enabled and now Jetpack’s blocking has created a total block on my website which requires a complete reinstall from backup. Please sort this out.
Forum: Plugins
In reply to: [CosmoThemes for Lightroom] Fuzzy imagesFound a solution but it’s not the most elegant. In the media settings I changed the thumbnail sizes to a much larger size. This is unfortunate but not an issue with the plugin but more a shortcoming of the theme.
Forum: Plugins
In reply to: [NVD3 Visualisations] Demo not loadingFound the problem. I’m running multisite and the javascripts were not referenced correctly.
In nvd3.php I changed line 17 from
$root = 'wp-content/plugins/'.$rood_dir.'/';
to
$root = WP_PLUGIN_URL.'/'.$rood_dir.'/';
All is now working
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Is there anyway to remove a vote from the image?It would be a great idea if the user can set their vote without locking it in. This could be done in two ways:
first, using a vote button per image – set your rating first then click vote.
second, using a timed locking system – the user can change their vote for a preset time period (10 seconds?), after that their vote is locked in.Same problem here, independent on theme used.
Forum: Plugins
In reply to: [Posts for Page] Limit to posts that meet multiple criteriaI found a way it works for me. Instead of:
[posts-for-page tag_slug=’tag_1,tag_2′], which results in tag_1 OR tag_2 posts
I use
[posts-for-page tag_slug=’TAG’ cat_slug=’CAT’] which results in those that meet both criteria.
Note that I’m mixing categories and tags!
Could have tried it myself of course… I’m happy to say it works!
Great plugin!!!!
Thanks
HI Tobias, Will this setup also work with Google Spreadsheet generated csv?