Jungle Plugins (Deprecated)
Forum Replies Created
-
@ralnic – Sorry for the delay. I think your right. We are gonna start doing a lot more with this plugin as it got left behind as others grew. Look for some updates soon.
In this case the search is not something we are set up for currently. It would likely require you filtering the results somehow, but I’m not sure how that could be done now.
Checking if they have permission to view each result may be simple enough, but I’ve never filtered the search results before so not sure how to best apply that or if there is a best way. For example if we filter them after the query, it could mean page one shows only 3 items, even though the query returned 10 if we hide 7. The next page might have all 10. That wouldn’t be ideal so the query itself would need to be modified to search for only results the user had access to. That I’m not sure can be done in any reliable way as it would require conditions meant to be processed within a WordPress loop (accessing $post variables for example), and making it a query that returns limited results.
Worth a look, but off the top I can’t see a simple way to do it without adding a ton of info to your database for each post/item so that we can query against that data for each rule you apply.
You might find another plugin though that offers results filtering by user role. If you tagged all items based on the required role, then I could easily see you using that tag to show/hide content with our plugin, and filter results with another.
Hope that helps.
@mb299 – It could be that the [url] shortcode is not returning a value, but rather rendering it directly. Shortcodes should never render/echo content, they should return it as a string which can then be rendered or passed on.
In this case if they echo while we are processing if it should be shown or not, then we can’t prevent it from rendering.
So you may need to check how that shortcode was set up, or with the author of that shortcode to see how to correct it.
Hope that helps.
Forum: Plugins
In reply to: [User Menus - Nav Menu Visibility] breaks AvadaHi @hughc
What do you see on the menus page after activating the plugin? Are you able to provide a screenshot URL of what you see?
Thanks
Forum: Plugins
In reply to: [User Menus - Nav Menu Visibility] Not working for me.Hi,
What theme are you using? Is your theme adding any settings to nav menu items or are you using another plugin that adds settings to a nav menu item?
Thanks