Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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

    #895420

    Hey jjsabatino,

    Try adding:

    
    Position:absolute;

    Best regards,
    Jordan Shannon

    #895471

    Hi, thank you but still not working…

    #895487

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

    #895703

    Sure, here´s the access

    #895896

    Hi,

    Add this to quick css:

    #fullscreen_slider_1{
    z-index:1!important;
    }

    Best regards,
    Jordan Shannon

    #896139

    Thanx 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

    #896381

    Hi,
    You can put text on your slides, see this setting when you edit your slider:
    2018-01-11_195526
    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,
    Mike

    #896652

    Thanks Mike, that works great!

    No, what i meant is a text that remains constant through all the slideshow, not the caption for each slide

    #896656

    I mean adding elements inside the fullscreen slider

    #896675

    Oh and on mobile devices, like a horizontal ipad it goes absolutely crazy with the negative values…any idea how to fix this?

    #896743

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

    #897173

    I 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.

    #897174

    Thanks anyway, still a great theme, i will contact a freelance if i cant do this.

    Thanks again for the support.

    #897203

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

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.