JRMora
Forum Replies Created
-
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Warnings in 5.26.0Solved here too. Tnx
- This reply was modified 2 weeks, 4 days ago by JRMora.
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Warnings in 5.26.0Thanks @neosinner, I’ll keep an eye out for the patch.
- This reply was modified 2 weeks, 4 days ago by JRMora.
@artblackman Thank you for trying out the plugin and for your suggestions.
I understand that in point 2/ you are referring to post to Mastodon (I will try it and review it) because Bluesky is supposed to publish a summary and the featured image.
I will add the changes in the next update.The behaviour should now be:
1. Bluesky
For Bluesky, the code constructs the message and the “embed” (the card with image and summary) in this way:
- Message text: Send the title and link (without the prefix “New Blog Post!” in the next update).
- Image (Embed): If the entry has a featured image, it is uploaded as a “blob” and included in the
embedobject. - Title and Summary (Embed): Within the
externalobject (the preview), send the title, URL, and summary (excerpt) of the entry. - Result: Bluesky displays the text (title + link) and below it a visual card with the image, the title again and the summary.
2. Mastodon
For Mastodon, the logic is slightly different due to how this network handles links and attachments:
- Message text: Try to include the title, the link and, if there is enough space (less than 480 characters in total), also add the summary (excerpt) directly in the body of the text.
- Image: If there is a featured image, upload it as an attachment (media) and associate it with the post.
- Result: In Mastodon, the text (title + link + summary, if applicable) appears above the attached image below.
If you have encountered any behaviour that is incorrect or different from that described, please let me know so that I can review it again.
- This reply was modified 3 months, 4 weeks ago by JRMora.
Forum: Plugins
In reply to: [LiteSpeed Cache] WordPress gave an unexpected response…Thank you very much,
I will be looking forward to the patch.
RegardsForum: Plugins
In reply to: [LiteSpeed Cache] WordPress gave an unexpected response…Forum: Plugins
In reply to: [LiteSpeed Cache] Optimization stuck al 19%There is no problem. I understand. Tnx anyway.
Yes, it has resumed and finished the conversion. Looking for clues here I found this test. I ran it and already knew it was a cURL error error 28 on port 443. I adjusted the PHP time limit and a couple of things and it was fixed.
<?php
require( './wp-load.php' );
$args = array(
'timeout' => 100,
'blocking' => true,
'sslverify' => false,
// 'cookies' => $_COOKIE,
);
$url = 'https://site.com/wp-admin/admin-ajax.php?action=async_litespeed&nonce=123123123&litespeed_type=imgoptm_force';
$result = wp_remote_post(esc_url_raw($url), $args);
echo ''; var_dump($result); echo '';Forum: Plugins
In reply to: [LiteSpeed Cache] Optimization stuck al 19%I am closing the incident. I was finally able to solve it.
Forum: Plugins
In reply to: [WP Popular Posts] Prevent Manipulation of views by single userGracias, @hcabrera
Pues sí, confirmo que con esa actualización ahora funciona perfectamente.
¡Muchas gracias!
Forum: Plugins
In reply to: [WP Popular Posts] Prevent Manipulation of views by single userHola, Hector. Buena idea ambas ambas funciones: (F5 y bots)
Coloqué el script para prevenir lo del F5 en el functions.php del child theme y en principio funcionó, pero parece que ha dejado de hacer efecto. No sé si será por algo relacionado con LiteSpeed. Está también en el functions.php de staging(dot)jrmora(dot)com por si necesitaras echarle un vistazo (igualmente si quieres acceso me avisas).
Forum: Plugins
In reply to: [WP Popular Posts] Visitas por idiomasEo, @hcabrera
Me fui a intentar hacer eso que llaman vacaciones 😛
Gracias por el apunte. Así es, en mi caso ni me planteo el cambio a multisite. Cierto es que, aunque sería viable, no sé si merecería la pena tanto trabajo por la cantidad de idiomas que incluiría mejorar el hosting. Aún así, la buena noticia es que, poder, se puede. Quizá en el futuro aparezca alguna otra forma de poder hacerlo.
Forum: Plugins
In reply to: [WP Popular Posts] Visitas por idiomasEntiendo.
Me parece muy acertada la premisa de no arreglar lo que no está roto, pero no lo veo como un arreglo sino como una posible mejora. Aún así, entiendo que quizá intentarlo pueda dar más problemas que alegrías 😛
Ahora tengo curiosidad por esa probable solución multilenguaje, buscaré alguna referencia. Hasta donde sé creo que WordPress ya añadió alguna cosa relacionada con el multilenguaje pero si no me equivoco no estaba directamente relacionada con la traducción de contenido.
Sea como sea, gracias.
Forum: Plugins
In reply to: [Gutenberg] About the Table of Contents blockI understand, thank you very much for your reply.
I will try to follow the evolution of the development of the block when notes appear again.Forum: Plugins
In reply to: [WP Popular Posts] 7.0 Update IssueI update in case it serves as a clue because it is a somewhat strange behaviour and I am still not clear about the pattern. In many posts it counts the visits, but for example in the last one published it doesn’t count them (only if the user is logged in) and in some older posts it doesn’t count them either.
And even stranger, when I give several clicks as connected they are counted but in incognito visit they are not shown (not even clearing the browser cache and LiteSpeed cache completely).
I have tried with these two exclusions already mentioned in LiteSpped/ Exclude JS and Deferred / delayed JS exclusions /
/wp-content/plugins/wordpress-popular-posts/assets/js/wpp.min.js
/wp-content/plugins/wordpress-popular-posts/assets/js/wpp.jsAnd just to test, I also added them in Guest Mode JS Exclusions, so far with no effect.
- This reply was modified 1 year, 11 months ago by JRMora.
Forum: Plugins
In reply to: [WP Popular Posts] 7.0 Update IssueHi all
I just wanted to add, in case it helps anyone, that I had the same problem with LiteSpeed and it was solved with this wpp.min.js exclusions (after reading this thread).
Regards
- This reply was modified 1 year, 11 months ago by JRMora.
Forum: Plugins
In reply to: [Translation with DeepL API] Behaviour change that adds more stepsThank you very much @malaiac.
I confirm that on my side it is working again as expected.