rm3k
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Access Control] Media/attachment control access missingBadass! I’m trying it out now. Thanks@ 🙂
Thanks Odido, that helped me out as well. Many cheers!
This issue is still present for nested spoilers. It seems to start parsing the text before the first Quote, and ending it at the first space.
If there’s an easy fix, or if I can help to fix it, let me know where to look in the plugin code, and I’d be happy to do that to help expedite this. This functionality is necessary to the layout of the main page of my client’s site.
Thanks so much!
I’ve been having the same issue, though not running super cache.
It’s been on and off for a while so I’ve let it be, but now it’s simply ‘off’, and should be addressed.
Any help on this would be appreciated!
Forum: Plugins
In reply to: [WP Idea Stream] Rating stars dont work on the digest pageI, too, am having the same issue.
The <div><?php wp_idea_stream_ratings();?></div> is not appearing with any ratings, however the single page function works fine.
Please let me know if this is planning on being fixed. Thanks!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce – option to add attributes in "Sort by"@fight It seems as though the real customization is in the orderby.php file located within the woocommerce plugin directory /templates/loop…
is that correct?I’ve edited both, and the orderby.php changes the appearance of the dropdown, however I haven’t found the place to actually add in the functionality for different options for sorting.
Ideally I’d like to be able to sort by category (either by just showing the category chosen OR by showing the categories ordered ASC/DESC by their ID or slug). Any ideas/examples of this kind of custom option addition?