willemb2
Forum Replies Created
-
We do not want to stop the crawlers in general. We’ve used Yoast in the past to prevent crawling of individual pages, but that was unreliable.
When I access a restricted post when not logged in and look at the source I find the content that the Bing crawler is using in
<meta property="og:title"
and<meta property="og:description"
. Wouldn’t it be possible to suppress those tags for resctricted posts and pages?Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Error 200We had the same error. After going to WP Dashboard > Events > Settings and clicking the green Save settings button at the bottom (without changing any setting) it went away.
Apparently this resets something. Version 3.0.0 on WP 6.2.2 PHP 7.4
No response from the developer and it has not been officially tested since WP 5.8.6 ?? But it still works for us on WP 6.1.1.
No problems here with WP 6.1.1, Avada 7.9.1, PHP 7.4.33 and Members 3.2.2.
Thanks, @webagile! I had to experiment a bit with that. It appeared that this has been set at 20 by our theme (Avada). But I could increase that to 50 without causing problems elsewhere. The blog archive content elements have their own setting.
Now I can set ‘Excerpt words’ at 50 in Newsletter and it respects the Read more tag as long as I put that < 50. In practice I will probably choose something like 30 35.
So to conclude: Newsletter takes the global WordPress setting for the excerpt length as a maximum for ‘Excerpt words’ and respects the Read more tag as long as you put that at a point < ‘Excerpt words’. I could not find that in the documentation.
Nobody?
P.S. whatever number I set at ‘Excerpt words’, 30 or 40, it always adds an excerpt of 20 words.
Forum: Fixing WordPress
In reply to: Deprecated warnings for core WP with PHP 8.1Well it looks like 3 little plugins that were custom build for us are causing the problem. They seem to cause a cascade of errors in WP, Ninja Forms, Newsletter and Woocommerce when PHP is set to 8.1
When I leave them deactivated everything else seem to work fine.
Forum: Fixing WordPress
In reply to: Deprecated warnings for core WP with PHP 8.1Hmmm, no, with twenty-twenty-two and all plugins (except staging) disabled I’m not getting any ‘depricated warnings’. I don’t understand why some plugin or theme could cause errors in /wp-includes/functions.php and /wp-includes/formatting.php but that must be my lack of PHP knowledge.
So I guess I’m up to the task of activating 45 plugins one by one…..
Forum: Plugins
In reply to: [Booking Activities] Conflict with OSM pluginThanks. I see now that ‘Click here to create a booking form with this calendar’ generates a new shortcode each time.
Forum: Plugins
In reply to: [Booking Activities] How to clean up bookings?Merci. I’m not comfortable fiddling in databases directly, so you’ll guess my feature request.
Forum: Plugins
In reply to: [Classic Editor] Classic Editor needs an update for WP 6On Github version 1.7 is available since 25 jan. 2022. No idea why it has not been made available here on www.remarpro.com. But disclaimer: I’m no developer and I don’t fully understand the Github workflow.
Forum: Plugins
In reply to: [Classic Editor] How to set my footer with classic editor@kjoseph706 you will probably have to install Classic Widgets.
Forum: Plugins
In reply to: [Media Library Assistant] mla_target=”_blank” not working as I would expectDavid, you’re a genius! 20220614 does the job just perfect. We’re in production (on another page including Ajax search on the PDF’s) and people love it. Thank you so much!
Forum: Plugins
In reply to: [Media Library Assistant] mla_target=”_blank” not working as I would expectThanks, David! I managed to create a custom style template. My first steps in the world of CSS! I found out that I needed to add
!important
behind all the properties I added to make them escape from the theme’s straight jacket. Now the titles look perfect.I’m still confused about markup templates. Should I add my own class behind [+link+]? How do I create that? Probably this is still a bridge too far for me. My reviewers suggested to add “Use Ctrl+click to open in a new tab” above the page. We might just do that in the final version.