Pitabas
Forum Replies Created
-
I have implemented the following solutions, and it works for me.
Solution 1:
In this file:wp-content/plugins/testimonial-free/src/Admin/Gutenberg_Block.php
Find this line:class Gutenberg_Block
replace with the below line:if (!class_exists('ShapedPlugin\TestimonialFree\Admin\Gutenberg_Block')) { class Gutenberg_Block { // Class code here } }
Solution 2:
In this file:/wp-content/plugins/testimonial-free/src/Admin/GutenbergBlock/Gutenberg_Block_Init.php
replace with the below line:if (!class_exists('ShapedPlugin\TestimonialFree\Admin\GutenbergBlock\Gutenberg_Block_Init')) { class Gutenberg_Block_Init { // Class code here } }
Forum: Themes and Templates
In reply to: [Ascent] Theme updateCould you please share more info about the issue?
Forum: Themes and Templates
In reply to: [Ascent] Compatibility issues for WordPress 5.6 – jQueryForum: Themes and Templates
In reply to: [Ascent] Black screen with WordPress 5.6Hi @jeff-rullier,
Thanks for reporting the issue.
We are working on it. We are trying to fix the issue as soon as possible.
Forum: Plugins
In reply to: [Checkout Address AutoFill For WooCommerce] not workingPlease check the below video tutorial to get the Google Map API key.
https://www.dropbox.com/s/ww9pykkmt5wm5vv/API%20Generate%20-%20Address%20Autocomplete.mp4?dl=0
__
ThanksForum: Plugins
In reply to: [Checkout Address AutoFill For WooCommerce] not workingHi @khyl,
I just checked, it appears you have not setup the Google Maps API properly as it is giving the following error in the JS console on the front-end:
“js?key=AIzaSyCB-cFmJHB0OBx1R7_fKkOXkarZyTlXOiA&libraries=places&callback=initAutocomplete&ver=b789cea817129de5d733632324e3d71e:78 Google Maps JavaScript API error: ApiNotActivatedMapError
__
ThanksForum: Plugins
In reply to: [WP Before After Slider] can’t have multiple in same page ?Yes, you can add multiple sliders.
Forum: Plugins
In reply to: [WooCommerce MailChimp Newsletter Discount] Generates new code every orderI have tested this plugin with several themes and unable to produce the same error. Can you please uninstall this plugin and test it again? I guess you have some other plugin installed and that causes these things.
Forum: Plugins
In reply to: [WP Before After Slider] can’t have multiple in same page ?Hi @dorians,
I will check and let you know.
Forum: Plugins
In reply to: [WooCommerce MailChimp Newsletter Discount] Generates new code every orderCan you please share the exact steps to produce the issue?
Forum: Plugins
In reply to: [WooCommerce MailChimp Newsletter Discount] Not workingHi @websystems2006,
We have fixed the JS conflict issue and update the plugin. So Can you please try the new version plugin and check.
Please let us know if it will work for you.
Forum: Themes and Templates
In reply to: [Ascent] Blurry imageHi @orthas,
Glad to know that it works for you.
If you really like our support and theme please write a good review here at https://www.ads-software.com/support/theme/ascent/reviews/#new-post
Thanks
Forum: Plugins
In reply to: [Checkout Address AutoFill For WooCommerce] Address with Unit NumbersHi @atharalikhichi,
Thanks for using our plugin.
Regarding your custom requirement, you can edit the
assets/js/autofill.js
file to get the exact result.Thanks
PitabasForum: Plugins
In reply to: [Checkout Address AutoFill For WooCommerce] plugin not workingHi @dsy,
Please allow us some time to check the issue.