Forum Replies Created
-
AuthorPosts
-
Hi,
1,3. Solved!
2. This issue is caused by the plugin "WPForm Builder". If you set checkbox for the field "Hide Sub-Labels"
=> This plugin will add these lines and caused the above issue.
position: absolute;
left: -999999px;
I removed the checkbox, you can reload your site and check again.
Best regards,
tinhbeng
Hi,
You don't need to copy the content of functions.php (parent theme) to functions.php (Child Theme).
Unlike style.css, the functions.php of a child theme does not override its counterpart from the parent. Instead, it is loaded in addition to the parent’s functions.php. (Specifically, it is loaded right before the parent’s file.)
Hi,
You can add these lines to Custom CSS or the style.css of Child Theme:
.entry-meta-author,.entry-meta-comment,.posts-thumbnail-meta,.entry-meta-info ul{
display: none!important;
}
This reply has been marked as private.Hi,
Please send me wp-admin account and link your site.
I will help you check.
Thanks.
Hi,
1. You go to each product category and find to "Tipo de visualización" and set as this link: http://prntscr.com/kfk027
3. I have added some CSS lines to Custom CSS, please reload your site and check again.
4. Please send me a screenshot to clarify.
Hi,
It seems you changed the "uploads" folder path. I set it to the default and the problems are solved!.
Hi,
You can translate for the Woocommerce plugin.
This reply has been marked as private.Sorry for the delayed reply.
You can try to increase the PHP value "max_input_vars" to 3000.
Maybe not enough buffer to make the request from Theme Options.
Thanks.
Sorry for the late response.
You can add these lines to the Custom CSS:
.woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td{
color: #000;
}
Hi,
You need to check the following two options:
- Theme Options: This is the general setting for all page.
- Page Options: This is the setting for each page. The options here will override the option in the Theme Options. (Eg: Home page: If you go to Page Options -> Page Footer -> You set "Footer 1" while in Theme Options, you set footer 2 =====> Each the Home Page display Footer 1 and the remaining pages display Footer 2)
===> All pages have config the same, you should use Theme Options and reset all the fields in Page Options to "Default"
1, The navigation color: You go to Theme Options -> Header -> Header 6 -> Set color for the navigation.
2,5. Solved!
3. Remove the top bar text: You go to Appearance -> Widgets -> Top bar Left -> remove the text widget.
4. You can upload the pic 5
6. You can use the plugin WPML.
Best regards,
tinhbeng.
7 years, 5 months ago in reply to: Remove Slide effect / animation on the WooCommerce products #16975Ok, you can try again with these lines:
.woocommerce .product-thumb .product-thumb-primary img,.single-product .product-thumb .product-thumb-primary img,.woocommerce .product-thumb .product-thumb-one img,.single-product .product-thumb .product-thumb-one img {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: trnslateX(0);
}
Hi,
- Remove the link product cat and tags: I have added some js lines to Custom JS (Theme Options -> Custom CSS & JS -> Custom JS).
- Change the background color for the cart total page: I added some CSS lines to the style.css of Child Theme.
Please reload your site and check again.
Best regards,
tinhbeng.
Hi,
You can change the color for "New" with the following lines:
.product-flash-wrap .product-flash.on-new{
background-color: orange;
}
-
AuthorPosts
