cantbutron
Forum Replies Created
-
Hi,
I think I know what the problem is.
It is not a cache issue or tabs addon issue. It is related to the “Deactivate all” button, which deactivates all JS and when activating the tabs addon it does not reactivate the necessary JS for the correct operation.
Solution:
Use the “Activate all” button and deactivate the add-ons that you don’t want to use one by one. In my case I only use the tabs, so I have disabled all the addons except tabs.Hope that helps.
Regards
Forum: Plugins
In reply to: [WooCommerce] change image size of categoriesself answer my question
By adding this code to the functions.php file the category images are displayed in full size and the products are kept as thumbnails.
add_filter( 'subcategory_archive_thumbnail_size', function( $size ) { return 'full'; } );
Could you confirm if this is correct?
Thanks
Same here but with v3. Nobody can’t login on the website, even admin, with the plugin active. This issue appeared yesterday (December 3th).
Thanks
The problem is that in my web it appears in old orders that exceed that number of days, I don’t know if it is because the order was created before installing the plugin or it could be due to an incompatibility with another plugin.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Show “add to wishlist” after ajax content reloadThanks for the clarification. Great plugin and support.
Regards
Thanks for the support. It works correctly as long as the “On sale checkbox” extension is active.
Best regards
Hi,
When I use that shortcode, the filter results counter counts all the products, whether they are on sale or not.
For example, if there are a total of 10 products in the “t-shirts” category and there are only two on sale, the counter displays 10 instead of 2.
The site is under construction and therefore cannot be accessed without credentials. Could you tell me how I can contact you in private?
Thanks
sorry, the last code is incomplete, the correct code is:
$id = apply_filters( 'wpml_object_id', $id, 'elementor_library', TRUE );
Hi,
The WPML team have found a fix to this problem. I expose it below.
1- Go to
wp-content/plugins/premium-addons-for-elementor/includes/elementor-helper.php
2- Find
$id = $this->get_id_by_title( $title );
3- After that line, add
$id = apply_filters( 'wpml_object_id', $id, 'elementor_library'
I have tried it and it works. It would be great if you included this modification for the next plugin update.
Thanks and best regards
Forum: Plugins
In reply to: [Premium Addons for Elementor] Elementor error 500 when I add modal boxHi there,
I finally found the problem. It is an incompatibility with the new Yoast SEO update. Disabling the plugin everything works correctly.
Hope it helps something
Forum: Plugins
In reply to: [Premium Addons for Elementor] Elementor error 500 when I add modal boxOkay, so I’ve been testing when the error appears exactly, and I’ve found that regardless of memory limit and time limit, the maximum is 7 modals. With 7 it saves perfectly but with 8 the error appears.
Regards
Forum: Plugins
In reply to: [Premium Addons for Elementor] Elementor error 500 when I add modal boxHi @leap13,
I have changed the values to the recommended ones, 300 on both and the problem continues. I’ve even increased them to 3000M on memory limit and 3000 on time limit. I have made sure that these values changed in the system information of your plugin.
My PHP version is 7.3 and my database is MySQL 5.7
Regards
Forum: Plugins
In reply to: [Premium Addons for Elementor] Elementor error 500 when I add modal boxForum: Plugins
In reply to: [Advanced WordPress Backgrounds] IMAGE LOOKS BLURRYSorry for the delay,
I already found the solution in a previous comment. The problem is the “sizes” attribute that creates the WordPress theme, so if that attribute is removed, the images look perfectly. I guess it will be some kind of incompatibility, but until it is solved, this solution is valid.
Thanks and best regards