Support Forum
you do not absolutely need a caching plugin... we dont run one here, for example... if you have high traffic and lots of static posts/pages, you could gain some benefit... most wp caching plugins work fine with simple press - you just need to tell it not to cache the forum page - then it can still cache the rest of the site... I think you had it configured correctly...
as mentioned, we used to force the script concatenation to off but it was removed in 5.2... It is back in there for 5.2.1 which should release today or tomorrow...
as mentioned, the list magnet was likely the problem... it was violating the wp api and loading its own version of jquery ui instead of the one that comes with wp... other wp plugins (and themes) can only assume and test with the wp version... loading a different, potentially older version, is a recipe for conflicts...
If you need that plugin, I mentioned we could help correct is wp api issues... just need to locate in the plugin where its loading its version of jquery ui...
Visit Cruise Talk Central and Mr Papa's World
I really appreciate your help with this issue. I would really like to keep the Premium List Magnet. I guess I have to contact their support and ask them about the jquery issue. When I get an answer, I would love to accept your offer to help me with fixing this so that this plugin does not mess up the forum anymore.
what do you need their support for? should be able to search their plugin files for jquery ui... and we can help fix...
Visit Cruise Talk Central and Mr Papa's World
okay, we will be here...
likely use of wp_deregister_script() and wp_register_script()...
Visit Cruise Talk Central and Mr Papa's World
per previous post, I would search for wp_deregister_script()... not possible to give you hint on file - no clue how they did their plugin...
but most decent editors will search all files in a directory for a string... or you can do it with windows file manager search (no clue on mac)...
Visit Cruise Talk Central and Mr Papa's World
You have to excuse my ignorance in this matter. I have all the Premium List Magnet files on my desktop, and I really don't know how to search them for this code. Nothing shows up when I type the file names you suggested in the windows search box. Is there a text editor included in Windows 7 which has a search function or do I have to download a text editor?
No, Windows 7 Window Explorer will do it fine...
so go to the root directory of the plugin... Up in the upper right where it says search, type in 'wp_deregister_script' without the quotes... it will search files by default...
scroll all the way down to bottom... there will be search again block at the bottom... select the File Contents icon... and it should search within the files themselves...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)