willemb2
Forum Replies Created
-
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.
@antonaleksandrov Yes, the 1.3.1 update solved the problem, thanks!
No, I do not have a redirect in my .htaccess.
I call it a redirect because the URL under ‘Add New’ is …/wp-admin/media-new.php but I end up on …/wp-admin/upload.php. But there could be a whole chain of scripts in between. My knowledge of PHP very limited.
Forum: Plugins
In reply to: [WooCommerce] WP dashboard inaccessible after 6.50 updateDeactivating all plugins will make our site unusable for members, so I will pick a night this weekend to try that.
But are you aware that several people are reporting exactly the same issue on Github?
I reported our case there, but my knowledge level is insufficient to further participate in discussions on a developer site.
Forum: Plugins
In reply to: [WooCommerce] WP dashboard inaccessible after 6.50 updateCheered to early. The next day, surprise: even 300 seconds is not enough:
An error type E_ERROR occurred on line 337 of the file /home/lvbhb/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/TimeInterval.php. Foutmelding: Maximum execution time of 300 seconds exceeded
It looks like the webshop itself is work. The only problem is the WP dashboard becoming inaccessible. We returned to 6.4.1 again and disabled auto-updates.