Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi,
You go to Theme Options -> Pages Setting -> Page Title Background Overlay Color -> remove the colorThanks.
Hi,
I activated the Product Layout and try to create the "product layout": https://cityselfstorage.no/testserver/product-layout/
I don't find the problem above, you can do clarify it.
Thanks
Hi,
I log in your site and not found the error as above.
Please remove cache or try with anonymous browsing again.
Thanks.
Hi,
Please send me link your site.
Thank
Hi All,
Note: Product Layout is an addon for Visual Composer. So your site has to install the Visual Composer plugin to it can works.
@Richard: https://help.market.envato.com/hc/en-us/articles/202821460-Can-I-Get-A-Refund-@katja@ok: you can send me admin your account (your topic). I will help you check.
Thanks.
Hi,
If you added these lines, please remove it. (Custom CSS - Theme Option):
header.yolo-main-header .header-logo > a > img {
padding-top: 47px !important;
padding-bottom: 47px !important;
}
Later you go to "Logo & Favicon" -> Logo Top/Bottom Padding and set value.
Hope it helps!.
Thanks.
Hi,
Sorry for the late response.
After you all install the plugin, you go to tab "Import Data" and click the Install Demo button and wait a few minute.
Thanks.
Hi,
You go to Theme Options -> Header -> Header -2 -> Header Float -> Turn Off.
Hope it helps!
Best regards.
Hi,
It seems the problem has been resolved.
If you have any problem with our theme, please contact us.
Thanks.
Hi,
Thanks for choosing our product.
1. Currently, the Single Product Title hasn't this option. Sorry for this inconvenience.
To change the font size, you can these lines to Custom CSS or the style.css file of Child Theme:
.site-content-single-product .single-product-info .summary-product-wrap h1.product_title{
font-size: 30px;
}
2. Add Custom font for Redux: you can view instruction in here: https://yolotheme.com/add-custom-fonts-redux-framework/
3. You go to the functions.php (/wp-content/themes/yolo-rubino/) and add these lines:
add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2);
function change_existing_currency_symbol( $currency_symbol, $currency ) {
switch( $currency ) {
case 'USD': $currency_symbol = 'USD$'; break; // You can change USD$ -> text you want
}
return $currency_symbol;
}
Hi,
The Problems above were fixed.
1. I activated this plugin and your site still normal works.
2. You go to Theme Options -> Header -> Mobile Header -> Logo Top/Bottom Padding -> set value
Note: min: 1
3,4: I set the sidebar right instead of the sidebar left.
5. I have added the link to image when display on mobile.
Please reload your site and check again.
Best regards.
Great!!.
If you have any problem with our theme, please contact us. We will support you as fast as possible.
Best regards.
Hi,
Sorry for the late response.
You can go to the admin.js file (../wp-content/plugins/yolo-elecktron-framework/admin/assets/js/admin.js) and do the link below.
Best regards.
-
AuthorPosts
