Hi Plamen,
I hope you are well today and thank you for your question.
I can see it is getting translated on your website as shown in the attached screenshots.
Best regards,
Shufflehound team
Those links are not designed to crawl and the toggle menu contains the “Toggle menu” text as below which is crawlable.
<div class="sh-table-full" data-node-uid="134"> <div class="sh-table-cell" data-node-uid="135"> <span class="c-hamburger c-hamburger--htx" data-node-uid="136"> <span data-node-uid="137">Toggle menu</span> </span> </div> </div>
Would you mind if I log in to your site and do quick troubleshooting? If this is ok then could you please temporarily create an admin user account and share me the account login details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able to see it)”?
You are most welcome here ๐
Have a fantastic day!
Solution for this topic
I logged into your website to troubleshoot it but it works fine for me as shown in the attached screenshot.
Could you please test it using a different browser?
You are most welcome here ๐
Hi @cdjc,
I hope you are well today and thank you for your question.
Could you please share your site URL where it’s happening and also share the screenshot of the audit report so that I can troubleshoot it?
Best regards,
Shufflehound team
I visited your website and saw you are using the CSS code as below that is wrong.
<body.page #content>.page-featured-image{display:none}
Instead, please use the CSS code below and add it before all the CSS code that you are using on your website.
body.page .page-featured-image { display: none; }
Solution for this topic
That space is created by the below CSS code that you have added to your website using the Yellow Pencil editor so please remove the CSS code to resolve the issue.
#wrapper .content-container { margin-bottom: 498px; }
This can be due to W3 Total Cache that you are using on your website so could you please try clearing the cache and temporarily deactivating the plugin?
Solution for this topic
You can remove the space by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.home div#comments { display: none; }
You can disable it for the whole website by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#sidebar .theiaStickySidebar { position: static !important; transform: none !important; }
To disable it on the specific pages, you can use the below CSS code instead of the above-shared CSS code.
body.postid-81 #sidebar .theiaStickySidebar { position: static !important; transform: none !important; }
You are most welcome here ๐
Please make sure that you are using the below latest version of the theme.
Please login to access this file
This can be due to plugin conflict on your site so please try temporarily deactivating all plugins except Unyson, Redux framework, Yoast SEO, and WpBakery page builder plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
If you still face the issue then would you mind if I log in to your site and do quick troubleshooting? If this is ok then could you please temporarily create an admin user account and share me the account login details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able to see it)”?
Hi @Sanderz,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where it is displaying so that I can troubleshoot it?
Best regards,
Shufflehound team
Hi @breakthru360,
I hope you are well today and thank you for your question.
Could you please share your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Shufflehound team
Hi Hannes,
I hope you are well today and thank you for your question.
It seems the theme jQuery script is causing the issue as jQuery is updated in the latest WordPress version 5.5
The issue is resolved in the below latest version of the theme so please update the theme as described hereย https://support.shufflehound.com/updating-theme/
Please login to access this file
Please clear your browser cache after updating the theme so that the latest js and CSS files will be loaded.
Best regards,
Shufflehound team
You are most welcome here ๐
Solution for this topic
Hi @Vindfang,
I hope you are well today and thank you for your question.
I visited your website and It seems you are using an older version of the theme on your website so please update it to the below latest version as described hereย https://support.shufflehound.com/updating-theme/
Please login to access this file
Please clear your website and browser cache after updating the theme so that the latest js and CSS files will be loaded.
Best regards,
Shufflehound team
Hi Rolf,
I hope you are well today and thank you for your question.
You can enable it in the theme header settings as shown in the attached screenshots.
Best regards,
Shufflehound team