Joe
Forum Replies Created
-
Thanks spbriggs, we’ve done the same but it’s still showing the popup modal ‘Please wait…’, the page reloads… but nothing is added to the list and the plugin remains ‘disabled’.
Was yours behaving like that or did you have the error discussed by others above?
Forum: Plugins
In reply to: [Hide Widget Title] Does not work with 3.5Confirmed. Bummer.
However, in my case the popup modal shows ‘Please wait…’, the page reloads… but nothing is added to the list and the plugin remains ‘disabled’. Any ideas?
We use Litespeed, but the timeout is certainly set high enough.
Same issue here. The popup modal shows ‘Please wait…’, the page reloads… but nothing is added to the list and the plugin remains ‘disabled’. Any ideas?
Forum: Plugins
In reply to: [WP Bulletin Board] Have a suggestion? Post it hereAny chance of generating a sitemap file for this plugin? Or a suggestion for how to submit the forum and all posts to Google webmaster tools? Thanks!
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Display only when post(s) assignedDon’t worry about that, we had fewer than we originally thought. It’s brilliant – well done!!
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Display only when post(s) assignedThis is great Diana, exactly what we were looking for. Our problem is we have 43 categories… and WordPress removes menu items something like after 34 items – as a cheeky side question, any ideas how to remove this limitation? It would really complete this. Thank you!
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Display only when post(s) assignedSorry, just found the instructions here: https://www.ads-software.com/plugins/category-posts-in-custom-menu/ – I’ll give it a go!
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Display only when post(s) assignedDiana, I can’t wait to try this – thanks for your hard work (rapid too!). However, I’ve TOTALLY forgotten how to implement this in a menu. I’ve activated the plugin… now what?
Same here. Deleted it.
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Display only when post(s) assignedI’m looking for exactly this functionality too – please add it if you have the time! We have a huge list of categories and lots are not used (yet) so just listing those with posts would be amazing!
Forum: Plugins
In reply to: [GD Star Rating] gd integration with wordpress commentsI’ve finally worked this out. This is for multirating set 1 and template 32… those values may differ for your installation. Add the following code (in our template’s case in custom_functions.php) just above the code
<?php comment_text() ?>
Here is the code:
<?php if (defined("STARRATING_INSTALLED")) : ?> <div style="float: right"> <?php wp_gdsr_comment_integrate_multi_result(get_comment_ID(), 1, 32, "oxygen", 12); ?><?php endif; ?> </div>
Forum: Plugins
In reply to: [GD Star Rating] MultiStar rating result in commentsI’ve finally worked this out. This is for multirating set 1 and template 32… those values may differ for your installation. Add the following code (in our template’s case in custom_functions.php) just above the code
<?php comment_text() ?>
Here is the code:
<?php if (defined("STARRATING_INSTALLED")) : ?> <div style="float: right"> <?php wp_gdsr_comment_integrate_multi_result(get_comment_ID(), 1, 32, "oxygen", 12); ?><?php endif; ?> </div>
Forum: Plugins
In reply to: [GD Star Rating] gd integration with wordpress commentsI’ve been battling with the sketchy documentation and non-existent support for the past week. Wasted a ton of time and haven’t got much further than adding a rating block to comments – haven’t been able to render those results alongside each completed comment (yet!?). If you want to pay for support it seems that’s the only way to go as although the plugin is full of potential the documentation is simply way too patchy.