zaesar
Forum Replies Created
-
Forum: Plugins
In reply to: [NSFW] [Age Gate] let subscribers with instructor role restrict their contentthis doesn’t work.
It doesn’t them to access after to the dashboard
which other plugin do you recomend?
Forum: Plugins
In reply to: [NSFW] [Age Gate] let subscribers with instructor role restrict their contentIs it?
ag_manage_appearance
ag-manage_messaging
ag_manage_set_content_restriction
ag_manage_restrictions
ag_manage_set_content_bypass
ag_manage_set_custom_age
ag_manage_settingsWhich one is for let users on “content” restrict by age?
Forum: Plugins
In reply to: [NSFW] [Age Gate] let subscribers with instructor role restrict their contentI want that they can choose restrict each content individually. Some content could be seing by everyone.
Which option is for this.
Sorry but I’m quite confused
Thank you
Forum: Plugins
In reply to: [NSFW] [Age Gate] let subscribers with instructor role restrict their contentOk on settings in dashboard access but ho is called exactly?
Appreciate your time
Forum: Plugins
In reply to: [Age Gate] Add option to display age-gate on CPT course editorGreat!
Works like charm.
Congrats for the plugin <3
Forum: Plugins
In reply to: [Age Gate] Add option to display age-gate on CPT course editorThanks for the response!
It works great. But when I click on yes it loads again the age restriction.
Weird, isn’t it?Thanks man!
Appreciate your help 🙂
Got answer from the developers team. And they even can’t answer their clients requests.
This plugin has the worst support team ever. Luckily I didn’t make the payment
- This reply was modified 5 years, 9 months ago by zaesar.
Maybe something like this?
<?php //On single-course template if( get_field('age_verificaton') = 1 ) { ?> <script> $.UIkit.modal(('#surbma-yes-no-popup'), {center: true,keyboard: false,bgclose: false}).show(); </script> <?php } ?>Appreciate your time
- This reply was modified 5 years, 9 months ago by zaesar.
Is there any shortcode that triggers the popup?
Could install the plugin and add the shortcode inside the condition above…
Thank you!
I added with advanced custom field a checkbox true/ false on the Edit course side. I can create a condition like:
<?php if( get_field('age_verificaton') = 1 ) { // And here trigger the popup verification code }Could I add there your code?
Sad to hear that,
But that doesn’t help.
Will look for other options
Forum: Plugins
In reply to: [Network Subsite User Registration] critical error when activating pluginThank you Justin
Forum: Plugins
In reply to: [Network Subsite User Registration] critical error when activating pluginYep,
But as it seems it needs to be a multisite (?)
Now I’m a bit confused. I want to users to be able to share their login on the diferent subdomains but open individual wp-admin of each subdomain or domain.
Hope that this is even possible?
Appreciate your time
Forum: Plugins
In reply to: [Network Subsite User Registration] critical error when activating pluginTo give a better understanding of my site and subsites I’ll explaining here a bit more.
I have a main site that is a membershipside (paidmembershipspro plugin). Users can create their profile and post diferent things. The subsites: channels and products. Will be a place where to upload like courses (something like patreon) where people can register to courses done by my members (learndash plugin with wisdmlabs). The other subsite is a page where they will be able to sell products (something like ebay) with vendors plugin.