-
Author
-
March 28, 2016 at 15:04 #113090audev14Participant
Hello after most recent update our visual composer stopped. It works if we use it on front end but on backend it doesn’t open up boxes. I’m attaching a sample of what is displayed when you click edit on a text box for example.
I have tried with disabling other plugins, etc but nothing seems to help.
Attachments:
You must be logged in to view attached files.March 28, 2016 at 18:25 #113135RaduModeratorHi,
Make sure that the required plugins are updated, you can check form wp-admin -> appearance -> install plugins, look for update options especially for visual composer and k-elements.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 28, 2016 at 20:36 #113175audev14ParticipantYeah we have the latest stuff in there, it’s not working still. Latest theme update, K elements version 4.0.4 VC version 4.11.1
March 29, 2016 at 15:45 #113253RaduModeratorHi again,
Please do next tips
Go to wp-admin -> plugins , disable all plugins except K-elements and Visual composer, then try again to see if the vc it works, if it works enable plugins back one by one and check again in this way you will find out what causes issue, if it not works please follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described action and then check the debug.log file and let me know what error appears.
Let me know
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 30, 2016 at 07:11 #113474Rincon805ParticipantI also am having this problem. I disabled all plugins except for k elements and vc composer, then re-abled them. Still no VC composer.
March 30, 2016 at 17:24 #113551RaduModeratorHi,
Someone with this issue please provide admin credentials and FTP to can take a closer look at this
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 31, 2016 at 17:21 #113831RaduModeratorHi Rincon,
Please check now, the problem was caused by this option : wp-admin -> visual composer -> role manager -> Post types -> page was unchecked. now it how it should be checked.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.