Forum Replies Created
-
AuthorPosts
-
Hi,
The CSS was overridden by WD Google Map plugin.
I have added these lines to the admin.css file of the YL Woocoomerce Product Layout plugin:
.vc_shortcode-param[data-param_type=dropdown] select.wpb_vc_param_value option{
display: block!important;
}
Please reload your site and check again.
Hi,
It seems a few CSS overridden by your theme. I have changed a few the class -> you can view in here:
Hi,
You can use:
@media(max-width: 991px){
.shortcode-single-product-wrap .product-item-wrap.product-style_1 h3{
text-align: center;
}
}
Hi,
Can you clarify this issue?
Currently, you are using the widget product filter with categories.
Hi,
You can go to Theme Options -> Custom CSS and add these lines:
#wizard .content {
height: 100%!important;
}
Hope it helps!.
Best regards.
Hi,
You can go to Theme Options -> Custom CSS and add these lines:
.entry-meta-tag{
display: block;
}
Hope it helps!.
Hi,
Sorry for the late response.
It's likely a plugin. Disable them, and see if that fixes it. If it does, enable one by one, until you find the culprit.
If it's not a plugin (and even if it is), you can try to increase the memory allocated for PHP. Add this to your config.php:
define('WP_MEMORY_LIMIT', '64M');
You can read more about the memory limit here: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP.
Best regards.
This reply has been marked as private.Hi,
Sorry for the late response.
You can see the widget show in here: https://www.ratherwearflowers.com/shop/
- You need to add the product to the category:
Currently, the widgets (YOLO Woocommer Price Ajax Filter, YOLO Woocommer Color Ajax Filter) will only display when having the product on the page and these widgets will filter via price, product tag, attribute of the product available.
Hi,
You can use the attribute CSS: text-align: center;
eg:
.shortcode-single-product-wrap .product-item-wrap.product-style_1 h3{
text-align: center;
}
This reply has been marked as private.Hi,
Sorry for the late response.
You go to the "Yolo Instagram" -> Image Size -> select "Original".
Later, you reload your site and check again.
Thanks.
Hi,
Sorry for the late response.
I checked your site and it still normal works. I'm not found the jquery error above.
You can try to remove the browser cache and check again. Or please try with the other computer.
You can view the attachment to clarify.
Thanks.
Hi,
Sorry for the late response.
The problem lies in the Page Options, you selected the page menu for the Home page.
===> You will see that only the home page is experiencing this problem, the other pages, the mobile menu still work normally.
You can go to the Page Options -> Menu -> Remove the value. http://prntscr.com/i1i1a7
Thanks.
-
AuthorPosts
