Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #992931

    Hey!

    I added a Layerslider in my website and I can’t link the buttons, when I click on it the slider go to the next slide..

    Could you help me please?

    here is my website : https://selfiemirror.fr/mirror-booths/

    thanks!

    #992964

    Hey raphaelperis,

    Add this to quick css:

    .ls-link.ls-link-on-top{
    display:none!important;
    }

    And then link the buttons and it should work.

    Best regards,
    Jordan Shannon

    #993498

    Thanks,

    I added this on the slider quick css and saved it, but wherever I click it’s still going to the next slide…

    #993898

    Hi raphaelperis,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #993953

    Hi Nikko!

    Thanks for your help

    #994225

    Hi,

    Thanks for the feedback, could you please post the login details in private as well please? Otherwise all moderators won’t have access to it.

    Best regards,
    Rikard

    #994309

    Hi Rikard,

    Yes of course

    thanks!

    #994922

    Hi,

    Thanks for giving us admin access.
    I have added this css code in Quick CSS (located in Enfold > General Styling):

    .ls-layers > a.ls-link.ls-link-on-top {
        display: none !important;
    }

    then removed this code in Quick CSS since it should be in functions.php and only causes some js errors:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Julius Sans One'] = 'Julius Sans One:400,600,800';
    return $fonts;
    }

    Also the blue button doesn’t seem to have url linked to it when I checked, just add a url and it should be good :)

    Best regards,
    Nikko

    #994957

    Thanks a lot Nikko, I linked the button and it’s working well!!

    #994997

    Hi,

    Great! I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Problem with Layerslider's Buttons’ is closed to new replies.