Rafik
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Slider and Carousel with Category for WooCommerce] RTL Not WorkingHello,
Please Go here https://nimb.ws/EOkls9 and select any RTL language and then check slider will work.
Thanks
Forum: Plugins
In reply to: [Slick Related Product Slider For Woocommerce] Show up-sells productsHello,
Sorry for the inconvenience because this functionality not available as you need.
but you can customize the plugin, follow this
Go to /woo-slick-related-product-slider/includes/wpwrps-functions.php
Edit this file and go to line no 75 and add this line$link_product = $upsells;exact above this line
// Category Tax Query ParameterNow find this code and remove it or comment this code
`if(!empty($woo_cat_id) && empty($link_product)) {
$args[‘tax_query’] = array(
array(
‘taxonomy’ => ‘product_cat’,
‘field’ => ‘id’,
‘terms’ => $woo_cat_id,
));
} `Forum: Plugins
In reply to: [WP News and Scrolling Widgets] Featured image size always cropped bottomHello,
Please try this CSS
.grid-news-thumb img{object-fit: contain;}Thanks
Forum: Plugins
In reply to: [Product Slider and Carousel with Category for WooCommerce] RTL Not WorkingHello,
Can you please share your page link so we can check and help you.
Thanks
Forum: Plugins
In reply to: [Countdown Timer Ultimate] Countdown Timer Ultimate stopped !Hello,
Can you please create a new timer with proper date and add this shortcode in new fresh page and share the link we will check.
Thanks
- This reply was modified 7 years ago by Rafik.
Forum: Plugins
In reply to: [WP Blog and Widgets] Problems with Gutenberg and WP Blog and WidgetHello,
Yes, our plugin is work with Gutenberg.
This is not our plugin issue.Thanks
Forum: Plugins
In reply to: [WP Slick Slider and Image Carousel] slider doesn’t show until scrollHello,
Sorry for the inconvenience.
Does your issue solve or still facing the issue? I have checked the page it’s working.
The plugin is already responsive but some time theme or other plugin CSS causing an issue that’s why its happen. you can check the demo here
Thanks
Forum: Plugins
In reply to: [Countdown Timer Ultimate] Countdown Timer slowing down page loadHello,
Preload load until every is load.
Please disable the preloader and then check.Thanks
Forum: Plugins
In reply to: [Meta Slider and Carousel with Lightbox] Make header images smallerHello,
Please remove CSS which we have previously provided and add below CSS
.msacwl-slide img.attachment-full, .msacwl-carousel-slide img.attachment-large { height: auto !important; width: auto !important; object-fit: unset; object-position: top center; margin: 0 auto !important; } .msacwl-carousel-slide, .msacwl-slide {height: 500px !important;}Thanks
Hello,
You can add this JS in custom JS option if your theme provides
If need any help you can join our site live chat our technical team will guide you.Thanks
Hello,
We have checked its look like you have customized plugin.
because your popup link has issue of
herf="void(0)"href should be
javascript:void(0)instead ofvoid(0);Thanks
Forum: Plugins
In reply to: [Slick Related Product Slider For Woocommerce] Show up-sells productsHello,
You can only select up-sells products and leave as it is in cross-sells.
“And remove the ability to display related products?”
>>I am not getting this point can you please elaborate more.Thanks
Hello,
Thanks for reaching here.
Please use this shortcode
[recent_post_slider limit="4"]Note:-please does not copy and paste the shortcode, write manually because quotes (“) causing the issue.
Hello,
Thanks for creating a page its working fine on a fresh page.
At the home page on scrolling hide/show effect causing the issue.
it shows a small amount of time and fadeout https://nimb.ws/omwH9J
its theme issue, please fix the issue.Thanks
Forum: Plugins
In reply to: [Trending/Popular Post Slider and Widget] How to disable thumbnail?Hello,
Thanks for the detail,
At this moment disable thumbnail functionality is not available.
But you can customize the plugin see the below step.1.) Please go to
wp-content/plugins/wp-trending-post-slider-and-widget/templates/slider/design-1.phpfile.
Remove line no 14 to 20.2.) Please go to line no 13 and find
<div class=”wtpsw-medium-7 wtpswcolumns”>and just replace with<div class=”wtpsw-medium-12 wtpswcolumns”>Note:- Your customized code will lose when you update the plugin in the future.
Thanks,
- This reply was modified 7 years ago by Rafik.