mewcrazy
Forum Replies Created
-
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Filter minified/merged scripts fileUpdated and works. Thanks again!
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Filter minified/merged scripts fileHi,
I just got it working. I simply added a filter “modify_js_output_before_save” into line 724 of merge-minify-refresh.php:
if($should_minify)
{
// FILTER OUTPUT
if($ext == 'js') $output = apply_filters( 'modify_js_output_before_save', $output );I’m not sure it is the best position for that filter, but it’s working flawlessly. It’s fired after the merge, and before the save.
In my particular case I had to disable JS Minification in the plugin’s settings since my obfuscation is messing up with minified files. Luckily the obfuscated code is even more compressed than a regular minified file.
I hope to see the filter in one of the upcoming versions.
Thanks again!
DennisForum: Plugins
In reply to: [DNUI] 260.000 images: Any solution?Yea my solution was written in PHP but I developed & used it in CLI only to avoid timeouts or anything.
So my solution was kinda dirty, plus I didn’t use any Javascript or anything. But as much as I can remember, your plugin was working fine. The problem was that my browser performance dropped so much after 50.000 images that every conversion took longer than 10 seconds or so. So what I would say is that you make some kind of reload or cache flush after 15 minutes. Not sure where exactly the roots of this problem is though. That’s just my guess. I know in PHP that you have to flush the cache or all gets written in the memory.
Maybe you’re in luck and your new code works fine ?? If I ever get back into that subject then I’ll be glad to contribute.
Forum: Plugins
In reply to: [DNUI] 260.000 images: Any solution?I wrote my own scripts to fix it.
Basically you can simply loop all your attachments, then you check if they are attached to a post. Or if the post exists.
Also I wrote a script to check if all my hundred thousands+ posts have an existing attachement and if it’s physically available. (file_exists)
After that you have a clean database again ??
Wish I could share the code but I sold the project and don’t have any source of it anymore.
Forum: Plugins
In reply to: [WP-UserOnline] PHP WarningsYep it was that simple:
1) Renamed the /wp-useronline directory to /wp-useronline2 to deactivate it
2) Updated all plugins and finally WordPress to 4.3.1
3) Renamed the plugin back to /wp-useronlineAnd all errors/warnings were gone.
Thanks ?? Topic resolved.
Forum: Plugins
In reply to: [WP-UserOnline] PHP WarningsThey appear on every page, even in the dashboard. It makes it impossible for me to log in.
See them live @ https://www.poker-all-stars.de
Forum: Plugins
In reply to: [Widget Logic] Fatal errors on each page visitWell, but the syntax of the logic should be fine right? And those 2 logic’s are the only ones I use in the whole website.
So I’m not sure if I can debug anything there. If the above logics are right and shouldn’t cause any errors, then the next cause would be some other incompatibility. Like plugins or custom functions in my functions.php
Well I removed every function of my functions.php and still the same, it seems like its some other plugin causing this. Well I don’t have time to debug this right now, I’ll just deactivate Widget Logic for now :/
Forum: Plugins
In reply to: [The Events Calendar] Enter start and end times for all event daysTypically in situations like yours people create multiple events
Almost all events occur on multiple days. (e.g. Thursday to Sunday) And in many of these cases, the opening times vary depending on the day of the week. Big Expos almost always have different opening times on weekends than at the starting days of the event. And if I want to offer my users accurate opening times then I can’t do that with your plugin.
I will look out for another event plugin for now since I really need WPML support, but I will keep checking your changelog ??
Thanks,
DennisForum: Plugins
In reply to: [Relevanssi - A Better Search] Integrate Pods Advanced Content Type (ACT)Hmm, well the entries don’t have any long texts. Basically it’s a post with 15 custom meta fields. Fields like age,gender,location,city etc. – Don’t you think that it might work with your plugin? Right now I have 15.000 products in regular CPTs and the search is blazing-fast. Feels even faster than the rest of the site.
But if not, do you have any thoughts on what I could do in my case? I’m planning to have 1 million entries next year ??
I can confirm this problem, my widgets all showing “No upcoming events” even though I had 2 entries for the following days.
Btw: I’m only using events that go the whole day.
Forum: Plugins
In reply to: [The Events Calendar] Calendar shows fine, but title shows 404Hey, thanks that worked like a charm!
BTW: The code doesn’t work for the single event page if Yoast is activated. But for that one can just use the given fields in the yoast settings:
Yoast -> Titles & Metas -> Post Types -> Events: Title template
Thanks again, topic resolved!
Forum: Plugins
In reply to: [The Events Calendar] Love this plug, but can I change the events-page-title?If someone is looking for a way to change the meta titles, I just successfully used the following snippet below. The plugin author gave it to me yesterday:
Forum: Plugins
In reply to: [The Events Calendar] Calendar shows fine, but title shows 404Okay it is kinda fixed now. After the above steps I refreshed my W3TC Cache and now the title shows “Events List”. That’s better but still not the regular title. Question is, where can I set the title? I can’t use Yoast SEO since your events homepage is no regular page.
Where can I manually set the meta title for the events homepage?
Forum: Plugins
In reply to: [The Events Calendar] Calendar shows fine, but title shows 404Here is my system information: https://pastebin.com/jNvUkuse
Forum: Plugins
In reply to: [The Events Calendar] Calendar shows fine, but title shows 404Hey,
Ok well I tried the following steps now but still no success:
1) Refreshing Permalinks -> No changes
2) Snippet #1 in functions.php -> No changes
3) Changed permalinks back to /%postname% -> No changesHere is the debug page: https://247camming.com/events?tribe_query_debug=true – Can you see anything unusual?