-
AuthorPosts
-
January 9, 2018 at 8:28 pm #895357
Hi guys, i need to put a text block, or a heading, don´t know yet, on top of a full screen slider.
I tried everything but it always stays hidden under…this is the code i am using.
.top-section .top-section-textblock {
z-index: 99999!important;
background:#000000!important;
margin-top:-300px!important;
padding-top: 30px !important;
}#fullscreen_slider_0{
z-index:-1!important;
}I´m guessing whatever the solution is it will work for text blocks or headings.
Any help? thanxxxx
January 10, 2018 at 12:01 am #895420Hey jjsabatino,
Try adding:
Position:absolute;
Best regards,
Jordan ShannonJanuary 10, 2018 at 1:35 am #895471Hi, thank you but still not working…
January 10, 2018 at 3:40 am #895487Hi,
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,
MikeJanuary 10, 2018 at 3:38 pm #895703Sure, here´s the access
January 11, 2018 at 12:48 am #895896Hi,
Add this to quick css:
#fullscreen_slider_1{ z-index:1!important; }
Best regards,
Jordan ShannonJanuary 11, 2018 at 12:38 pm #896139Thanx Jordan, that works. The thing about working with negative is that i get a blank space at the bottom of the page, how can i remove it? i need it to be full screen and no space at the bottom.
By the way, isn´t there a way to add text to the slider? that would be a great feature and very useful
January 12, 2018 at 3:03 am #896381Hi,
You can put text on your slides, see this setting when you edit your slider:
Right now you have the space below your slider because that is were your text is, if you don’t like the way the above setting works try using the layerslider instead.
There is one option you can do to remove the space for that page, which is to prevent scrolling of the page with this css:html.html_entry_id_11 { width: 100%; height: 100%; clip: auto; position: absolute; overflow: hidden; }
it is designed to only work on that one page.
Best regards,
MikeJanuary 12, 2018 at 7:23 pm #896652Thanks Mike, that works great!
No, what i meant is a text that remains constant through all the slideshow, not the caption for each slide
January 12, 2018 at 7:37 pm #896656I mean adding elements inside the fullscreen slider
January 12, 2018 at 9:14 pm #896675Oh and on mobile devices, like a horizontal ipad it goes absolutely crazy with the negative values…any idea how to fix this?
January 13, 2018 at 12:10 am #896743Hi,
It mat work better to use a percentage rather that a pixel value. But this is a very basic slider that has it’s limitations. May I ask why you don’t want to use the layerslider?Best regards,
MikeJanuary 14, 2018 at 8:47 pm #897173I am working with percentage…but depending the screen it doesnt work, in some screens it disappears partially. Is there a way for me to be sure that i will always be visible where i want to?
Layerslider is the same, is not working as i need it to…it´s not responsive, sometimes the layers disappear as well.I feel like this would be so easy if we could just use a slider background on a color section, how come you never added this? i found a lot of threads with people asking for it.
January 14, 2018 at 8:52 pm #897174Thanks anyway, still a great theme, i will contact a freelance if i cant do this.
Thanks again for the support.
January 14, 2018 at 10:00 pm #897203Hi,
For a full screen responsive slider this plugin looks like it may work good for you https://revolution.themepunch.com/wordpress-fullscreen-slider/Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.