fanopolis
Forum Replies Created
-
Figured it out.
In checkout, this line was missing from the form:
<input type=”hidden” id=”level” name=”level” value=”<?php echo esc_attr($pmpro_level->id) ?>” />
In billing after testing there doesn’t seem to be any functionality affected from my template. Developers, could you confirm what was changed and if anything was critical? Thank you!
This page was helpful:
https://www.paidmembershipspro.com/documentation/templates/template-versions/I’d like to know this too. How can I show a message in the same form, without refreshing the page or sending the user to another page? Thanks!
ok solved it by adding this line to my header.php file.
<title><?php wp_title(”); ?></title>
Forum: Plugins
In reply to: [Marketing Optimizer] Request – cookies for consistencyAnd also, how do I determine the goal for the experiment?
Under page > new page I can create A and B versions, but where do I tell the plugin what my goal is? (click a link, play a video, etc…)
Also other awesome features would be:
– Integration with Google Analytics, sending variation data with events or custom variables
– Basic segmentation: new users only, returning only, source, etc.Thank you!
Please let me know where If you are going to implement these, or where can I find info on this.
In Core Settings I can set the Landing Page, but the problem is when you click “desktop” on the mobile homepage, it takes you to /mobile-version/ instead of /.
I can only choose Landing Page in core settings.
Did you understand my problem correctly? Thankyou!
Forum: Plugins
In reply to: [qTranslate] WooCommerce qTranslateYes that would be great!
Forum: Plugins
In reply to: [PopPop] PopPop not working with NextGen Public Uploaderhow did you do it man?
Anyone?
I want the users to create password protected posts, for which only they know the password, so only they can comment (I already know how to password-protect the comments section)