Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1009326

    Hi there

    I have an image with a link to a post in LayerSlider that I want to use as a roller and i’ve added a custom class but can’t get the rollerover to work. I’ve tried the following but no luck.

    .training-pathways-link{
        opacity:0;
    }
    .training-pathways-link:hover{
        opacity:1;
    }

    Any thoughts?

    Richard

    #1009494

    Hey raslade,

    Can you give us a link to your site, showing the layerslider? so we can take a closer look.
    You can post the link in private content, if you want it to be seen only by the moderators.

    Best regards,
    Nikko

    #1009661

    Hi Nikko. of course and thank you. The rollover is on Android Locks & Encryption

    Richard

    #1010157

    Hi raslade,

    Thanks for giving us the link.
    I checked it but I can’t find the code you posted above.
    Try to put your code in layerslider, click on the content/image where you want to apply, click on the Styles (tab) then there’s a Custom CSS section where you can place your code.
    If that doesn’t help, 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

    #1010235

    Hi Nikko

    Thanks for looking — the hexagon entitled Defeating Android Locks and Encryption has the following code assigned (see private]

    No matter what combination of classes I use I can’t get the opacity to change, for instance

    img.training-pathways-link.ls-layer .ls-layer-link {
        opacity: 0 !important;
    }

    Richard

    • This reply was modified 6 years, 2 months ago by raslade.
    #1010247

    Found the fix and for anyone else looking you have to apply the main_color class.

    `.main_color .custom-link {
    opacity: 0;
    }
    .main_color :hover > .custom-link {
    opacity: 1;
    }

    #1010300

    Hi Richard,

    Great, glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1010351

    Great thanks Rikard, yes please close the thread.

    #1010415

    Hi,

    Thanks for letting us know, I’ll close this for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘LayerSlider image and link problem’ is closed to new replies.