chris1407
Forum Replies Created
-
Can i send you the Details via Mail?
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] cookieless google analyticsSounds great!!, Thx.
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] cookieless google analyticsHere are some more infos:
https://helgeklein.com/blog/2020/06/google-analytics-cookieless-tracking-without-gdpr-consent/
Forum: Plugins
In reply to: [LiteSpeed Cache] Save dont workNow the problem is back. It occurs when settings are saved via Ajax. Also, some plug-ins can not be disabled. When I deactivate LSCWP everything works as usual.
Forum: Plugins
In reply to: [LiteSpeed Cache] Save dont workHey, after i disabled the plug-in and enabled it again it seems to work for now.
Forum: Plugins
In reply to: [WP Scripts & Styles Optimizer] Suggestion: Scripts on mobileForum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] Anonymize and Admin UserThx for the update, very nice ??
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] Anonymize and Admin UserGreat work, thx for your help.
This failure came with the CF7 update to 4.2
Hi, i installed Jetpack,connect it with wordpress.com but there are no setting “migrate followers”.
Search only for this string: jquery.min.js
And try this tool. https://www.wingrep.com/
Try to make a copy from the site via ftp to your local computer and search with windows grep for jquery string. There must be a jquery lib.
Open your site in Browser and then look to the sourcecode. Search for jquery.min.js or jquery.18.js or similary. When the Calender stop to work without that you update a plugin or something, then in your theme must be a link like this: https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
This link means that your theme will always load the newest jquery version.
Normally the link is in header.php but it can be in a other file too.
You can download your website via ftp to your computer and user the tool windows grep to search for the string.
Search for jquery and edit the link with this: https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
Then check if all running well.
Sorry for my bad english.
Search for a link like this in your template:
https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
and change it with this:
https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
Then it will work.
I hope there will come an update for this plugin.