Forum Replies Created
-
AuthorPosts
-
Hi,
2, You can view this link to clarify: http://prntscr.com/hmti46
5, You go to Theme Options -> Shop -> Add Link for Product Image -> Turn "On" this option.
6. You can add this line to Custom CSS or the "style.css" of Child Theme
.product-thumb-secondary {
display: none;
}
Hope it helps!.
Thanks.
Hi,
You can add a
tag with class "your-email" to get the email form style.And if I add title + Newsletter style contact form (like here https://yadi.sk/i/TjszdChG3QXU4J), how can I fix that gaps?
You can check the margin or padding attribute CSS and remove or override it.
If possible, please send link your site. I will help your check.
Thanks.
Hi,
1, You go to Theme Options -> Header -> Header Icon Actions -> Post Type For Ajax Search -> checkbox "Product". http://prntscr.com/hmsayv
2, You go to the "yolo-myaccount.php" file (wp-content/plugins/yolo-rubino-framework/includes/widgets/yolo-myaccount.php) and replace the content by the attachment.
Thanks.
Hi,
You go to the "yolo-main.min.js" file and do as the link below:
Note: you should back up this file because it will reset when you update new version.
Thanks.
Hi,
Sorry for the late response.
If you have any changes to the theme or install any new plugin, please try to remove it and check again.
You can refer to a few ways to fix this error here:
https://premium.wpmudev.org/blog/fixing-cannot-modify-header-error/
If not successful, please send me admin your account and FTP (Set as private reply), I will help you check.
Best regards,
Hi,
I have answered you in a topic before, you can view the link below:
Thanks.
Hi,
Sorry for the late response.
Currently, you use Nederlands language for your site. Please go to Settings -> General -> Site Language -> select "English" language. http://prntscr.com/hmrlac
Thanks.
Hi,
Please send me a screenshot to clarify.
Thanks.
Hi,
If you want to display two columns, you can add these lines to Custom CSS (Theme Options) or the "style.css" of Child Theme.
- You go to Page -> Home - Front Page -> Edit (you can change the text, shortcode position or add new shortcode... use the Visual Composer plugin).
Thanks.
Hi,
I can't login account that you give me above, please check again.
Thanks.
Hi,
1. This style (https://yadi.sk/i/WvUVcFuq3QQuf9) only display for the Variable Product. With Simple Product will display as https://yadi.sk/i/foJZSrs33QQv6y.
- Remove the title "Additional Information": you can add these lines to Custom CSS or the "style.css" of Child Theme:
.single-product-inner .vc_tta-panel-body h2{
display: none;
}
.custom-page-layout h2{
display: none;
}
2. Under the Product Images section, you will find the Catalog Images, Single Product Images, and Product Thumbnails dimensions which is calculated as Width X Height in pixels
* Catalog Image is for your images on the shop page and for shortcodes. Single Product Image is for your images on the single product pages. Product Thumbnail is for your smaller product thumbnails for widgets.
** The images you upload to products will be resized to match the values you have input here. If your settings are 100×100 and you upload a 300×600 image it will be resized to 100×200. You can also choose to "hard crop" your images which will force them to be the size specified in these settings, regardless of the raw image you upload, but your image will the loss of the image content.
You should put pictures of the same size or Same ratio.
3. You go Product Block -> Single Product layout (you are using) -> Remove padding.
4. You go to Woocommerce and set "Shop Page". http://prntscr.com/hluqc8
Best regards,
Hi,
Sorry for the late response!.
You can remove the current data, I will reimport the demo data for your site.
Thanks.
Hi,
- Plugin "WooCommerce MultiStep Checkout":
You try to add these lines to Custom CSS or the "style.css" of Child Theme:
.checkout .wizard .content.clearfix {
padding: 0!important;
}
Hope it helps!.
Thanks.
Hi,
- The menu font: If you use the caching server for CSS, please remove it. I tried to change the "Menu Font" option (Raleway) and "Save Change", later I go to the "custom-style.css" file -> Menu Font saved (http://prntscr.com/hlt4ic)
But when I reloading the browser, the menu font remains the same value.
- The tile background image: You go to Them Options -> Page -> Page Title Background Overlay Color -> checkbox "Transparent".
Thanks.
Hi,
I edited a few CSS line, please reload your site and check again.
Thanks.
-
AuthorPosts
