Michael Dobler
Forum Replies Created
-
Hi Laura,
Thanks very much for your quick answer! As a workaround I am going to show explanatory text on the final result screen. How can I style the content, e.g. the p or h2 tag? Which selector is the correct one? I don`t want to use inline styles. https://app.screenclip.com/yo2f/2023-11-15-104518-quiz-bearbeiten-wordpress-screenclip
Best,
MichaelForum: Reviews
In reply to: [CoDesigner - All in One Elementor WooCommerce Builder] Perfect SupportReponse from RankMath: `Hello,
That plugin is essentially turning all pages of your website into a checkout page which our plugin sets to noindex by default.
However, if you would like to override that you can apply the following filter that we also applied on the website you shared in the sensitive data section:
add_filter( ‘rank_math/frontend/robots’, function( $robots ) {
if(is_checkout()) {
$robots[‘index’] = ‘index’;
$robots[‘follow’] = ‘follow’;
}
return $robots;
});
Hope this helps solve your issues.Don’t hesitate to get in touch if you have any other questions.`
Hi Manuel, yes that new version did fix the JSON parse problem!
Please feel free to reach out if you have any questions!
Thank you,
— Michael from drweb.de
- This reply was modified 4 years, 6 months ago by Michael Dobler.
- This reply was modified 4 years, 6 months ago by Michael Dobler.
I was having the exact same issue (“Updating failed. JSON.parse: unexpected end of data at line 1 column 1 of the JS”)
Glad I found this thread. After disabling the WP External Links plugin, the issue has been gone. I also have Yoast (the Pro version) installed.