WordPress Visual Editor and Woodmart Button
-
Hello,
I have one small problem:
My visual editor of WordPress does not work. Some errors are appearing in the browser console.
Check my attachment.
I can use this fix:
define (‘CONCATENATE_SCRIPTS’, false);
Will I have any problems using this fix in future?
I would like to know what the reason these things happen.
Another question:
I am using Visual Composer Button created by you, but when I am using primary color the link appears in gray. I tried to change to scheme light on theme options, but it doesn’t work.
Thanks for help.
Attachments:
You must be
logged in to view attached files.
Hello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
As we can see on your home page, the button color is correct. You have set this red color as your primary website color in Theme Settings.
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue
.color-scheme-dark .woodmart-widget a.btn,
.color-scheme-dark .woodmart-widget a.btn:hover {
color: white;
}
Could you please check how it works with some default WordPress theme like twentysixteen to understand is it our theme issue or not?
Regards
It is not your theme.
before i tried to copy again to replace tinymce files, but it continues with some problem.
Perhaps, i need to do fresh install.
Some idea?
It’s second time I have this problem with wordpress.
I reinstall the wordpress.
Now it appears the editor.
Can be this?
So the editor starts working correctly after the reinstallation? Maybe some files were corrupted. Sorry, but we don’t know the reason for that.
The topic ‘WordPress Visual Editor and Woodmart Button’ is closed to new replies.