redq
Forum Replies Created
-
Thanks ??
Forum: Plugins
In reply to: [RnB Lite - WooCommerce Booking and Rental System] EnquiryWe didn’t check our plugin with dokan multi-vendor yet. We’ve plan to make it compatible with Dokan
Forum: Themes and Templates
In reply to: [Cartsy Lite] Products Showing on Home PageHi
Unfortunately we do not have such a feature. It will require additional code customization.Hello @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
In reply to: [Cartsy Lite] How to convert Sale Badge in %OffYou 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 2 years, 11 months ago by redq.
Forum: Themes and Templates
In reply to: [Cartsy Lite] Top Nav Menu Bar PositionHello @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
In reply to: [Cartsy Lite] Search bar errorsHello @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
In reply to: [Cartsy Lite] theme Crash – Updated to Cartsy Lite v1.4.2Hello,
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
In reply to: [Reuse Builder] Doubling of custom taxonomiesHello,
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
In reply to: [Reuse Builder] how to echo image upload ?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
In reply to: [Reuse Builder] Metabox and Term Metabox Fields Not SavingLet 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
In reply to: [Reuse Builder] Datepicker fieldOur datepicker is focused for current date. But for birthday date picker we don’t have birthday picker format.
Forum: Plugins
In reply to: [Reuse Builder] Migrate data from another pluginWe are not sure about that. But there is a possibility to break your data flow. We recommend this to fresh site.
Forum: Plugins
In reply to: [Reuse Builder] Assigning ClassHello,
Sorry we don’t have custom CSS class support to the shortcode. We will add it on later update.