Home › Forums › WoodMart support forum › Product Hover Effect Issue Intermittent
Product Hover Effect Issue Intermittent
- This topic has 16 replies, 2 voices, and was last updated 2 years, 9 months ago by Artem Temos.
-
AuthorPosts
-
February 15, 2022 at 10:43 am #353114
wpspac3ParticipantPlease outline how attached issue is fixed?
Attachments:
You must be logged in to view attached files.February 15, 2022 at 2:36 pm #353206
Artem TemosKeymasterHello,
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_action( 'wp', function () { if ( ! function_exists( 'YoastSEO' ) ) { return; } remove_filter( 'category_description', [ YoastSEO()->classes->get( Yoast\WP\SEO\Integrations\Front_End\Category_Term_Description::class ), 'add_shortcode_support' ] ); remove_filter( 'term_description', [ YoastSEO()->classes->get( Yoast\WP\SEO\Integrations\Front_End\Category_Term_Description::class ), 'add_shortcode_support' ] ); } );
Kind Regards
- This reply was modified 2 years, 10 months ago by Artem Temos.
February 15, 2022 at 2:38 pm #353208
wpspac3ParticipantSorry, why are we adding this? It looks to be a bug in your theme. Why are you not fixing? We are using Yoast SEO latest version. It is one of the most popular WordPress plugins and all themes should be compatible with it in every aspect.
February 15, 2022 at 2:46 pm #353213
Artem TemosKeymasterYes, it is a bug in our theme that is going to be fixed in our next theme update.
February 16, 2022 at 10:28 am #353437
wpspac3ParticipantWhen will the update be released? Generally as a company, we don’t patch any client sites because it is difficult to track for 150+ sites…….
February 16, 2022 at 10:29 am #353438February 16, 2022 at 12:22 pm #353495
Artem TemosKeymasterOne regular license allows you to use our theme for a single project only. You can’t use it for 150+ websites.
Anyway, you can either apply the fix or wait for the next update.Our header has only 3 rows. This example shows an extra section on the page, not in the header.
February 17, 2022 at 12:45 pm #353809
wpspac3ParticipantWe are only using this license on one site, why are you referencing it on multiple sites? I’m outlining our agency patch policy……..
Can you try hard to actually answer the question…. when will the update be released??
We actually reported it on the 6th of December to you – https://xtemos.com/forums/topic/add-to-cart-hover-function-not-loading-properly/
I’m exceptionally worried about your poor responses and support in general.
This forum is not fit for purpose, there is no email notifications triggered on updates when you reply. So we have to just login randomly to see if you have replied….
On the trust bar query, it is to be in the header!!! Not body….. Looking at the example site again – https://www.northwestguitars.co.uk/acoustic-pickups/ It is on every page.
Are you telling me there is no way with your theme, to make 4 rows in a header??
February 17, 2022 at 12:50 pm #353812
Artem TemosKeymasterHello,
Our next theme update will be released in a few weeks.
As for the header, our theme has only 3 rows. Your example is built with a different theme, not with WoodMart.
Feel free to contact us if you have any further questions.
Kind Regards
March 2, 2022 at 11:21 am #356873
wpspac3ParticipantYour “support” forum is still not sending notifications. So we have no idea when you have replied to a message……
Is your new version with the fix now released? Can you provide your changelog please?
Are you saying there is no way to create a 4th row with your theme? It’s just a static block to appear on all pages…..
March 2, 2022 at 11:45 am #356877
Artem TemosKeymasterWe have fixed our email notifications problem. Please, verify if you got this email or not. Check your “Spam” folder as well.
March 2, 2022 at 12:19 pm #356884
wpspac3ParticipantYes, received in spam folder. Marked as safe sender now.
Can you respond to other queries from today please?
March 2, 2022 at 12:23 pm #356888
Artem TemosKeymasterCould you please clarify what queries are still need to be resolved so we can help you?
March 2, 2022 at 12:24 pm #356889
wpspac3ParticipantIs your new version with the fix now released? Can you provide your changelog please?
Are you saying there is no way to create a 4th row with your theme? It’s just a static block to appear on all pages…..
March 2, 2022 at 2:22 pm #356916
Artem TemosKeymasterOur next update will be released in a week or two. The changelog will be available soon.
You can join our beta test if you want here https://xtemos.com/forums/topic/woodmart-6-3-beta-test-join-and-get-3-extra-months-of-the-support-period/Yes, you can create an HTML block and put it after the header. Or you can customize the
header.php
file in your child theme.March 2, 2022 at 2:47 pm #356921
wpspac3ParticipantOk, to clarify, the issue we reported over 2 weeks ago is still present in the latest version of your theme?
Aware of how to edit using header.php file, but wanted to edit in theme, as rest of header is controlled by your theme. Seems limitation to have only up to 3 rows in honesty and probably should be reviewed to leave open to 4 or 5 or more rows if desired.
March 3, 2022 at 5:35 pm #357255
Artem TemosKeymasterHello,
This bug is already fixed in our 6.3 beta version that you can test here https://xtemos.com/forums/topic/woodmart-6-3-beta-test-join-and-get-3-extra-months-of-the-support-period/page/3/#post-357254
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register