Limeyard
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mobile menu is not working.I have now had time to get back to this, and the solution appears to be a ‘box-ticking exercise’. The box to tick is ‘Don’t show desktop cache to mobiles’.
I previously said that I had tried disabling plugins, and I had, but clearly, this is one I had missed. Sods Law applies.
Thanks again to Ashutosh Sharma!
Forum: Fixing WordPress
In reply to: Mobile menu is not working.Ashutosh Sharma, you are so right! I deactivated the plugin and it did the trick. I am out of time now, but I will get back to it either late today or tomorrow. Thanks a million.
Forum: Fixing WordPress
In reply to: Mobile menu is not working.Thanks James, I’ll give it a go.
Forum: Fixing WordPress
In reply to: Mobile menu is not working.Thanks for the response, James. I’m using Blockpress. I think the problem may have arisen a few weeks ago after an update, but I didn’t notice it. It works OK if I’m logged in, if that tells you anything.
So, after several days, this happened again. The wp_wfhoover table went to over 3 GB and I was unable to log in. I truncated the table but still could not log in. Restored overnight database backup to enable login.
What could be causing this? Is it definitely a Wordfence issue? Does anyone have any suggestions?
Regards,
Bryan SmithHi @wfpeter,
I have also had this problem – with the table rising to over 3GB – on two occasions separated by about two or three years. Maybe it just took two or three years to get to 3GB.
However, on the most recent occasion, I truncated the table but was then unable to log in to my site. To overcome this, I restored the database, which restored my ability to log in. Curiously, wp_wfhoover was still empty, even though the table had been restored. This seems to indicate that the table had been empty less than 24 hours before (when it was backed up), so the table had ballooned to over 3GB since that time.
All of the permissions are OK. What am I missing?
Regards,
Bryan SmithForum: Everything else WordPress
In reply to: Assign different template to category pageHi @alithewpdev
Thanks for taking the trouble to reply to my query but I can’t see any category-*.php files in the theme folder, and even if I could, I’m not sure how I would assign a particular one to my chosen page.
However, everything looks as expected tonight so it’s all ok. Thanks again.
Hi @kushnamdev,
Thank you for taking the trouble to look at this for me. Everything is in place at the source. I assume that they must have decided they didn’t actually want to share news via the feed.
Thanks again for your help.
Forum: Fixing WordPress
In reply to: Custom category template nameJust for the record, this issue went away on the update to wp 6.1.1
The wp update also renamed the templates, removing the ‘not found’ bit.
Forum: Fixing WordPress
In reply to: Custom category template nameThanks for the suggestion. Yes, the site editor is open; that’s how one gains access to the templates.
Forum: Fixing WordPress
In reply to: Custom category template nameThanks for the response. I must admit, the link is pointless really, but it asked for one.
The issue is that the new customised category template gets named ‘Not found: Category (blah)’ where blah = category name.
Sorry, I can’t see how to add a screenshot to this reply.
Thanks, MotionBlocks. Found it.
Forum: Fixing WordPress
In reply to: Templates missing from templates drop down listHi Kausar,
Yes, the templates are named and included in the FSE templates list. They just don’t get offered for use with pages (or posts).The templates were made using Gutenberg blocks.
WP6.0.1 with Blockpress theme.
- This reply was modified 2 years, 8 months ago by Limeyard.
Forum: Fixing WordPress
In reply to: Query loop grid display breakingThanks for the css but nothing has changed. I added the code to that suggested by Sahil above. I have cleared LS cache and Cloudflare on the server. This is all the custom CSS:
.fr-position-sticky { position: relative; z-index: 999; } .feed { color: #000000; } .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li { width: calc(33.33333% - 16px); } .entry-content ul { list-style: square; padding: 0; margin-bottom: 30px; } @media(max-width: 640px) { .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li { width: auto; } }
Forum: Fixing WordPress
In reply to: Query loop grid display breakingHi @threadi,
Thanks for the response. You are probably right about that – I have done quite a few things and caching can and does complicate things, so it’s not easy to know.However, I have just noticed that my query loop grid layout is now failing to stack on mobile. I have tried a few things but to no avail.
Suggestions would be much appreciated.