Forum Replies Created
-
AuthorPosts
-
Hi,
You still can use this plugin, but you need to add CSS for SVG to increase the size for icon.
Thanks.
Hi,
It seems to have to conflict between plugin "NextGen Gallery" and Theme Options (Redux Framework).
-> Theme Options doesn't "Save Changes".
You should deactivate the plugin "NextGen Gallery" and make customizations for Theme Options. Once the customization is complete, you can activate this plugin again.
Currently, you can reload your site and check the color.
Thanks.
Hi,
You can login FTP and go to yolo-shortcode.js file (wp-content/plugins/yolo-finanzen-framework/assets/js/yolo-shortcode.js), later you find to the function "owlCarousel" and replace the content of "default" variable by these lines:
var defaults = {
// Most important owl features
item: item ? parseInt(item) : 3,
rtl: rtl ? rtl : false,
autoplay: 'false' == autoplay ? false : true,
autoplayHoverPause: true,
margin: margin ? parseInt(margin): 0,
slide_duration: duration ? parseInt(duration) : 1000,
loop: 'false' == loop ? false : true,
nav: 'false' == nav ? false : true,
dots: 'false' == pagination ? false : true,
navText: ["<i class='fa fa-chevron-left'></i>","<i class='fa fa-chevron-right'></i>"],
slideBy: 1
};
Thanks.
Hi,
Make sure you're signed out?
7 years, 7 months ago in reply to: Add custom RGB color with opacity 0.5% on product when hoover the image. #16404Hi,
You added the CSS incorrectly.
I edited them, please reload your site and check again.
Hi,
You have added these lines to Custom CSS and style.css of Child Theme.
.fullwidth {
display: none;
}
This is the cause of the problem.
I removed these lines. Please disable this class, it uses for WP Page Builder.
Thanks.
7 years, 7 months ago in reply to: Add custom RGB color with opacity 0.5% on product when hoover the image. #16399Ok,
You can add these lines to the style.css of Child Theme.
.shortcode-single-product-wrap .product-item-wrap:hover .product-link,.woocommerce .product-item-wrap:hover .product-link, .single-product .product-item-wrap:hover .product-link{
background-color: rgba(0,0,0,0.5);
}
Hi,
I can't login your site.
If I access this link gatortraxboats.com/wp-admin, it will direct to the Home page.
Maybe you added the function, please check again.
Thanks.
7 years, 7 months ago in reply to: Add custom RGB color with opacity 0.5% on product when hoover the image. #16391Hi,
Please a screenshot to clarify.
Thanks.
Hi,
The problem comes from the "Content Widget" plugin, it seems this plugin use a script code to replace Fontawesome to SVG.
You can deactivate this plugin to clarify.
Thanks.
This reply has been marked as private.This reply has been marked as private.Hi,
You go to Footer Block -> Footer 7 -> Edit -> Change the info.
Thanks.
Hi,
The banner works normally. (caused by the cache)
Please try again with the anonymous browsing.
Thanks.
Hi,
You use the Theme Options instead of Customize.
Please reload your site and check again.
Thanks.
-
AuthorPosts
