Tagged: LayerSlider, links
-
AuthorPosts
-
September 13, 2018 at 11:15 am #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
September 13, 2018 at 4:37 pm #1009494Hey 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,
NikkoSeptember 13, 2018 at 9:42 pm #1009661Hi Nikko. of course and thank you. The rollover is on Android Locks & Encryption
Richard
September 15, 2018 at 3:49 pm #1010157Hi 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.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- 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 ). - Click ” Submit “.
- 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,
NikkoSeptember 15, 2018 at 8:15 pm #1010235Hi 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.
September 15, 2018 at 8:53 pm #1010247Found 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;
}
‘September 16, 2018 at 5:46 am #1010300Hi 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,
RikardSeptember 16, 2018 at 11:13 am #1010351Great thanks Rikard, yes please close the thread.
September 16, 2018 at 3:19 pm #1010415 -
AuthorPosts
- The topic ‘LayerSlider image and link problem’ is closed to new replies.