K15Lmk98
Forum Replies Created
-
Hi,
thank you very much.
It works, ticket closed.
Claudio_Automatic translation Hi, as you asked i installed on a web server a test site. It is a clean install of WP, with only the ARI Fancy Lightbox 1.3.9 plugin As I told you previously, creating a standard WP gallery on a POST works, while on a PAGE it doesn't work and the SINGLE image is displayed. You can see the examples at these urls: Url site test: https://www.allevamentoarcobaleno.com/2023 Post: https://www.allevamentoarcobaleno.com/2023/2023/04/04/ciao-mondo/ Page: https://www.allevamentoarcobaleno.com/2023/pagina-di-esempio/ SETTINGS PHP 7.1.33 WP 6.2 Standard theme: Twenty Twenty-One Only Plugins ARI Fancy Lightbox 1.3.9 WordPress Galleries Convert WordPress galleries: On Navigate between items : On Images Convert links to images: On Navigate between attachments: On Browser test on Osx: Firefox 78.15.0esr (64 bit) Opera 89.0.4447.91 (x86_64) Thank you, Claudio
OK thank you.
hi,
I’m developing locally. If you want, I can make you a step-by-step video.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Warning and Notice in debug.logHello,
the problem has not been resolved.I changed plugins.
Thanks, anyway, Claudio_
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Warning and Notice in debug.logHi :-),
yes, it seems strange to me that you are not able to reproduce it on your installation.
Tested on both local MAMP development and web server.
Claudio_Forum: Plugins
In reply to: [Simple Share Buttons Adder] Warning and Notice in debug.logGood day,
to reproduce the problem:1) Activate the debug mode in WordPress by writing the debug.log file
2) Enter administration – BACKEND –
3) Enter Simple Share Buttons administration – BACKEND –
4) Open file debug.log and see the dozens of Warning and Notice errors.
Tested on both local MAMP development and web server.Note: There are no errors in the FRONTEND.
Claudio_
Forum: Plugins
In reply to: [PHP Everywhere] show empty titleThis is an automatic translation
Good day,
in the next version, it would be advisable to fix this malfunction, by modifying the widget.php file on line 36, as follows.From
$title = empty($instance['title']) ? ' ' : apply_filters('widget_title', $instance['title']);
TO:
$title = empty($instance['title']) ? false : apply_filters('widget_title', $instance['title']);
Thank, Claudio_
Forum: Plugins
In reply to: [WPCasa] WPCasa 1.2.0 breaks Madrid theme 1.3.0Hello,
I confirm the resolution of the problem. Thank you.I mentioned the Madrid theme only to inform you about my configuration.
I preferred this channel, because the problem was on a FREE product – wpcasa plugin master – and not premium.I have been your customer for many years – still from the old WPCasa -.
I know that for premium products I have to go to support https://wpcasa.com/support ??Good life.
Claudio_
Forum: Plugins
In reply to: [Meow Gallery] Automatically start galleryHi Jordy,
sorry, I messed up.In the meantime, having spent a lot of time since my ticket, I found another solution.
I thank in any way for your interest.
You can close the ticket.
Claudio_
Forum: Plugins
In reply to: [Meow Gallery] Automatically start galleryHi Jordy,
I refer to the Lightbox, inside which the gallery does not start automatically.Claudio_
Forum: Plugins
In reply to: [Meow Gallery] Automatically start gallery…. I am referring to the original wordpress gallery opened in lightbox.
Thank you.Hi,
I understand, thanks.
Claudio_Thanks for the support.
I am not able to know what data will be in the nodes: they are free input data.
Are you telling me that I should wrap all the nodes with
CDATABEGIN {node-example} CDATACLOSE?Thanks, Claudio_
Hi,
sorry.I had not seen the option in Advanced Options “Never wrap data in CDATA tags”. With this activated your code works well.
However, this option may generate a Warning: This may result in an invalid XML file.
Question: there is a way to avoid CDATA tags only in a specific XML node – in our example the one that generates the node:
<images>[cr_get_images()]</images>
Thanks, Claudio_