mark l chaves
Forum Replies Created
-
Hi @andrewmperryman,
We’re going to close this thread since we haven’t heard back from you.
Feel free to post a new issue or contact us directly if you need help with anything else.
https://code-atlantic.com/contact-us/
Cheers 🙂
Hi @tschneider1402,
Thanks so much for the update. We got your help desk request via our contact page.
We’ll get back to you shortly!
Cheers 🙂
P.S. Closing this thread here.
Forum: Plugins
In reply to: [User Menus - Nav Menu Visibility] Menu visibilityHey @misterraiden,
We hope your vacay was fab 🙂
Thanks so much for the follow-up!
All sounds good. Please keep us posted.
Hi @rajatag,
We just pushed out a patch (1.1.9). Please update the plugin and let us know how that goes for you 🙂
Thanks!
Hey @andrewmperryman,
We just pushed out a patch (1.1.9). Please update the plugin and let us know how that goes for you 🙂
Thanks!
Hi @alexjefimov,
You should be able to prevent a popup from launching using a listener on your form fields.
This PHP hook adds jQuery that will prevent a popup from opening when any input field in the first form (wpcf7-f656-o2) on your homepage slider gets clicked.
<?php /** * Add custom JavaScript for Popup Maker to the footer of your site. */ function prevent_popup_when_filling_out_form() { ?> <script type="text/javascript"> jQuery(document).ready(function ($) { // Listen for focus on the first form in the slider. $( '#wpcf7-f656-o2 input, .wpcf7-f656-o2 textarea' ).focus( function() { // Change the popup ID to yours. PUM.preventOpen( 15 ); // DEBUG: REMOVE IN PRODUCTION console.log( '[DEBUG] Prevented popup 15 from opening.' ); }); // Listener }); // jQuery </script><?php } add_action( 'wp_footer', 'prevent_popup_when_filling_out_form', 500 ); /** * Add the code above to your child theme's functions.php file or * use a code snippets plugin. */Please give that a try. Yell back if you have any questions or need help with that.
Cheers 🙂
Hi @deeperlook,
It sounds like you want support for forced interaction.
If you haven’t yet, see if the Popup Maker Forced Interaction extension might help you.
Thanks!
Closing thread.
Hi @scarpinoc,
If your attachments are PDFs, images, or zip files, we recommend you upload your attachments to your media library and include links to those files in your email campaigns.
If your WordPress site doesn’t allow zip uploads, you can try enabling zip uploads by adding this function to your child theme’s functions.php file.
add_filter('upload_mimes', 'custom_upload_mimes'); function custom_upload_mimes ( $existing_mimes=array() ) { // add your extension to the mimes array as below $existing_mimes['zip'] = 'application/zip'; $existing_mimes['gz'] = 'application/x-gzip'; return $existing_mimes; }We’re going to close this thread since we haven’t heard back from you.
Feel free to post a new issue or contact us directly if you need help with anything else.
https://wppopupmaker.com/support/
Cheers 🙂
Hi @maksim1989,
We’re going to close this thread since we haven’t heard back from you.
Feel free to post a new issue or contact us directly if you need help with anything else.
https://wppopupmaker.com/support/
Cheers 🙂
Forum: Plugins
In reply to: [User Menus - Nav Menu Visibility] Menu visibilityHi @misterraiden,
We’re going to close this thread since we haven’t heard back from you.
Feel free to post a new issue or contact us directly if you need help with anything else.
https://code-atlantic.com/contact-us/
Cheers 🙂
Forum: Plugins
In reply to: [User Menus - Nav Menu Visibility] User Minimum Role not WorkingHi @devonsays,
We’re going to close this thread since we haven’t heard back from you.
Feel free to post a new issue or contact us directly if you need help with anything else.
[https://code-atlantic.com/contact-us/]
Cheers 🙂
Closing thread.
Hi @tschneider1402,
Thanks for reaching out. We’re sorry you’re seeing a redirect issue.
It looks like you’re using a custom login that’s overriding WordPress’ default redirect behavior.
You should be able to test if your custom login is blocking the normal redirect.
Here’s how.
First, we recommend you confirm your restriction is set up correctly.
In the Content Control Restriction Editor:
1. Make sure you’ve got the correct role(s) selected under the General tab https://share.wppopupmaker.com/kpunjKrx
2. Check that your Protection settings are Redirect and Login & Back https://share.wppopupmaker.com/bLuq7Ang
3. Make sure you’ve selected your Our Properties page under the Content tab
When that all looks good:
1. Disable your custom login modal popup
2. Purge all caches and navigate to https://offerolistingsite.devenly.com/our-properties/ to test if the Content Control login and redirect back works
By the way, we also noticed jQuery error on your site. Any error like that has a good chance of interfering with your theme and plugins. You might want to get that fixed or temporarily disable it while testing your log-in redirect to avoid potential code conflicts.
https://share.wppopupmaker.com/wbubE6Py
If you’re still seeing the issue after doing the above, please submit a help request here.
https://code-atlantic.com/contact-us/
That way we can get more details to help you using a more private channel.
Cheers!
Hi @ronhorne50,
We’re going to close this thread since we haven’t heard back from you.
Feel free to post a new issue or contact us directly if you need help with anything else.
https://code-atlantic.com/contact-us/
Cheers 🙂