fynight
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Meta data not being picked up with lightspeedit still happening from time to time is there anything else i can do? This never happened with the last caching plugin i was using, its only started happening since the hosting uses a lightspeed server and said, it would be best to use light speed cache.
- This reply was modified 1 year, 1 month ago by fynight.
Forum: Plugins
In reply to: [LiteSpeed Cache] Meta data not being picked up with lightspeedit does seemed to have worked.
Thanks
Forum: Plugins
In reply to: [LiteSpeed Cache] Meta data not being picked up with lightspeedsorry I took so long to get back to you, I wanted to make sure it’s 100% working and wonder why it happened in the first place.
Forum: Plugins
In reply to: [LiteSpeed Cache] Meta data not being picked up with lightspeedseems to have worked 🙂
Forum: Plugins
In reply to: [LiteSpeed Cache] Meta data not being picked up with lightspeednot yet have my team testing soon. Sorry I am the type of person that stresses, worries and get anxiety when things are not working as intended. Along with ask alot of questions.
- This reply was modified 1 year, 2 months ago by fynight.
Forum: Plugins
In reply to: [LiteSpeed Cache] Meta data not being picked up with lightspeedIf you think based in the information above provided, gives you a feeling they it’s something else please let me know.. even if it’s not just let me know. Also id there a base code that can be used to allow all bots, user agents to view the site un-cached just incase. Just not the performance agents like gtmeteic, and that Google performance site. Or is doing that a really bad thing anyways.. just as an option or you got more ideas. Sorry alot to take in.
Forum: Plugins
In reply to: [LiteSpeed Cache] Meta data not being picked up with lightspeedahh great, I just find adding bots to the filter option to get none cached pages is just a work around not a fix.
What I found was option 1 was to click purge all option with every new page/post once it’s live, this works as well. But there is no way in hell can I do this to 29k posts already like would take forever
Option 2 was to allow user agents to view un-cached versions of the page, this also works, but I have to add each user agents to the filter section, which is a pain in the butt. Let’s hope your code works now. Right now I have added all major user agents to this filter option. But will remove and test your code see if this is a full fix.
- This reply was modified 1 year, 2 months ago by fynight.
Forum: Plugins
In reply to: [LiteSpeed Cache] Meta data not being picked up with lightspeeddoes this code snippet go into the function php, admin php or somewhere else please advise.
I wanted to be a bit more clearer… X, discord among other user agents do not see the metadata from any cached page, unknown as to why, right now I have added loads of agent bots to the option that allows them to crawl a none cached page. Which works but will not cover every bot, will this code you have passed over fix this issue some how.. just don’t understand why it’s happening.
- This reply was modified 1 year, 2 months ago by fynight.
Forum: Plugins
In reply to: [LiteSpeed Cache] Meta data not being picked up with lightspeedthe page I have linked is just a general link to the site as I am finding these pages ever so often
normally website owners take backups before doing changes like this with anything as anything could happen… Let hope someone backed up your site to revert back.
Forum: Plugins
In reply to: [Classic Editor] Category list no longer scrollingmmm, now that is odd I must say. So do you know how to access custom CSS within your themes back end, the code should work if added to that as well.
you might also have an issue with your files not being able to write to and save change permission on said files temp while you try and add the code.
Or listen it the person above, he might have fixed your issue as well.
Forum: Plugins
In reply to: [Classic Editor] Category list no longer scrollingdont add to functions.php use my method, it’s simple.
- This reply was modified 1 year, 10 months ago by fynight.
Forum: Plugins
In reply to: [Classic Editor] Category list no longer scrollingA Fix – Install Plugin Admin CSS MU
Once installed and activated goto appearence and click Admin CSS MU create a new Admin CSS then copy and paste the below lines
div#categorydiv.postbox {
height: 270px;
}div#category-all.tabs-panel {
height: 150px;
}This click save, done
The first set controls the size of the actual category box, the 2nd set controllers the in inside box size.
- This reply was modified 1 year, 10 months ago by fynight.
Forum: Plugins
In reply to: [Classic Editor] Category list no longer scrollingYep, dont use classic editor its not working currently i turned mine off and it worked fine, but must admit prefer classic editor
going to sound stupid, there are a lot of places cache can be stored, one being the browser, and server or even outdated cache on the actual server not being removed, try a proxy site loader like (https://www.proxysite.com/) and see what errors you get. Sound stupid but just to make sure.
- This reply was modified 2 years, 3 months ago by fynight.