HI, I am trying to use hover boxes on my site and I am encountering two issues. The first is when I say yes to Add Button on the Hover Block, nothing happens. The second is that when I add a link to a piece of text on the Hover Block, the link does not appear and is not active on the web page.
The thing is that our theme have the default WPbakery module disabled ( the button you are trying to use on the hover box for example ) that's why you have an error.
HI, I am trying to use hover boxes on my site and I am encountering two issues. The first is when I say yes to Add Button on the Hover Block, nothing happens. The second is that when I add a link to a piece of text on the Hover Block, the link does not appear and is not active on the web page.
Are these bugs?
Regards,
Bernard
Hello Bernard,
The thing is that our theme have the default WPbakery module disabled ( the button you are trying to use on the hover box for example ) that's why you have an error.
What you can do is go to
thefox/functions/vc-functions.php
and remove the following lines (190 to 201 ) :
vc_remove_element( 'vc_button' );
vc_remove_element( 'vc_btn' );
vc_remove_element( 'vc_cta' );
vc_remove_element( 'vc_button2' );
vc_remove_element( 'vc_cta_button' );
vc_remove_element( 'vc_cta_button2' );
Then you should be able to use a button on the hover box.
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