fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Slick arrows styles overwritten the your plugin

Hi,

Your plugin overwritte styles of all slick arrows on entire page In my case is products caurusels arrows from other plugin.

Can i deactive this rule from your plugin? I dont need arrows in your plugin.

I think, this is role that overwritte my arrows.

.slick-next:before, .slick-prev:before {
    font-family: slick;
     font-size: 20px;
     line-height: 1;
     color: #000;
     opacity: .75;
     webkit-font-smoothing: antialiased;
}
Thanks for your help.

Hakik Zaman

Hello Wojtek Nazwisko,

Thanks for reaching out to us.

Actually we use our own class,  we use .wvg-slider-next-arrow:before and .wvg-slider-prev-arrow:before Please check this screenshot.

So, it will not overwrite other arrows. The classes you mentioned (.slick-next:before and .slick-prev:before)  are classes of Slick Sliders.

These arrows are coming from Ultimate Elementor Plugin. Here is the screenshot.

I hope I could clear your confusion.

If you don’t want to show arrows from our plugin. Please UNCHECK these checkboxes from our plugin settings.

Thanks

Thank you for your very quick reply. I appreciate it.

I fix it.

I disable slick stylesheet file from your plugin in function.php.

// disable slick stylesheet of Additional Variation Images Gallery for WooCommerce plugin
function variation_images_gallery_disable_scripts_styles() {

wp_dequeue_style(‘woo-variation-gallery-slider’);

}
add_action(‘wp_enqueue_scripts’, ‘variation_images_gallery_disable_scripts_styles’, 100);

 

In this file “slick.css” was this unwanted rule. Path: /wp-content/plugins/woo-variation-gallery/assets/css/slick.css

Please close ticket.

Thanks!

 

Hakik Zaman

Hello Wojtek Nazwisko,

Glad to see, you resolved your issue.

We really get excited & honored when you use our plugin in your site.

If you found our plugin helpful, could you leave your valuable review here: https://wordpress.org/support/plugin/woo-variation-gallery/reviews/?filter=5

Your rating keeps us inspired.

By the way, stay safe and take care of your family. Hopefully, Covid-19 outbreak will end up soon.

Thanks