Title: redq's Replies | WordPress.org

---

# redq

  [  ](https://wordpress.org/support/users/redq/)

 *   [Profile](https://wordpress.org/support/users/redq/)
 *   [Topics Started](https://wordpress.org/support/users/redq/topics/)
 *   [Replies Created](https://wordpress.org/support/users/redq/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/redq/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/redq/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/redq/engagements/)
 *   [Favorites](https://wordpress.org/support/users/redq/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/users/redq/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/redq/replies/page/3/?output_format=md) [→](https://wordpress.org/support/users/redq/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RnB Lite - WooCommerce Booking and Rental System] Easy to start Rental Plugin](https://wordpress.org/support/topic/easy-to-start-rental-plugin/)
 *  Plugin Author [redq](https://wordpress.org/support/users/redq/)
 * (@redq)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/easy-to-start-rental-plugin/#post-16994450)
 * Thanks 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RnB Lite - WooCommerce Booking and Rental System] Enquiry](https://wordpress.org/support/topic/enquiry-4/)
 *  Plugin Author [redq](https://wordpress.org/support/users/redq/)
 * (@redq)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/enquiry-4/#post-16994446)
 * We didn’t check our plugin with dokan multi-vendor yet. We’ve plan to make it
   compatible with Dokan
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Cartsy Lite] Products Showing on Home Page](https://wordpress.org/support/topic/products-showing-on-home-page/)
 *  Theme Author [redq](https://wordpress.org/support/users/redq/)
 * (@redq)
 * [4 years ago](https://wordpress.org/support/topic/products-showing-on-home-page/#post-15697656)
 * Hi
    Unfortunately we do not have such a feature. It will require additional code
   customization.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Cartsy Lite] The default number of products on the product list page](https://wordpress.org/support/topic/the-default-number-of-products-on-the-product-list-page/)
 *  Theme Author [redq](https://wordpress.org/support/users/redq/)
 * (@redq)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/the-default-number-of-products-on-the-product-list-page/#post-15586996)
 * Hello [@290793992zb](https://wordpress.org/support/users/290793992zb/) ,
 * Sorry for your inconvenience. I am giving you some code below. You add this code
   to your Appearance-> Customizer-> Additional CSS.
 *     ```
       @media (min-width: 1200px) {
         ul.products.columns-5 {
           grid-template-columns: repeat(5, minmax(0, 1fr));
         }    
       }
       ```
   
 * Best Regards.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Cartsy Lite] The default number of products on the product list page](https://wordpress.org/support/topic/the-default-number-of-products-on-the-product-list-page/)
 *  Theme Author [redq](https://wordpress.org/support/users/redq/)
 * (@redq)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/the-default-number-of-products-on-the-product-list-page/#post-15580268)
 * Hello [@290793992zb](https://wordpress.org/support/users/290793992zb/) ,
 * Please follow the links below. I hope you find the solution.
 * [https://prnt.sc/dKw_uhB6SfcA](https://prnt.sc/dKw_uhB6SfcA)
 * [https://prnt.sc/5YUichz1x59u](https://prnt.sc/5YUichz1x59u)
 * Best Regards.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Cartsy Lite] How to convert Sale Badge in %Off](https://wordpress.org/support/topic/how-to-convert-sale-badge-in-off/)
 *  Theme Author [redq](https://wordpress.org/support/users/redq/)
 * (@redq)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/how-to-convert-sale-badge-in-off/#post-15544015)
 * You can use this hook to change the sale badge text
 *     ```
       add_filter('woocommerce_sale_flash', 'change_sales_badge');
       function change_sales_badge() {
        return '<span class="onsale"> %off </span>';
       }
       ```
   
    -  This reply was modified 4 years, 2 months ago by [redq](https://wordpress.org/support/users/redq/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Cartsy Lite] Top Nav Menu Bar Position](https://wordpress.org/support/topic/top-nav-menu-bar-position/)
 *  Theme Author [redq](https://wordpress.org/support/users/redq/)
 * (@redq)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/top-nav-menu-bar-position/#post-15424745)
 * Hello [@thewebmanwp17](https://wordpress.org/support/users/thewebmanwp17/) ,
 * You can use the following code in your child theme or Appearance-> Customize-
   > Add Additional CSS.
 *     ```
       .cartsylite-horizontal-navigation {
           margin-left: auto;
       }
       ```
   
 * We hope your issue is resolved.
 * Regards.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Cartsy Lite] Search bar errors](https://wordpress.org/support/topic/search-bar-errors/)
 *  Theme Author [redq](https://wordpress.org/support/users/redq/)
 * (@redq)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/search-bar-errors/#post-15424742)
 * Hello [@aawez99](https://wordpress.org/support/users/aawez99/) ,
 * Very sorry for your issue. You can use the following code in your child theme
   or Appearance-> Customize-> Add Additional CSS.
 * We will resolve this issue in our next version.
 *     ```
       .cartsylite-header-search-form .woocommerce-product-search button[type=submit] {
           right: auto;
       }
       ```
   
 * Regards.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Cartsy Lite] theme Crash – Updated to Cartsy Lite v1.4.2](https://wordpress.org/support/topic/theme-crash-updated-to-cartsy-lite-v1-4-2/)
 *  Theme Author [redq](https://wordpress.org/support/users/redq/)
 * (@redq)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/theme-crash-updated-to-cartsy-lite-v1-4-2/#post-15394048)
 * Hello,
 * [@thewebmanwp17](https://wordpress.org/support/users/thewebmanwp17/)
 * We have already pushed an update. Please update the theme and check. If you face
   any issue please provide us with details like screenshot and video of the issue
   and we will investigate.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reuse Builder] Doubling of custom taxonomies](https://wordpress.org/support/topic/doubling-of-custom-taxonomies/)
 *  Plugin Author [redq](https://wordpress.org/support/users/redq/)
 * (@redq)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/doubling-of-custom-taxonomies/#post-10878454)
 * Hello,
    Can you share me the code you are using. I need to test it locally. I
   will let you know if there is missing.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reuse Builder] how to echo image upload ?](https://wordpress.org/support/topic/how-to-echo-image-upload/)
 *  Plugin Author [redq](https://wordpress.org/support/users/redq/)
 * (@redq)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/how-to-echo-image-upload/#post-10870288)
 * reuse_builder_post_meta only support liner data. Image upload stores data in 
   array format. We don’t have any shortcode for this. You should print them manually
   in your theme files.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reuse Builder] Metabox and Term Metabox Fields Not Saving](https://wordpress.org/support/topic/metabox-and-term-metabox-fields-not-saving/)
 *  Plugin Author [redq](https://wordpress.org/support/users/redq/)
 * (@redq)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/metabox-and-term-metabox-fields-not-saving/#post-10829653)
 * Let me know if there is any js console error. I don’t think it’s form our plugin
   end. Maybe some other plugin block our js files.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reuse Builder] Datepicker field](https://wordpress.org/support/topic/datepicker-field-2/)
 *  Plugin Author [redq](https://wordpress.org/support/users/redq/)
 * (@redq)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/datepicker-field-2/#post-10829602)
 * Our datepicker is focused for current date. But for birthday date picker we don’t
   have birthday picker format.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reuse Builder] Migrate data from another plugin](https://wordpress.org/support/topic/migrate-data-from-another-plugin/)
 *  Plugin Author [redq](https://wordpress.org/support/users/redq/)
 * (@redq)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/migrate-data-from-another-plugin/#post-10829469)
 * We are not sure about that. But there is a possibility to break your data flow.
   We recommend this to fresh site.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reuse Builder] Assigning Class](https://wordpress.org/support/topic/assigning-class/)
 *  Plugin Author [redq](https://wordpress.org/support/users/redq/)
 * (@redq)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/assigning-class/#post-10829215)
 * Hello,
    Sorry we don’t have custom CSS class support to the shortcode. We will
   add it on later update.

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/users/redq/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/redq/replies/page/3/?output_format=md) [→](https://wordpress.org/support/users/redq/replies/page/2/?output_format=md)