torsteino
Forum Replies Created
-
Aaah! Fantastic, that should be exactly what I need! Thanks!
Forum: Plugins
In reply to: [WP Fastest Cache] Benchmark? Compared to WP-Rocket / CFLet me put it this way: I use this plugin pretty much everywhere, and never bother with wp-rocket.
Was not allowed to edit that post, so adding the missing information here:
I also found these meta keys + values in the database on a recurring event:
mec_repeat a:7:{s:6:"status";s:1:"1";s:4:"type";s:6:"weekly";s:8:"interval";s:1:"1";s:8:"advanced";s:0:"";s:3:"end";s:5:"never";s:11:"end_at_date";s:0:"";s:18:"end_at_occurrences";s:2:"10";}
And some more:
mec_repeat_status 1
mec_repeat_type weekly
mec_repeat_interval 7
mec_repeat_end never
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Using 24hr time when creating event?Found it – not in the most logical place, but if anyone else is looking for it – go to your settings, on /wp-admin/admin.php?page=MEC-settings and click on “frontend event submission” – see the screenshot here: https://postimg.cc/mtYz4YZh
Forum: Plugins
In reply to: [Autoptimize] Cache size warning email for what website?If you use a diff tool to compare the different cache files its relatively simple to find out which javascripts you should make exceptions for, wordfence and gravityforms are some of those if I remember correct. I can give you a list of my exceptions, but this will vary depending on what plugins you use, and your theme may also add something that should be exepted, so you’ll probably have to do a little work there specific for your site.
Forum: Plugins
In reply to: [Autoptimize] Cache size warning email for what website?What happened with this? Is it there somewhere without me noticing?
I’ll try it as soon as it shows up in the update list ??
Yes, its the same one that shows up for “hjelm” without fuzzy matching, but the others are in reality equally good matches, so they should definately also be in the search results, so it seems I must have the fuzzy search on.
Ah, the database collation! thanks ??
Hmmm…
Just tried uploading 3 files, ?-testbilde.png, ?-testbilde.png and ?-testbilde.png
It seems that the slug for the attachment is changed on upload for ? and ?, but not for ?, and the filenames stay the same on all three.
However – if I click the “auto rename” button, it works and the filenames are changed properly on all of them.
I have the “on upload” box checked.
Hmmm… Maybe thats the problem? By default, wordpress base the title of the media on the filename, so the title will be “?-testbilde” and so on… and in the description for the “on upload” checkbox it says “During upload, the filename will be renamed based on the title of the media.” – so maybe your plugin just keeps using “?-testbilde.png” since thats the title of the image?
Well, the thing is – many themes use these more actively, and thus it would make sense that the cache cleared when that part of the content is updated too ??
I have actually found some code I believe is leading in the right direction, will post a link later ??
I had a similar problem, not sure if its the same, but worth checking: On my server it was set up to block connecting to external smtp servers, that was the default setting in CSF (config server firewall) that is very common to use on servers with cpanel. So it was simple to fix once I thought about it, but you must be able to change the settings on the server to fix it.
I started thinking about it because it worked to connect to a local smtp server, but not the external one I needed to use. The server you are on probably have an smtp server you can use to test, you just need to set up an email acc you can use to connect.
- This reply was modified 8 years, 3 months ago by torsteino.
Forum: Fixing WordPress
In reply to: Add Media Button not working after 4.0 UpdateThats NOT a 100% solution.
I’m not in any way new to wordpress, and even after deactivating every other plugin than ACF the problem was still there.
I had a site based on BeTheme – this one – https://themeforest.net/item/betheme-responsive-multipurpose-wordpress-theme/7758048 – and with a lot of customizations made for a client. Even changing to the unmodified theme did not help, the only thing that helped was to get rid of the entire theme and starting from scratch.
I just got it working last night on a 4.0 multisite. I get one error message when trying to add multiple files at once from the medialibrary, but it seems the protection/moving-part works. When I go to each individual file and add protection from there, there are no errors
Forum: Fixing WordPress
In reply to: Add Media Button not working after 4.0 UpdateSeems like there is a problem with Advanced Custom Fields, possibly the Pro version
Any progress on this?