I would like to work on the changes of my website from the Front End, it would be easier to get the result I wish, is there a possibility to work on that with your theme?
We have the frontend editor disabled because we are not using the same bootstrap and some of our ajax module ( blog, portfolio ) doesn't load correctly using the Visual composer.
Please go to Appearance > Editor
The on the right column select the "vc-functions.php" file
Then remove the following lines and update the file :
function rd_vc_remove_frontend_links() {
vc_disable_frontend(); // this will disable frontend editor
}
add_action( 'vc_after_init', 'rd_vc_remove_frontend_links' );
This should do the trick.
Do not hesitate to contact us if you have more questions.
Hi!
I would like to work on the changes of my website from the Front End, it would be easier to get the result I wish, is there a possibility to work on that with your theme?
Michał, thanks for purchasing Thefox!
We have the frontend editor disabled because we are not using the same bootstrap and some of our ajax module ( blog, portfolio ) doesn't load correctly using the Visual composer.
Please go to Appearance > Editor
The on the right column select the "vc-functions.php" file
Then remove the following lines and update the file :
This should do the trick.
Do not hesitate to contact us if you have more questions.
Have a nice weekend!
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
Thanks for the reply!
At this moment I will use your theme for other purposes than the two you mentioned :)
I will keep that in mind for the future!
Thank You!
Hello Michał,
You're welcome!
Do not hesitate to contact us if you have more questions.
Have a nice day!
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