Skip Navigation

[Resolved] Cred Form CSS Editor Issue! extra slash sign after saving the form in CSS editor

This support ticket is created 6 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 2 replies, has 2 voices.

Last updated by Nashaat 6 years, 4 months ago.

Author
Posts
#957406
Before-saving.png
After-Saving x 4.png
After-Saving x 3.png
After-Saving x 2.png
After-saving.png

I have updated Toolset plugins today and i noticed a strange behaviour after saving the cred form, which disable the css code from working.

I have added this code to my Cred CSS editor box (it is working o other form normally)

 input[type="radio"].radio {
   	-webkit-appearance: none;
    background: white;
    width: 25px;
    height: 25px;
	border-radius: 25px;
  	margin:10px;
    cursor: pointer;
    vertical-align:middle;
  	border: solid 3px #dddddd;

}

input[type="radio"].radio:hover {

}


input[type="radio"].radio:active {
      background: #21bc8e;
}

input[type="radio"].radio:checked {
       background: #21bc8e;

}

now after saving the form extra slashes get added automatically to the css, which break them from working. please see attashed images. Everytime i save the form more slashes get added...

#957916

I think this is this issue
https://toolset.com/errata/quotes-in-the-extra-css-or-js-content-will-get-backslashed/

Can you confirm that the solution there works for you as well?

#957958

YES this has solved the Issue! Thanks Beda