Not sure if I missed something, but: Woo Grid/Slider/Carousel settings number of Products per Page doesnΒ΄t work anymore, once you hit one of the filter tabs... right? The setting of the number of products works just on the front where it says "All"
0
Coz height variation comes when we add more in a single column
0
Hi, it would be nice to have the option to choose a "Shortcode" Element in the Elements choices of the Woo Grid/Slider/Carousel widget. Following the diff patch for modules/woo-grid/widgets/wpr-woo-grid.php to do this (it is just a draft, not tested at all!): =================================== --- wpr-woo-grid.php 2023-03-02 14:50:37 +++ NEW_wpr-woo-grid.php 2023-03-02 14:59:15 @@ -263,6 +263,7 @@ 'add-to-cart' => esc_html( 'Add to Cart', 'wpr-addons' ), 'lightbox' => esc_html_( 'Lightbox', 'wpr-addons' ), 'separator' => esc_html( 'Separator', 'wpr-addons' ), 'shortcode' => esc_html( 'Shortcode', 'wpr-addons' ), 'pro-lk' => esc_html__( 'Likes (Pro)', 'wpr-addons' ), 'pro-shr' => esc_html( 'Sharing (Pro)', 'wpr-addons' ), ]; @@ -1299,6 +1300,18 @@ Utilities::upgrade_pro_notice( $repeater, Controls_Manager::RAW_HTML, 'woo-grid', 'element_select', ['pro-lk', 'pro-shr'] ); $repeater->add_control( 'shortcode_string', [ 'label' => esc_html__( 'Shortcode', 'wpr-addons' ), 'type' => Controls_Manager::TEXT, 'default' => '', 'condition' => [ 'element_select' => 'shortcode', ], ] ); $repeater->add_control( 'element_location', [ 'label' => esc_html__( 'Location', 'wpr-addons' ), @@ -7997,7 +8010,24 @@ echo ''; } // Render Shortcode public function render_product_shortcode( $settings, $class ) { global $product; // If NOT a Product if ( is_null( $product ) ) { return; } echo ''; echo ''; echo '' . esc_html(do_shortcode($settings['shortcode_string'])) . ''; echo ''; echo ''; } // Get Elements public function get_elements( $type, $settings, $class, $post_id ) { if ( 'pro-lk' == $type || 'pro-shr' == $type ) { @@ -8043,6 +8073,10 @@ case 'price': $this->render_product_price( $settings, $class ); break; case 'shortcode': $this->render_product_shortcode( $settings, $class ); break; case 'rating': =================================== Thank you!
0
Hello. Please add the ability to add an icon to the "add to cart" button. To be able to add an icon both to the right and to the left of the button inscription. This will greatly improve the ability to visualize the product card when editing in Elementor.
0
It would be nice to have a Spanish version, and also in more languages, it is something essential in modern tools and applications. We are in the year 2023!
0
An advanced (ajax) filtering system for all posts and post types when using a post list or grid would be excellent. I use custom post types that contain multiple taxonomies and multiple custom fields, it would be great to be able to integrate that information for users to filter their results rather than just having one filter group they can use from!
0
Add a HTML box option to the Promo box so instead of selecting an image from the gallery one can add a custom HTML code instead that will display own image and link.
0
I have created a pop-up successfully but the close button not showing after enabling the close option. in editing mode icon showing but when visiting from private mode, it's not showing. I have tried different browsers, same result.
0
I wish there was a way to filter locations on the map or filter types of programs, locations that cater to xyz, member events vs non, etc. It could also be with different icons and colors.
0
in post grid slider Please give option to exclude categories, also requested it for widgets in side bar , this is really needed
0
It needs to be there as showing categories i don't want
0
So far this option is only available for the section title and the submit button text. I'd like to change the labels of the comment form fields "Message", "Email" and "Website" to my language.
0
The labelposition of the tabswidget on mobile should be switched to right on mobile. Way nicer to operate with the thumb.
0
If We Able To Put Custom Html And Source Code So We Able To Redirect Clients To Checkout Page Or On Page Checkout using Complex Code But i also want html code
0
id of the element for tracking events, for example, in yandex.metrica and from other social networks
0