Comments Piermario started the conversationNovember 9, 2015 at 2:30pmIf I insert a link to the buttons double-line, the button is displayed as a single line, the second line disappears. it is possible activate the double line with link? 295Paul repliedNovember 10, 2015 at 6:02amHi there!Please try this:1. Open \"/js/schon.js\" file.2. Find the following code:$(\'.button.double-lines, button.vc_btn3-style-theme-default-double-line\').append(\'<span class=\"button-line\"></span>\'); $(\'.button.double-lines, button.vc_btn3-style-theme-default-double-line\').on(\'mouseenter \', function() {3. Remove \"button\" in the code so the result would be:$(\'.button.double-lines, .vc_btn3-style-theme-default-double-line\').append(\'<span class=\"button-line\"></span>\'); $(\'.button.double-lines, .vc_btn3-style-theme-default-double-line\').on(\'mouseenter \', function() {4. Clear all cache and test it again.This should fix the problem. :)Regards,PaulPiermario repliedNovember 10, 2015 at 6:33pmNow everything works perfectly, thanks and congratulations for good work. 295Paul repliedNovember 11, 2015 at 7:41amMy pleasure. :) Sign in to reply ...
If I insert a link to the buttons double-line, the button is displayed as a single line, the second line disappears. it is possible activate the double line with link?
Hi there!
Please try this:
1. Open \"/js/schon.js\" file.
2. Find the following code:
3. Remove \"button\" in the code so the result would be:
4. Clear all cache and test it again.
This should fix the problem. :)
Regards,
Paul
Now everything works perfectly, thanks and congratulations for good work.
My pleasure. :)