Tagged: #quickcss
-
AuthorPosts
-
July 8, 2019 at 10:52 am #1116617
I’ve been using quick css for changing some visual elements on my website. But I think after the latest update of wordpress (5.2.2) I am no longer able to save the changes I made using quick css under general styling. Save all changes button keeps loading then fails and tells to reload page and try again. How can I solve this?
July 8, 2019 at 1:52 pm #1116669I get this error message everytime I try to save the changes at general styling tab of Enfold menu. http://www.design-um.com/wp-content/uploads/2019/07/Error.png
- This reply was modified 5 years, 4 months ago by DesignUM_International.
July 9, 2019 at 5:30 am #1116890Hi,
Thanks for the update and sorry for the problem. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardJuly 9, 2019 at 8:43 am #1116953Hello,
You can find login information below.
July 9, 2019 at 1:03 pm #1117034Hi,
Thanks for that, could you upgrade the account to have admin rights as well please?
Best regards,
RikardJuly 9, 2019 at 1:06 pm #1117036Okay, done.
July 9, 2019 at 8:08 pm #1117174Hi DesignUM_International,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem. Especially, WOrdfence or something of the kind.
Best regards,
VictoriaJuly 15, 2019 at 10:14 am #1118721Hello, I tried deactivating all plugins one by one and also all together. Issue persists; it is not related to plugins. The saving problem is all through Enfold menu; save button at the bottom right corners of Enfold menu tabs aren’t working.
- This reply was modified 5 years, 4 months ago by DesignUM_International.
July 16, 2019 at 5:10 am #1119027Hi,
There is something wrong with the CSS you have added, you are mixing comments for instance:
/* Comment */
And
//
The latter is not supported. You also have some strangely formatted CSS:
background-color:#00000000;
Colours are hexadecimal, they can only have 6 characters.
When I remove all your CSS and added a simple class to the field, then everything works as it should. Please try to clean up your CSS.
Best regards,
RikardJuly 16, 2019 at 8:50 am #1119087Dear Rikard, thanks for the help! I found 3 syntax errors after getting through all my css code; there were some “.select” instead of “select”. I wonder why this errors didn’t occur before the update because I didn’t change the css.
Everything works fine now. Thanks.
July 16, 2019 at 6:41 pm #1119239Hi DesignUM_International,
Glad you got it working for you! :)
It is always a good idea to validate your css from time to time.
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.