Limeyard
Forum Replies Created
-
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 3 years, 10 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.
Forum: Fixing WordPress
In reply to: Query loop grid display breakingHi Sahil,
I have just logged out from working on the website and noticed that the problem – or at least part of it – persists. The left side of the grid now aligns correctly but the right column is still displaced.
I must have been looking at it while still logged in after popping in the CSS.
Regards,
Bryan SmithForum: Fixing WordPress
In reply to: Query loop grid display breakingHi Sahil,
I am truly grateful to you for that. Thank you.
But I am curious. Where did the extra pixels come from? Surely not from core WordPress? The post grid is not very new, and I would have thought that an issue of that kind would have been dealt with by now?
Regards,
Bryan SmithForum: Themes and Templates
In reply to: [Blockpress] Sticky headerThank you for your comments.
Forum: Themes and Templates
In reply to: [Blockpress] Sticky headerThe reason my nav bar is a reusable block is that, as a part of the header, it cannot be independently sticky. That was the problem that I had with the theme in the first place.
I certainly did wrap my nav bar in the Greenshift ‘Container’ but, as I explained, it would not align with the main body of the site, and there was no setting to achieve that. So I had to wrap it in a group.
However, as explained earlier in the thread, as a sticky independent reusable block it works perfectly and a tiny bit of css now keeps it in front of the other content.
It may interest you to know that I have removed the Greenshift plugin for a number of reasons; not least, that it changed the WP UI in a way that prevented me from accessing the templates list. Too intrusive by far!
Thank you for your responses to my questions.