bluoji
Forum Replies Created
-
You’re amazing. Thank you so much for the help!
Thanks for your response.
My bad, I enabled the popup on mobile, you can check it out now.Hey @wpmudevsupport11,
I did as you instructed me but unfortunately there’s no result.
This is the edited code I added to the new php file I made inside the new mu-plugins folder.<?php add_action( 'wp_footer', function(){ if ( !is_page('home') ) { //Please change page slug return; } ?> <script type="text/javascript"> jQuery(document).ready(function($){ $(document).on('countrychange', '#phone-1 input',function(){ setTimeout(function(){ elementorProFrontend.modules.popup.showPopup( {id:920}, event); }); }); }); </script> <?php },9999);And I tried 2 different ids, the field container id (#phone-1) and the id of the input itself because I wasn’t sure which is the right one, but it still didn’t work. Let me know if I’m doing something wrong.
You’re awesome, I appreciate it. Everything works and looks as it should. Thanks!
Hi, thanks for your efforts trying to solve this issue.
The duplicate icon issue is fixed, but the design is a bit off for the phone field and it’s border, especially for the hover effect. Do you think there’s a way to fix that? To remove the space between the icon and the field and make it look as it would normally?
If it’s not possible, that’s cool. A win is a win, so I appreciate your help either way.
Stay blessed!
Thanks for your response!
Here’s the link to the form export file https://drive.google.com/file/d/1FamMrINlhKBSjXsDZYfWKuSw79G964vJ/view?usp=sharing
I installed the plugin and ran the troubleshoot mode, it deactivated all plugins except for Directorist and the problem still persists.
What is the technical support channel? Can I get a link, please?