amrapal
Forum Replies Created
-
Hi Tushar,
Thanks for reproducing issue.
I just updated Essential Addons for Elementor plugin with latest version 4.8.3. But the issue still persist.
Find below page, If the user filled all the details in ROI Calculator then it will redirected to roi-result page where we used shortcodes to display the calculated result.
Staging site link: https://botgenius.wpengine.com/roi-calculator/You can also check on roi-result page by filling details on above form.
Find below screenshot for your reference:
https://botgenius.wpengine.com/wp-content/uploads/2021/08/result-page-screenshot.pngThe same shortcodes data are displaying properly on top result, but same sortcodes are not working under data table (mark red in screenshot). You will see Your Input: section is blank.
Thanks for your reply.
I have tried to regenerating assets from Essential addon and from Elementor as well.
But nothing works. So I just roll back the Essential Addon for elementor plugin version from 4.8.2 to 4.6.1 and it’s working fine for now.Forum: Themes and Templates
In reply to: [Airi] Got page list instead of Menu items in MenubarPlease find below Menus screenshot FYR.
https://botgenius.wpengine.com/wp-content/uploads/2021/07/Menus-Screenshot.png
Yes I have edited one file i.e. menu-menuStyle1 which is under:
themes/airi/template-parts/menusBut I had only made bootstrap div changes as I want more space for right side menu bar, So I just decrease the left-side logo div column and increase column for menu bar.
find below updated file code for the same:<div class="site-branding col-md-3 col-sm-6 col-9"> <?php airi_site_branding(); ?> </div><!-- .site-branding --> <div class="header-mobile-menu col-md-8 col-sm-6 col-3"> <button class="mobile-menu-toggle" aria-controls="primary-menu"> <span class="mobile-menu-toggle_lines"></span> <span class="sr-only"><?php esc_html_e( 'Toggle mobile menu', 'airi' ); ?></span> </button> </div>
Thanks
Forum: Plugins
In reply to: [Contact Form 7] Form submission taken almost 12-15 secondsIs there any alternate way to reduce delays while submitting form data? Is this happening due to outdated WordPress OR due to CF7 add-on OR any other specific reason?? suggestion Appreciated. Thanks
Forum: Plugins
In reply to: [Contact Form 7] Form submission taken almost 12-15 secondsI have all the access of wp-admin.
- This reply was modified 3 years, 8 months ago by amrapal.
Forum: Plugins
In reply to: [Contact Form 7] Form submission taken almost 12-15 secondsI am waiting for your quick response. Please suggest.
Forum: Plugins
In reply to: [Contact Form 7] Form submission taken almost 12-15 secondsActually we have latest version of CF7 but outdated version of WordPress, That is the reason to take more time to submit the form?
The reason I am keeping the old version of WordPress is, Our Theme is outdated and that were not been updated since last 2 years (we need to repurchased the theme because we didn’t get any update notification for the same theme). And whenever I was trying to update the WordPress version with the latest one, our theme page builder stop working that’s the reason we haven’t updated WordPress so far.
Is there any alternate solution to fix this issue except WordPress updation? we will definitely work on updation of Theme and WordPress as well. But meanwhile I need to fix this delayed issue while submitting form data. Appreciate for your suggestion. Thanks
Forum: Plugins
In reply to: [Contact Form 7] Form submission taken almost 12-15 secondsI am using WordPress 5.4.6 and
contact form 7 Version 5.3.2Thanks for your reply.
I have observed the issue, a popup will close when we click on the YouTube video which is coming from WP YouTube Lyte plugin. When I have unchecked the Click Overlay to Close under popup settings, the issue gets resolved.Gopal
Forum: Plugins
In reply to: [WP YouTube Lyte] Pop up automatically closed on first clickThanks for your quick reply.
I will get in touch with them.Gopal
Thanks for your quick reply.
Can we add recaptcha v3 badge in any contact form as a placeholder?
Refer URL: https://www.encora.com/contactThanks once again.
Hi Erik,
Actually, I don’t want to disable the functionality of the recaptcha for each page, just want to hide the badge logo, which shown at the bottom right side of each page.
Instead, we want to show that badge on the pages that have a contact form so that we get to know our form is protected with recaptcha v3.
When I have added below css under additional-css section, the badge will be hidden on all the page including contact form page as well.
.grecaptcha-badge { visibility: hidden; } body.contact .grecaptcha-badge { visibility: initial; }
So I have applied below css to make badge visible in contact form only through page id:
.grecaptcha-badge { visibility: hidden; } .page-id-297 .grecaptcha-badge{ visibility:visible; }
So, Is this the proper CSS to hide badges on pages except contact form? And the functionality should be work for all the pages?
Thanks
Waiting for valuable reply.
Thanks in Advance.
Oh! Perfect. We can concatinate the same.
Thanks a lot.
Explain in short, I have three calculated fields having different percentages in each fields (calculated by equation).
E.g. 1) 70% in first field (fieldname1)
2) 80% in second field (fieldname2)
3) 90% in third field (fieldname3)How can I display below in another new field?
70% To 90% (fieldname4)