When customizing my home page, I'm not able to save my changes. After making the settings, for instance, in the post slider menue, the "save changes" button doesn't work. But when I make a new post it works properly...
Problem is in this script which you insert to content:
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[1]='FNAME';ftypes[1]='text';fnames[0]='EMAIL';ftypes[0]='email'; /* * Translated default messages for the $ validation plugin. * Locale: DE */ $.extend($.validator.messages, { required: "Dieses Feld ist ein Pflichtfeld.", maxlength: $.validator.format("Geben Sie bitte maximal {0} Zeichen ein."), minlength: $.validator.format("Geben Sie bitte mindestens {0} Zeichen ein."), rangelength: $.validator.format("Geben Sie bitte mindestens {0} und maximal {1} Zeichen ein."), email: "Geben Sie bitte eine gültige E-Mail Adresse ein.", url: "Geben Sie bitte eine gültige URL ein.", date: "Bitte geben Sie ein gültiges Datum ein.", number: "Geben Sie bitte eine Nummer ein.", digits: "Geben Sie bitte nur Ziffern ein.", equalTo: "Bitte denselben Wert wiederholen.", range: $.validator.format("Geben Sie bitten einen Wert zwischen {0} und {1}."), max: $.validator.format("Geben Sie bitte einen Wert kleiner oder gleich {0} ein."), min: $.validator.format("Geben Sie bitte einen Wert größer oder gleich {0} ein."), creditcard: "Geben Sie bitte ein gültige Kreditkarten-Nummer ein." });}(jQuery));var $mcj = jQuery.noConflict(true);</script><!--End mc_embed_signup-->
Better use raw html shortcode to include this script to page content.
This script generates javascript error when you use visual composer.
When customizing my home page, I'm not able to save my changes. After making the settings, for instance, in the post slider menue, the "save changes" button doesn't work. But when I make a new post it works properly...
I don't know how to fix it.
Hi,
Please provide the wp-admin access. We will try to inspect problem on your site.
I see next error in browser console:
I suppose problem with some plugin. Try to deactivate them one by one and check for error.
I deactivated them one by one now and checked afterwards if my site is working properly again but nothing changed.
2 or 3 days ago, I checked my error log and what came out is visible in the photo which I attached.
Problem is in this script which you insert to content:
Better use raw html shortcode to include this script to page content.This script generates javascript error when you use visual composer.
THANK YOU!
I deleted the newsletter field and now I can save my changes again!
Huge thanks!