Feature Ideas

  1. Woo Grid/Slider/Carousel Products per Page

    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"

    Stefan
    #Bug 🐞

    0

  2. Enable equal height option

    Coz height variation comes when we add more in a single column

    jeba

    0

  3. "Shortcode" element in Woo Grid/Slider/Carousel elements choices

    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!

    Fulvio
    #Idea πŸ’‘

    0

  4. Π†nsert icon into add to cart button

    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.

    Sergey
    #Idea πŸ’‘

    0

  5. Do the plugins and the theme not have a Spanish version?

    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!

    Ignacio L
    #Misc πŸ€·β€β™‚οΈ

    0

  6. Advanced filtering for all "post" widgets

    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!

    Alex
    #Integration πŸ”—#Misc πŸ€·β€β™‚οΈ

    0

  7. Promo box - HTML code

    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.

    Louise
    #Idea πŸ’‘

    0

  8. Pop-up close icon not showing

    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.

    Shahinul I
    #Bug 🐞

    0

  9. Map Category Filter

    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.

    Ally
    #Idea πŸ’‘#Styling 🎨#Integration πŸ”—

    0

  10. exclude categories

    in post grid slider Please give option to exclude categories, also requested it for widgets in side bar , this is really needed

    Trevor

    0

  11. category widget exclude category option please :)

    It needs to be there as showing categories i don't want

    Trevor

    0

  12. Possibility to change label text in "post comments" widget

    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.

    Carina
    #Idea πŸ’‘

    0

  13. Labelposition of Tabswidget on mobile

    The labelposition of the tabswidget on mobile should be switched to right on mobile. Way nicer to operate with the thumb.

    Snow

    0

  14. Custome Html Code In Pricing Table

    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

    nisarg p
    #Idea πŸ’‘

    0

  15. id of the element

    id of the element for tracking events, for example, in yandex.metrica and from other social networks

    Evgeniy

    0