In default state, we don’t enable visual composer front end mode due some technical reason.
You can enable it again with easy code modification
But you will not get same front end editor like its default from visual composer ( we did a lot changes that caused it )
Go to Plugins > Editor
Choose DAHZ DF Shortcode to be edited
Edit this file : df-shortcodes/vc-mod/vc_mod-setup.php
Remove this part of code :
// Disable WPB VC edit frontend
if ( function_exists( ‘vc_disable_frontend’ ) ) {
vc_disable_frontend();
}
See screenshot for clear explanation
so, what is that “technical reason” for disabling the Front End Editor?
Are you kidding me? I still cannot enable front end editor. Guys I need to make my site repsonsive and you wont allow me to? Can you please help me enable front end editor? That code is not even in the plugin editor!!!