enzo2018
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Admin bar hidden in homepageYes, they do. I just can’t update the “[3] Other Static CDN” tab page in CDN section.
My website is hosted on Hostinger. Now I have CDN disabled (I can’t update plugin Other Static CDN page also with CDN enabled)
Forum: Plugins
In reply to: [LiteSpeed Cache] Admin bar hidden in homepageAs suggested from Hostinger helpdesk, I tried, from WordPress plugin, to configure the page “Other Static CDN”. If I try to switch on the button “Use CDN mapping” and click “save” it come back off. Could it be a plugin bug?
Forum: Plugins
In reply to: [LiteSpeed Cache] Admin bar hidden in homepageSince the last plugin update there wasn’t any problem.
Do you know if other users have similar problems with HCDN? LiteSpeed Cache is a plugin recommended by Hostinger.
Forum: Plugins
In reply to: [LiteSpeed Cache] Admin bar hidden in homepageYes, you are right. Do you have any suggestion?
Forum: Plugins
In reply to: [LiteSpeed Cache] Admin bar hidden in homepageYes, I confirm. Afterwards I switched CDN on and now it seems to work correctly.
Could be the solution just to restart Hostinger CDN?
Forum: Plugins
In reply to: [LiteSpeed Cache] Admin bar hidden in homepageWith ?test: https://cloud.seedstm.com/index.php/s/NdwZsrZNE9Ez3ka
Without ?test: https://cloud.seedstm.com/index.php/s/e48KkiJG2mtxF2W
With Hostinger CDN disabled admin bar works correctly
Forum: Plugins
In reply to: [LiteSpeed Cache] Admin bar hidden in homepageThis is the http response header without ?test
https://cloud.seedstm.com/index.php/s/4idYBFYdAG5N2E9
With ?test
https://cloud.seedstm.com/index.php/s/pT2fcqsALxesZMM
Thank you for your help
- This reply was modified 11 months, 3 weeks ago by enzo2018.
Forum: Plugins
In reply to: [LiteSpeed Cache] Admin bar hidden in homepageI’m sorry. What do you mean by “check the http response header“?
I tried to call:
myurl -> no bar
myurl/ -> no bar
myurl/?test -> yes bar
myurl?test -> yes barThe first time I tried, for the next 5-10 times after making available the bar with the query ?test, I’ve seen correctly the bar as follows:
myurl -> yes bar
myurl/ -> yes barAfter that I get again the wrong results:
myurl -> no bar
myurl/ -> no barThe last one is a behavior that I can’t reproduce in the same way. Whet I tried again I obtained directly the wrong result:
myurl -> no bar
myurl/ -> no bar- This reply was modified 11 months, 3 weeks ago by enzo2018.
Forum: Plugins
In reply to: [LiteSpeed Cache] Admin bar hidden in homepageI confirm I see the bar if add the query in the URL
Forum: Plugins
In reply to: [LiteSpeed Cache] Admin bar hidden in homepageHi,
Last Report Number: XVQJNLMR
Last Report Date: 04/14/2025 08:40:00
Thank you very much.
Forum: Plugins
In reply to: [LiteSpeed Cache] Page Caching Not DetectedThe topic is checked as “Resolved” but I have the same problem.
Version installed: 5.7.0.1
Hi,
after update to 8.0.1 version my plugin doesn’t send emails.If I show errors with ini_set(‘display_errors’, 1); I get the following message:
Warning: Item MYNOTIFICATION in BracketSpace\Notification\Store\Trigger Store doesn't exists. in /var/www/vhosts/FOLDER/wp-content/plugins/notification/src/ErrorHandler.php on line 39In my code, MYNOTIFICATION is set as follows:
notification_register_trigger( new MYNOTIFICATION() );Now I have to use the 7.2.4 version waiting for your help.
Thanky you,
EnzoNo one else has idea on how to get Mailchimp subscription status from WP? Should I use another plugin?
Already done but get just the two radio box unchecked.
The system should know someway if user is subscribed or not and dinamically update checkbox while creating page
Actually I noticed that in MC4WP > forms you can create a form like this
<input type="hidden" name="EMAIL" required="" value="{email}"> <label><input name="_mc4wp_action" type="radio" value="subscribe" checked="true"> <span>Subscribe</span></label> <label><input name="_mc4wp_action" type="radio" value="unsubscribe"> <span>Unsubscribe</span></label> <br><br>and call it in add_action(‘um_after_account_general’, function() with the function $output .= mc4wp_get_form(0);
It partially works!
If check “Subcribe” before update user data it is correctly subscribed, and if I check “Unsubcribe” it will be unsubscribed.
The problem now is the way Account page appears: radio button is always checked as subscribed. Before to call mc4wp_get_form function, while page is generated, there should be a check of user subscription the make the radio button correctly checked.