Forum Replies Created
-
AuthorPosts
-
Hi again.
We have checked your site and helped you replace our image URL from our demo site. And now everything is fine. The page loading time is around 2-3s.
For the footer, we have enabled the Elementor for the footer block post type. Now you can use the Elementor to edit the footer content.
Please check it again.
Thanks.
Hi again.
We have checked and fixed that issue on your site. The issue from the cache plugin when you turn on "Defer Render-blocking JavaScript".
Now everything works fine.
Please check it again.
Thanks.
Hi again.
Please give us your username. You forgot that info in the previous message.
Please check it again. We can't help you if we can't access your site. You also can contact us via Facebook fan page: https://www.facebook.com/yolotheme
That will be faster than website support.
Thanks.
Yes, we use a heading tag for the title in our theme to make it highlight with a heading style. Use can use h3, h4, or h5 tag on your page. Don't worry about that.
Thanks.
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.
3 years, 10 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.
3 years, 10 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.
-
AuthorPosts
