yondermann
Forum Replies Created
-
Those two checkboxes were unchecked and the plugin didn’t work.
Well, if I deactivate the JQuery Migrate plugin then Icegram Express stops working. With JQuery Migrate Activated (which facilitates older jQuery code to work) Icegram works.
Not sure if I can call that resolved but it works now.
Hi,
Thanks for taking the time looking into this! In the meanwhile I got in touch with the hosting provided and they suggested to install Enable jQuery Migrate Helper. This plugin serves as a temporary solution, enabling the migration script for sites to give plugins and theme authors some more time to update, and test, their code.
This plugin has solved the issue for now but it’s weird that I need a plugin for a plugin to work…
I can’t see your .png images but the checkboxes of “disable visual editor when writing and syntax highlighting” were unchecked on the user profile page.
So, I’ve been doing some testings and on the old site and on localhost the plugin is still working and I can set up campaigns or create forms but on this new server it doesn’t work. If I click on save or close in the editor window nothing is happening.
Oh, my mistake. You not supposed to be able to access the print page URL directly. Anyone lands there, it should be redirected to the recipe’s post or homepage. I should be disabled now. You can directly access:
https://www.suncakemom.com/wprm_print/chimney-cake-recipehttps://www.suncakemom.com/wprm_print/apple-strudel-recipe-traditional-homemade-pastry
or just go to any post and click on the prin recipe button at the bottom of the recipe card.
Thanks!
Thanks for getting back to me Zafer!
Here is the link: https://pastebin.com/4GUJWEXa
Forum: Plugins
In reply to: [LiteSpeed Cache] VPI issueThanks for getting back to me!
I think I’ve got a bit of a mess here with the IPs.
The site is on a shared hosting server and on top of that. it uses cloudflare dns.
In the general setting tab when I click on “Check my public IP from DoAPI.us” gives me a different IP than the IP on the cPanel.
So far I’ve just clicked on the detect my IP and used that IP. Should I use the cPanel IP instead?
Thanks!
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed not delaying .jsWow, that brought some very impressive numbers. Thanks a lot!
It’s not directly related for the initial problem but since we are here. What is affecting the “initial server response time”? I always had it fairly high. Is there anything that litespeed can do about it? A switch that should be on or off?
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed not delaying .jsI’ve been doing some clicking around and I may have found the culprit. It’s the Load CSS Asynchronously. Whenever I switch it on the site takes a core web vital hit and plunges from 90+ to below 50 like here:
https://pagespeed.web.dev/analysis/https-www-suncakemom-com-treats-braided-bread-recipe-with-chocolate-filling/mnby6cokv0?hl=en&form_factor=mobile
https://pagespeed.web.dev/analysis/https-www-suncakemom-com-treats-gerbeaud-cake/5ji19q2jlm?hl=en&form_factor=mobileI’ve sent in two reports.
BEQEBQYQ with the async turned on and included these in the JS Delay Included field in the following format:
/wp-content/plugins/wp-recipe-maker/dist/public-modern.js
/wp-content/plugins/wp-recipe-maker-premium/dist/public-pro.js
/wp-includes/js/jquery/jquery.min.js(There may be an issue when not using this format too but I haven’t tested it extensively yet.)
FHGOKFSA is with Load CSS Asynchronously Disabled. Cleared css/js cache and also purged all. Here the biggest problem is the high LCP.
https://pagespeed.web.dev/analysis/https-www-suncakemom-com-condiments-patatas-bravas-recipe-bravas-sauce/jogicsird3?utm_source=search_console&form_factor=mobile&hl=enForum: Plugins
In reply to: [LiteSpeed Cache] Litespeed not delaying .jsYeah, but I put test123 in the JS Delayed Includes field.
Now, I put in the “JS Dlayed Includes” these:
/wp-content/plugins/wp-recipe-maker/dist/public-modern.js
/wp-content/plugins/wp-recipe-maker-premium/dist/public-pro.js
then purge all – css/js cache
Report number: TSJKXNOS
Report date: 11/25/2024 15:04:40
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed not delaying .jsI’ve just sent a new one:
Report number: USERRWDZ
Report date: 11/25/2024 13:22:59
Forum: Fixing WordPress
In reply to: Can’t access wp-admin.phpAny idea what should I do next or where to go for help?
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed not delaying .jsI’ve done it but haven’t saved the report number… do you need it?
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed not delaying .jsWell, that could explain things because I have the js delay include field filled with these lines:
https://www.dropbox.com/scl/fi/xyghm2oabrpmx12ga12cf/delay-doesn-t-work.jpg?rlkey=ku5bju2avlvk60abaytm50gjk&dl=0- This reply was modified 3 months, 1 week ago by yondermann.
Forum: Fixing WordPress
In reply to: Can’t access wp-admin.phpI’ve enabled debugging and added the required code to the wp-config.php :
// Enable WP_DEBUG mode
define( ‘WP_DEBUG’, true );
// Enable Debug logging to the /wp-content/debug.log file
define( ‘WP_DEBUG_LOG’, true );
// Disable display of errors and warnings
define( ‘WP_DEBUG_DISPLAY’, false );
@ini_set( ‘display_errors’, 0 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( ‘SCRIPT_DEBUG’, true );No debug.log file was created. I created a debug.log file to see if it gets populated but nothing was written there. I suppose this means that there were no errors, right?
Forum: Fixing WordPress
In reply to: Can’t access wp-admin.phpOn the page you linked it says I’m an administrator. I also have two editors and those two have restricted privileges.
I’ve created new admin accounts just to see if those would work but they are the same as mine. I also checked and changed file permissions but it didn’t make a difference either.