I usually use visual composer to build all my pages , but my problem is that frontend editor icon does not appear ! just classic mode and backend editor , although visual composer up to date and also the thefox theme , please help me , I attached an image show this
Some of our modules doesn't work when using the front end editor that's why we deactivated it by default.
To reactivate it you will need to go edit the vc-functions.php file ( thefox/functions folder ) then remove this line :
function rd_vc_remove_frontend_links() { vc_disable_frontend(); // this will disable frontend editor } add_action( 'vc_after_init', 'rd_vc_remove_frontend_links' );
Do not hesitate to contact us if you have more questions.
Hi there ,
I usually use visual composer to build all my pages , but my problem is that frontend editor icon does not appear ! just classic mode and backend editor , although visual composer up to date and also the thefox theme , please help me , I attached an image show this
Hello Jose, thanks for purchasing Thefox!
Some of our modules doesn't work when using the front end editor that's why we deactivated it by default.
To reactivate it you will need to go edit the vc-functions.php file ( thefox/functions folder ) then remove this line :
function rd_vc_remove_frontend_links() {
vc_disable_frontend(); // this will disable frontend editor
}
add_action( 'vc_after_init', 'rd_vc_remove_frontend_links' );
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme