yonisink
Forum Replies Created
-
Sorry to revive this thread but I thought it would be better than starting a new one. I have the same issue: W3 Total Cache installed and just ran the WEBP Converter and set it to “via htaccess (recommended)” with no errors. But even after tying every mode for Page Cache (disk, disk:enhanced, memcached) and clearing caches repeatedly, I still don’t get served the WEBP files. Do you have any new info on how to do this, Mateusz?
Hi Sybre, thanks for your quick reply. I had used that post inspector before posting here in the forums; something was off. A full 24 hours later and its now working, so I guess it was just the caching. Are you sure the prefix is now redundant – is there a link to that?
Thanks again!Forum: Plugins
In reply to: [Stop Emails] Disable dashboard notificationHi Sal
I actually really agree with you, but due to circumstances with a client this is something that was installed by a previous tech, etc. I can hide it with CSS (or modify the plugin) but was hoping for a filter. The use case is here that it has to stay installed for now, but the alert is, well, annoying and troubling for the regular user.
Thanks.Forum: Plugins
In reply to: [Custom Post Type UI] Crazy issue with CPT UI resetting wp_query loopMichael, I have been doing more searching and judging from this stackexchange thread, it seems like the year taxonomy actually was the issue!
I think a welcome addition to your plugin would be around the slug, twofold:
1. Give JS feedback when entering a slug about reserved names; eg don’t allow them…
2. Allow us to see (like your pre 1.0 version) what slugs are already in use on the system, since your new UI doesn’t allow us to see; we have to keep selecting taxonomies/cpts and seeing what slug we used for them.
Forum: Plugins
In reply to: [Custom Post Type UI] Crazy issue with CPT UI resetting wp_query loopOK, thanks for looking into it. You have no idea what it could be?
Forum: Plugins
In reply to: [Custom Post Type UI] Crazy issue with CPT UI resetting wp_query loopSure – can I email you somewhere?
Forum: Plugins
In reply to: [Custom Post Type UI] Crazy issue with CPT UI resetting wp_query loopMichael, thats right – we’ve been running whatever version for at least a year of development. I honestly don’t know what happened in that initial 0.8 > 1.0.8x.
Unfortunately I can’t let you see the site since it is of a highly-sensitive nature; I wish that I could. Is there any other way we can brainstorm what the problem is? Do I need to uninstall and reinstall everything?
Thanks again for your prompt attention!
Forum: Plugins
In reply to: [Custom Post Type UI] Crazy issue with CPT UI resetting wp_query loopHere’s the details:
1. Installed CPT UI on a development site about one year ago.
2. Set up like 6 taxonomies and 5 CPTs
3. Have updated normally, flushed permalinks, updated all other plugins & WP core for the whole year.
4. As of one week ago, this issue started – nothing has changed in the setup or anything else.
5. When I tried to generate the code and include in functions.php, not only do I get the same problems but there are issues with generated export code, you are generating “name” as the slug (which looks weird in WP backend) but this is not an emergency as much as the other.Any suggestions?
Forum: Plugins
In reply to: [Custom Post Type UI] Crazy issue with CPT UI resetting wp_query loopIts really strange – I even picked through your files and couldn’t find anything.
Another thing I tried was to deactivate CPTUI, export everything and then just use that code in functions.php. Same error. When that code is run, ALL queries get resent as if it were index.php (I even dump wp_query arg). If that code is not run, everything functions site, but my site is screwed because I have a million taxonomies and custom post types.
This just started happening 2 days ago. Do you have any idea what this may be, or any code that changed? This was on a dev site that was supposed to launch early next week!
Forum: Plugins
In reply to: [Sinking Dropdowns WordPress] Parse ErrorWas just going to write this back to you – glad you figured it out.
Forum: Plugins
In reply to: [SpeakUp! Email Petitions] custom fields – newThanks Kreg,
I may modify it, if so I’ll give you the code to make it easier moving forward.Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] Image upload bug<deleted>
Forum: Plugins
In reply to: [SpeakUp! Email Petitions] [Plugin: SpeakUp! Email Petitions] php code?Whoops, meant to say, in step 2 changed that line in
includes/public.phpForum: Plugins
In reply to: [SpeakUp! Email Petitions] [Plugin: SpeakUp! Email Petitions] php code?Kreg,
I did something a bit hacky that worked;1. I directly called your shortcode function in my file, eg
<? $petition_number = array('id' => '1'); dk_speakup_emailpetition_shortcode($petition_number) ?>2. To ensure JS/CSS, I changed line 194 to
$shortcode_found = true;
bypassing your check for the shortcode.I hope you don’t mind – you write very elegant code and it would be super-easy to add some function called, say, dk_speakup_output that I could call that would flag a global var called $shortcode_found and allow you to integrate that. Thanks again for your great plugin!
Forum: Plugins
In reply to: [HL Twitter] calling widget through PHP?Dachadne,
Thanks for the quick reply! I’m not getting it to work – I have added successfully 10 users to my backend (all the info/avatars are displaying) but when I call this, I only see “There are no recent tweets” even though they’ve all tweeted within the last 24 hours. I apologize if I’m mistaken; doesn’t the widget show, on the frontend, a stream of latest tweets from all these people?
Thanks!