robinwpdeveloper
Forum Replies Created
-
Hi @brunov99
I hope above solution fixes your issues.
Feel free to comment if not fixed yet.
Cheers!
Marking as resolved.
Feel free to reach out to us anytime with any further issues or feedback.Cheers!
Forum: Plugins
In reply to: [Better Payment - Instant Payments Through PayPal & Stripe] Amount shows $0Marking as resolved.
@levensok glad that your issue is fixed.Feel free to reach out to us with any further issues.
Marking as resolved. Feel free to comment if you still face the issue after applying above suggestion/fix.
Hi @hashimea ,
We use wp_login_url() function to fetch the login url.
Now this url can be replaced with any other url using filter hook.
Feel free to install the dev version (will be released soon) and use filter in your theme’s functions.php
Here is a sample code: https://d.pr/n/BoZ664Marking as resolved.
Hi @germanero
Try using this custom css:
// EA Flip Box : Firefox Issue .eael-animate-flip.eael-animate-left, .eael-animate-flip.eael-animate-right, .eael-animate-flip.eael-animate-up, .eael-animate-flip.eael-animate-down { transform-style: unset !important; perspective: unset !important; }
You can add custom css via Elementor Editor. Go to Page Settings => Advanced => Custom CSS.
Happy to help.
A review might make me even happier ??
Here is the link: https://www.ads-software.com/support/plugin/essential-addons-for-elementor-lite/reviews/#new-postYou may try below code.
It’s plain jQuery and you can customise as per your need.jQuery(document).ready(function(){ jQuery('#close-content').on('click', function(){ let tabTitle = jQuery(this).closest('.eael-accordion-list').find('.eael-accordion-header'); tabTitle.trigger('click'); jQuery('html, body').animate({ scrollTop: tabTitle.offset().top - 100 }, 1500); }); });
Marking it as resolved as it is not related to EA Filterable Gallery (which contains a class
eael-filter-gallery-wrapper
).Feel free to share any issues related to Essential Addons for Elementor
Marking it as resolved as I see the button is working as expected in your website.
Feel free to comment if you have queries regarding the above code.
I have tested on the console. Hope it helps.
Here is the code:jQuery(document).ready(function(){ jQuery('#close-content').on('click', function(){ jQuery(this).closest('.eael-accordion-list').find('.eael-accordion-header').trigger('click'); }); });
- This reply was modified 1 year, 8 months ago by robinwpdeveloper.
Hi @luisteixeira00
Can you share a page url or screencast how you are planning to implement?
Page url might help to debug and propose a solution if possible.Marking it as resolved since it is identical / duplicate of https://www.ads-software.com/support/topic/the-registration-form-does-not-create-a-new-contact-in-the-mailchimp-audience-2/
Hi @meganons
Thank you for your kind words.
There is a settings to display Table of Contents on All Posts only. It will exclude all pages too.Steps:
– Go to the page where TOC is set as global.
– Update the Display On control as per your need (select All Posts in your case).Let me know how it goes.