Forum Replies Created
-
AuthorPosts
-
Hi again.
We are developing another project. We will be back to updating our theme soon. Don't worry about that, we will take note of that features in the next version.
Thanks.
Hi again.
You can try the custom CSS below to fix that issue.
.counter-wrap-style_3 .gr-counter .content-inner .icon-img { display: block; width: 62px; }Please check it again.
Thanks.
Hi again.
Maybe you forgot to replace the image URL when importing demo data.
Please give us your admin account. We will access to your site and help you check it soon.
Thanks.
Hi again.
Maybe you have fixed that issue. I don't see that on your site.
Please check it and let us know again.
Thanks.
4 years, 3 months ago in reply to: Possible to have sidebar content on mobile on the top of the page? #26683Hi again.
If you set the sidebar left, it will display on the top of the mobile.
Please check it again.
Thanks.
Hi again.
You see the duplicate mini cart source code because one is for the mobile menu. If you hide one, that will remove the mini cart on the mobile or desktop.
Please check it again.
Thanks.
4 years, 3 months ago in reply to: Remove entry-thumbnail_overlay from blog posts on blog archive page #26681Yes, to remove the overlay, you can try the custom CSS below:
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-thumbnail-wrap a.entry-thumbnail_overlay:after { content: none; }
Please check it again.
Thanks.
Hi again.
We will add the option in the shortcode to help you change that the next time.
Thanks.
Hi again.
For the child theme, you need to copy the hook to the functions.php in the child theme.
remove_action('woocommerce_shop_loop_item_title','woocommerce_template_loop_product_title',10); add_action('woocommerce_after_shop_loop_item_title','yolo_woocommerce_template_loop_product_title',15); // @TODO: maybe break some remove action in shortcode use woocommerce_template_loop_product_title() if (!function_exists('yolo_woocommerce_template_loop_product_title')) { function yolo_woocommerce_template_loop_product_title() { echo '<a href="'. get_the_permalink() .'" ><h3>' . get_the_title() . '</h3></a>'; } }Please check it again.
Thanks.
Hello.
Thank you for contacting us.
Can you give us your site URL, admin account? We can help you check the issue.
Or you can increase your PHP config as our recommended: https://yolotheme.com/knowledge-base/recommended-php-configuration-limits/
Please check it and let us know again.
Thanks.
Hi again.
Sorry, where is the loading bar issue? I don't see that on your site. Please give us some image about that.
Thanks.
Hello.
Thank you for contacting us.
Yes, please get the full package from Envato and extract that file. We have included the document in this package.
Thanks.
Thank you for that info. If you need help, please let us know again.
Thanks.
Hi again.
To remove the empty heading tag, please remove the source code at file: wp-content/themes/yolo-bestruct/woocommerce/cart/mini-cart.php line 101 and 102.
2. I don't see the two identical elements on your page. Please give us the image of that section. We will help you check it soon.
Thanks.
4 years, 3 months ago in reply to: Remove entry-thumbnail_overlay from blog posts on blog archive page #26659Hi again.
That class contains the blog image post. Do you want to remove the black overlay?
Please check it and let us know again.
Thanks.
-
AuthorPosts
