Home › Forums › WoodMart support forum › Woodmart theme – Yoast SEO
Woodmart theme – Yoast SEO
- This topic has 19 replies, 2 voices, and was last updated 3 years, 2 months ago by
Elise Noromit.
-
AuthorPosts
-
January 11, 2022 at 8:02 pm #344637
GboerlageParticipantHi,
I have a question. I want to use Yoast SEO but it seems to conflict with my woodmart theme in a way.
I use thumbnails for my catogories in woocommerce. Under de product styles I use ‘Show summary on hover’
When activating the yoast plugin, my productstyle is inflicted. Categorie is suddenly displayed under de thumbnail and number of products also. The style is in other words corrupted. Any idea how to restore this fault.
I deactivated the plugin for now. But want to use it so hope someone can help me.
January 11, 2022 at 11:57 pm #344663
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
Yoast SEO is compatible with WoodMart we get such issue for the first time.
Please deactivate all the plugins except these ones:
Slider Revolution
WPBakery Page Builder or Elementor
Woodmart Core
Contact Form 7
MailChimp for WordPress
WooCommerce
Safe SVG
Yoast SEOIf the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
In case, the problem remains, even after all the plugins are deactivated, provide your site admin access (insert the site credentials into the Private content block under the message area) and confirm the permission for plugins deactivation, switching to the parent theme. As soon as we complete the testing we will enable all back, however, the site would be without plugins for 15-20 min. You would better make the full backup of your site.
Best Regards
January 21, 2022 at 2:42 pm #347011
GboerlageParticipantHi,
I’ve tested by deactivating all plugins but the ones you mentioned. De problem remains..When activating Yoast, the categorie layout of my theme changes. Please help my bij analysing. Below my credetials.
January 22, 2022 at 11:55 pm #347220
Elise NoromitMemberHello,
Please deactivate all the plugins except these ones:
Slider Revolution
Elementor
Woodmart Core
Contact Form 7
MailChimp for WordPress
WooCommerce
Safe SVG
Yoast SEOIf the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
Best Regards
January 23, 2022 at 12:50 am #347230
GboerlageParticipantHi there,
Already tried this. With al plugins deactivated, problem still remains
January 23, 2022 at 12:51 pm #347257
Elise NoromitMemberHello,
I have changed the settings in the Theme Settings > Performance > PLugins. https://gyazo.com/c4694377b07fe22bcb652692178c2405
Now when I activate Yoast SEO it works well. Most likely Yoast SEO is not compatible with Eelementor Pro. If you see any problems with CSS or animation in Elementor, then change these settings Theme Settings > Performance > PLugins and try to deactivate Elementor Pro it should work.
If you have any questions please feel free to contact us.
Best Regards
January 23, 2022 at 2:05 pm #347287
GboerlageParticipantHi there,
It is still there. When I make a change (any kind) to de woodmart theme, then problem comes back. I chut down Elementor Pro but no luck.
Could you please check again if ím missing something?
January 24, 2022 at 11:12 am #347441
Elise NoromitMemberHello,
Please clear the browser cache and try again: https://gyazo.com/39c84eef4c587628575db8b957276000 and https://gyazo.com/75b6b954e301b0ef663bff1dd61037e9
If the problem remains, please describe the steps on how to reproduce the problem.
Best Regards
-
This reply was modified 3 years, 3 months ago by
Elise Noromit.
January 24, 2022 at 10:55 pm #347614
GboerlageParticipantGood evening,
I’ve tried to clear cache and also with an other browser. Problem still comes up. But it isn’t all the time. I don’t know exactly. It happens every now and then after switching van directory.
January 26, 2022 at 1:46 pm #348085
Elise NoromitMemberHello,
Please provide two screens with the activated and deactivated the plugin.
Best Regards
January 29, 2022 at 4:13 pm #348872
GboerlageParticipantHi, I uploaded a file with screen shots
Attachments:
You must be logged in to view attached files.January 31, 2022 at 10:21 am #349088
Elise NoromitMemberHello,
Please add this snippet to the functions.php of the child theme:
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' ] ); } );
If there are any problems, let us know.
Best Regards
February 8, 2022 at 9:47 pm #351484
GboerlageParticipantHi,
I tried your suggestion and in looks more stable. Yet is still ocures from time to time. Some pages it helps refreshing and it’s gone. Other pages it happens time after time. Had to shut it down again. Could you please check my settings again and maybe other suggestions.
February 9, 2022 at 12:36 am #351539
Elise NoromitMemberHello,
Please try to clear the cache, it is strange, that some pages work and some do not.
Best Regards
February 12, 2022 at 9:55 am #352463
GboerlageParticipantYes, indeed it’s strange but it’s the case. Well I’ve tried to copy the snippet to the functions.php of the Woodmart theme itself (thus not the child). This does the trick. It seems the solution. Do you know what to do to make it work in the child theme?
February 12, 2022 at 5:52 pm #352524
Elise NoromitMemberHello,
You would better move the code to the child theme not to lose this code during the next theme update. When you add the customization to the child theme, it remains after the update.
If you do not want to install and activate the child theme, save this code and add it to the functions.php of the main theme after each update.
Best Regards
February 12, 2022 at 11:33 pm #352540
GboerlageParticipantproblem is, when I move it to the child theme, it doesn’t work. It only works with the main theme.
February 13, 2022 at 8:01 pm #352631
Elise NoromitMemberHello,
Perhaps you add the code incorrectly. If the code works on the parent theme it should work on the child as well.
Do you activate the child theme when you add the code? The child theme should be activated.
Best Regards
February 14, 2022 at 9:33 am #352754
GboerlageParticipantThanks, I didn’t noticed that the snippet in the child had a minor fault. Solved!
February 14, 2022 at 12:25 pm #352830
Elise NoromitMemberYou are welcome! We are here to help.
Wish you a wonderful day!
-
This reply was modified 3 years, 3 months ago by
-
AuthorPosts
The topic ‘Woodmart theme – Yoast SEO’ is closed to new replies.
- You must be logged in to create new topics. Login / Register