thannah
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Mail arrives without Contact7formAre you adding the information you want from the form to go to the email?
Go to Contact> (your form) > Mail > Message Body
Add what you want it to return to your as and whether or not you want the user to also receive a copy and save it.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Major issue with latest version 2.4I just started working this morning and got the same error. I went and checked my backup files to see if that line existed last night and it didn’t so I deleted it.
My site works again!
Thanks!
It’s Free. LOL!
Are you still having problems with this?
Sometimes you have to uninstall and re-install plugins to get them to work correctly.
I’m using woo-commerce, pmpro, and buddypress with no problems.Make sure your theme is compatible with all your plugins as well.
It’s not a widget. It’s a custom button. I’m not sure where to put the pmpro code with the code above. At first I did something like this which did the trick but it hid the button for all users.
<!--?php if(pmpro_hasMembershipLevel('5')) { ?--> <?php @session_start(); $id = bp_loggedin_user_id(); $obj = get_userdata( $id ); $user = $obj->data; if (empty($id)) { unset($_SESSION['admin_user']); $_SESSION['admin_user'] = array(); } else { $_SESSION['admin_user']['employee_name'] = $user->user_login; $_SESSION['admin_user']['email'] = $user->user_email; $_SESSION['admin_user']['id'] = bp_loggedin_user_id(); $_SESSION['admin_user']['type'] = 3; } global $bp; $_SESSION['front_user']['bid'] = $bp->displayed_user->id; if ($_SESSION['front_user']['bid'] == @$_SESSION['admin_user']['id']) { ?> Manage my services, prices, etc. <button onclick="window.open('https://www.salonidm.com/gzappointment/index.php?controller=GzAdmin&action=dashboard', '_blank', 'height=970,width=1000,toolbar=0,location=0,menubar=0,scrollbars=1');">Edit My Services</button> <?php } else { ?> Click button to view my schedule <button onclick="window.open('https://www.salonidm.com/gzappointment/preview.php', '_blank', 'height=970,width=1000,toolbar=0,location=0,menubar=0,scrollbars=1');">Book me now</button> <?php } ?> <!--?php } ?-->Thanks. My exact code is below.
<center><p> <?php @session_start(); $id = bp_loggedin_user_id(); $obj = get_userdata( $id ); $user = $obj->data; if (empty($id)) { unset($_SESSION['admin_user']); $_SESSION['admin_user'] = array(); } else { $_SESSION['admin_user']['employee_name'] = $user->user_login; $_SESSION['admin_user']['email'] = $user->user_email; $_SESSION['admin_user']['id'] = bp_loggedin_user_id(); $_SESSION['admin_user']['type'] = 3; } global $bp; $_SESSION['front_user']['bid'] = $bp->displayed_user->id; if ($_SESSION['front_user']['bid'] == @$_SESSION['admin_user']['id']) { ?> Manage my services, prices, etc. <button onclick="window.open('https://www.salonidm.com/gzappointment/index.php?controller=GzAdmin&action=dashboard', '_blank', 'height=970,width=1000,toolbar=0,location=0,menubar=0,scrollbars=1');">Edit My Services</button> <?php } else { ?> Click button to view my schedule <button onclick="window.open('https://www.salonidm.com/gzappointment/preview.php', '_blank', 'height=970,width=1000,toolbar=0,location=0,menubar=0,scrollbars=1');">Book me now</button> <?php } ?> </center>I’m not a guru with PmPro but I have learned alot. You should start a test account and test it in a different browser to see if your website is doing what you need it to do. It’s hard to test it as admin because you get all the features.
I’m also willing to help you out a bit if needed to further my experience with PmPro and wordpress. So feel free to email me anytime.
Good Luck!
Yes. From what I have seen customers need the code to add to their membership level at checkout in order to get the discount.
They will be ask to apply any codes at checkout.
I did it with a Hidden Levels for Paid Memberships Pro. Create the php in plugins and activate in dashboard. Works like a charm!
Create your discount code and give it to your potential customers or apply 10% discount to the membership level and they will have it automatically at login
Add pages that you want to show to a menu and have sub menus
Forum: Themes and Templates
In reply to: Fusion Builder greyed outHere’s the fix! It worked for me!
https://wordpress.org/support/topic/unable-to-click-in-avada-theme-fusion-builder?replies=4