hi, i get ย Uncaught TypeError: $(...).suggest is not a functionย in my support page (Chacge from community to support). I read an other thread about something simillar to that but it didnt help me.
The other thread suggest to exclude the page that the shotcode exist from my caching plugin. Nothing changed.
ย
Because you MINIFY the js scripts. Via your cache plugin.
ย ย ย ย <anonymous> https://e4i9e3q8. stackpathcdn. com/wp-content/cache/wpfc-minified/
Should i exlude the plugin folder ?
or should i disable the combine js option from my cache plugin ?
You can't exclude folders in Fastest Cache, just pages (i think).
Exclude /community/ page (or any page name you may have for wpForo base url). If excluded, no caching and no minification happens.
wpForo pages shouldn't be cached, since you will get old results if so.
If you need caching for wpForo, the best results are with WP Super Cache in php mode (normal mode, not expert). Even so, some data is not updated for visitors and widgets. But it is ok more or less.
ย
Okay, thanks.
I will try again and come back ๐