Okay
  Public Ticket #579279
Buttons double-lines
Closed

Comments

  • Piermario started the conversation

    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?

  •  291
    Paul replied

    Hi 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,
    Paul

  • Piermario replied

    Now everything works perfectly, thanks and congratulations for good work.

  •  291
    Paul replied

    My pleasure. :)