atkulp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to activate any plugin but no errorI got it working. I hate that it kept saying that it succeeded. The issue was needing to increase pm.max_children. I had already done that but didn’t think to restart the php-fpm service so it never took effect. Thanks so much for responding so quickly!
Yeah, I’m setting custom CSS. if you could add support for light vs dark styling (or just use colors that work either way) that would be great
Forum: Themes and Templates
In reply to: [DarkNews] Creating a child themeI ended up figuring it out. That link is where I started and really wasn’t any help. It just had lots of “if your parent theme is… then do this…” I couldn’t find exactly which one so it was a lot of trial and error. The other issue was losing all of my customizations, which I solved with a separate import/export settings plugin. It was just a lot more effort than I hoped.
I found the preloader option, but it would have been helpful for your above reply to made it clear where you have the setting (in Theme Customize – Theme Settings – Global Settings). I’ve disabled it, but Lighthouse doesn’t really show a difference either way. On mobile it scores in the 40’s, on desktop it’s in the 90’s. Any idea why mobile would be so bad?
Forum: Plugins
In reply to: [CodePeople Post Map for Google Maps] Possible to fix map category layout?Even if the post has five categories, if I use the “cat” attribute and set one category, that’s all I want to see in the legend. I can see the value in it both ways, so an option would be helpful.
Also, did you look at my page? I don’t like how the checkboxes and labels layout. It would be better to wrap the <input> checkbox within the <label> element so you can click on the label or the checkbox. I’d really like them to be lined up though too.
Forum: Plugins
In reply to: [CodePeople Post Map for Google Maps] Layout is difficultI think that’s part of the problem. The global settings are a bit complicated, but the editor for the list of points is complicated too. When editing a post, it would be great to be able to collapse it down to hide the Maps Configuration section and only show the points. Then, if the user presses a button, you can display Maps Configuration, a different button to manage the list of points. There’s also a lot of space taken up by the help text. I love that you have that text, but it might be better to use a little (i) indicator with a tooltip instead. Especially as the flashing “+ more information” is distracting. Similarly, the choice of custom marker could be hidden unless the user clicks “Custom” for marker.
If I have some time, I’ll try to throw together some concepts to illustrate better. It’s really a great plugin. If the user interface can be streamlined a bit it will be even better!
Ok. thanks!
ok. I’ve done this. the cache number goes up properly now. will this be fixed soon so I can remove the snippet?
Yes, Assets Optimization is enabled. I had it in manual mode but I’m trying Automatic now to see if there’s a difference.
Would that snippet (delete_transient_wphb-processing) run all the time then? I use Code Snippets so I can add it there instead, but I’m not clear what the lifecycle is on code in mu-plugins.
No, “Clear full cache when post/page is updated” is not turned on
I’ve included a link to see the current configuration. I haven’t made any update in the for at least 12 hours, and that was only saving a draft to an unpublished post.
If I load pages, sometimes the header will be there, sometimes it won’t be. If I just refresh the main page, I can see it sometimes, refresh again and it’s gone.If I visit the Hummingbird Caching page, I can see the number go as high as three or four, but then drop down to one again.
Forum: Plugins
In reply to: [Code Snippets] “An error occurred when saving the snippet”Have you had a chance to look into this more?
Thanks!
Forum: Plugins
In reply to: [Code Snippets] “An error occurred when saving the snippet”This CREATE TABLE does not run on my instance. It looks like it’s a known limitation, depending on flags settings/version.
https://bugs.mysql.com/bug.php?id=21532
Perhaps use a varchar instead?
Relevant discussion on StackOverflow:
https://stackoverflow.com/questions/1203710/which-datatype-is-better-to-use-text-or-varchar- This reply was modified 4 years, 3 months ago by atkulp.
Forum: Plugins
In reply to: [Code Snippets] “An error occurred when saving the snippet”Well I think this is the problem then. That tables doesn’t exist in my database and it must be having a problem trying to create it. Perhaps if you give me the script I could manually create the table and see if that fixes it. It would be nice to know why it’s not creating though. I’m using a redirection plugin and I can see that it created its own tables.
Forum: Plugins
In reply to: [Code Snippets] “An error occurred when saving the snippet”Yes. Is it writing to a table or a file? I can check permissions and also run repair on the table to be safe.
Forum: Plugins
In reply to: [Post Network] Unpublished postsNot sure how I missed that setting! It would be better if we could adjust the filters right in the graph view. It would also be nice to be able to include pages along with the posts.
I love this plugin! It’s exactly what I was looking for. A few filter options would really take it to the next level.