lucydeetz
Forum Replies Created
-
Nevermind,
I kept tweaking with that code and ended up adding a function that works! Copying it here in case anyone wants to do the same,
add_action('wp', function() {
remove_action( 'generate_after_header', 'generate_featured_page_header', 10 );
add_action( 'generate_before_content', 'generate_featured_page_header' );
});This doesn’t seem to break anything on my end so hopefully there are no hidden problems!
Thanks for any help ??
Hi Alvind,
I’ve just tried that code but it doesn’t do anything. ??
I digged some more in the support forum and found this code,
add_action('wp', function() {
remove_action( 'generate_after_header', 'generate_featured_page_header', 10 );
});which does remove the featured images on pages, but what’s the action to add the image back on the page in a different position (inside the container, above the H1 title)?
Forum: Plugins
In reply to: [Compact WP Audio Player] Pages loading very slowly on latest versionFOUND THE CULPRIT.
It’s URL validation. I looked at the version changelog and noticed that it was introduced in one of the latest versions, then an option to disable it was added later.
I updated the plugin, went into the player settings and disabled it by checking the “Disable MP3 File URL Validation” option. And VOILA – working as fast as always.
It was such a quick fix and I scoured every option in my CPanel. ??
Forum: Plugins
In reply to: [Compact WP Audio Player] Page loading extremely slowHi @bummero
Sorry for bothering you but I’m having the exact same issue and I already tried disabling all plugins / changing theme to no avail.
Did you manage to fix the issue on your side, and if so, how?
Forum: Plugins
In reply to: [Compact WP Audio Player] Pages loading very slowly on latest versionHi there,
Pages load quickly now because I have rolled back to version 1.9.9 for the time being. With the latest version, pages take 3-5 seconds to load and I worry about the UX.
I’ve just tried updating the plugin again and checked the server logs, but there are no errors.
Only the header will load instantly with the latest version. Then the body will take 3-5 seconds to load depending on how many shortcodes are on the page. The more shortcodes, the slower the loading speed.
Is there anything significant that has been updated in the latest versions, 1.9.9+?
Forum: Plugins
In reply to: [Compact WP Audio Player] Pages loading very slowly on latest versionHi,
Thanks for your reply. Shortcodes look like this one. All files are hosted on the website.
[sc_embed_player fileurl="https://lingookies.com/wp-content/uploads/2022/03/artic1.mp3"]
I have no cache plugins running.
Thank you!
In the meantime I tried rolling back to version 2.9.12 and I confirm this doesn’t have any issues!
- This reply was modified 1 year, 8 months ago by lucydeetz.
Forum: Plugins
In reply to: [LiteSpeed Cache] Plugin no longer caches homepageFound the culprit.
I turned on debugging and when the crawler came to the homepage it returned this line:[Ctrl] ? forced no cache [reason] DONOTCACHEPAGE const
It looks like the plugin messed up with the Detect Browser Language setting in the PolyLang plugin which in turn was forcing LS cache not to cache the English homepage. I still don’t know how it managed to do that as the option has always been disabled but it’s fixed now!
https://www.ads-software.com/support/topic/polylang-donotcachepage-constant/
Forum: Plugins
In reply to: [LiteSpeed Cache] Plugin no longer caches homepageThank you.
I uninstalled the Ezoic plugin before re-enabling the LS cache, and that’s where I noticed that the EN homepage no longer caches. The plugin is no longer there.Forum: Fixing WordPress
In reply to: Website doesn’t open, loads a “download” file insteadHi Yui,
thank you, I contacted my host and they fixed the issue right away. The website was apparently running an older PHP version.Forum: Plugins
In reply to: [Glossary] A blank page gets created when I add a new termHi, thanks for answering!
I installed a plugin to log all PHP errors, but it ended up crashing the entire website… I used the Glossary plugin some more today and think I have found the culprit, though. I added a few more terms and everything was going smooth until I opened the edit page for another term in a separate tab to copy some of its content off into the page of the term I was working on.
Turns out that if I publish any new term while editing another term in a second tab, this will result in the new term generating the two slugs. I tried a few times and it does this every time so I don’t think it’s coincidental. It’s probably a conflict with some other plugin but I wouldn’t know where to start looking, so I’ll just make sure to publish new terms without editing any other posts. I also managed to clean the database from those empty pages, so so far so good!Forum: Fixing WordPress
In reply to: Audio files won’t play for logged in usersIf it’s of any help, I noticed through the Chrome developer tools that the server returns a 503 error when I try to access the mp3 file as a logged in user, while there are obviously no errors as a visitor. But I have no idea what’s causing this.
Forum: Fixing WordPress
In reply to: Creating or updating posts generates a commentDisabling the pingback option in the settings did the trick. Thank you so much!
Forum: Plugins
In reply to: [WP Product Review Lite] How to stop WPPR from creating 50px thumbnails?Hi Poonam,
thanks for the reply. The solution doesn’t work for me however. I’ve just published a new article and the plugin generated a 50x50px thumbnail image. Older versions didn’t behave this way ??
Forum: Plugins
In reply to: [WP Product Review Lite] Widget image size is now too small (50px)I too have this issue with the newest version. A temporary solution that worked for me was to roll back to version 3.4.7. Looking forward to seeing the issue fixed, because I like to have every plugin up to date!