highprrrr
Forum Replies Created
-
Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] Just Updated, Broke Site@lazyleopard @ultranorman Probably best to start a new thread rather than adding to a 4 month old one.
Forum: Plugins
In reply to: [RoadMapWP] Is there block support?Hi Mike!
The free version does not have blocks.
The premium version has blocks for the idea form, roadmap and displaying ideas, and the blocks have several features that the shortcodes do not.
Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] Just Updated, Broke Sitethe update has been tested. The recent issue only affected folks using the legacy mode which is no longer supported, and we fixed it anyways because it was a simple fix. You should be good to update.
always best to backup first, and test on a staging site first before updating any plugin
Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] Just Updated, Broke Site@johanliden as that is not related to this ticket, please open a new ticket so someone can help you investigate that =]
Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] Just Updated, Broke Site**UPDATE**
we just pushed an update. Please update and let us know if you’re still experiencing this issue.
Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] Just Updated, Broke Site**UPDATE**
It appears this issue is only happening to folks who are using legacy mode.
We’re close to releasing a fix for this.
Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] Just Updated, Broke SiteHello everybody!
I just wanted to let you all know that we are currently working hard to figure this out. In my testing, I am not able to reproduce this at all, so currently we’re trying to figure out why so many of you all are experiencing this but not everybody is.
If any of you think you might know something about your specific setup that you think might be relevant please don’t hesitate to share it.
Also, please try this:
- Navigate to the advanced tab of our plugin https://www.ads-software.com/plugins/restrict-content/advanced/
- Download the previous version, 3.2.10
- Install 3.2.10 on your website
- Then update to the latest version from there
Please let me know if you’re still getting a fatal error after this.
Forum: Plugins
In reply to: [RoadMapWP] Custom display logic, ability to enqueue assets manuallyHey Scott!
We’ve added some filters that allow you to add your own custom conditional logic to choose when to display the shortcode content.
The filters are:roadmapwp_new_idea_form_shortcode
roadmapwp_display_ideas_shortcode
roadmapwp_roadmap_shortcode
roadmapwp_roadmap_tabs_shortcode
an example of the filter in action:function restrict_shortcode_to_user_james($display_shortcode, $user_id) { // Get the current user's data $user_info = get_userdata($user_id); // Check if the user exists and the username is 'james' if ($user_info && strtolower($user_info->user_login) === 'james') { // Allow displaying the shortcode only for user 'james' return true; } else { // Restrict displaying the shortcode for anyone else return false; } } add_filter('roadmapwp_roadmap_shortcode', 'restrict_shortcode_to_user_james', 10, 3);
This would only display the content of the of the roadmap shortcode to users with the username of “james”.
Forum: Plugins
In reply to: [RoadMapWP] Custom display logic, ability to enqueue assets manuallyThanks Scott, we’ll look into this!
Forum: Reviews
In reply to: [RoadMapWP] Fantastic solution for idea roadmapping and votingThanks so much Scott, I’m glad you’re enjoying it!
Forum: Plugins
In reply to: [RoadMapWP] CSS conflicts with themegood call, I’ll include that in 1.2.7.
Forum: Plugins
In reply to: [RoadMapWP] CSS conflicts with themeHey Scott! Thanks so much for bringing this to my attention. I do believe I have addressed your issue in the latest version (1.2.6).
Please let me know if this is not the case!
Forum: Plugins
In reply to: [RoadMapWP] Plugin Check – errorsThanks for reporting this Mark!
I’ve gone through and resolved those issues, this will go out with the next release (1.2.5).
Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] Nuisance debug log messagesHello!
Thanks for reporting this. Couple questions:
What version of PHP are you using? What version of WordPress are you using?
What theme are you using? I just checked on a couple default WordPress themes and a few popular paid themes and the register page was mobile friendly on all of them