New Landing How can we help? Themeforest Theme Support Neighborhood Rev slider navigation disappear on mobile

Viewing 15 posts - 16 through 30 (of 32 total)
  • #83405
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try -100px, because that’s what worked for me

    – Kyle

    #83416
    lobsterass
    Member
    Post count: 386

    OK. Done. It looks good on computer but the nav thumbs are still far below slider on mobile. I might be totally retarded but I can’t seem to change anything.

    #83417
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    -200px? (screenshot)

    I said -100px

    – Kyle

    #83445
    lobsterass
    Member
    Post count: 386

    I tried different values. -80 px was perfect.

    You’re a rock star, Kyle! I’m not sure what I did wrong but now it works. Happy, happy! ๐Ÿ™‚

    Thanx!

    <3

    #83446
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great! ๐Ÿ™‚

    – Kyle

    #86918
    lobsterass
    Member
    Post count: 386

    Hi again!

    So, this issue got resolved with that code eventually. Sorry for not writing that here. Thank you!

    Now, I’ve reduced the blank spacing all over my site (better for mobile view) and this problem returned on mobile units. Crap! I’ve tried about 15 different negative pixel values for that bottom-code, but none makes my rev slider nav buttons show. Is there a way you could come with at value-suggestion, Kyle?

    This is the current code for this, placed last in my custom CSS list:

    }
    @media only screen and (max-width: 768px) {
    .tp-bullets.tp-thumbs {
    display: block!important;
    bottom: -100px!important;
    }

    <3

    A

    #86921
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Again, you haven’t closed the media query:

    @media only screen and (max-width: 768px) { 
    .tp-bullets.tp-thumbs {
    display: block!important;
    bottom: -100px!important;
    }

    You need to add another closing tag to close the media query. Also you need to delete the plugin cache

    – Kyle

    #86926
    lobsterass
    Member
    Post count: 386

    Ah! Sorry for being slow. Got it. I did save all your previous instructions but I guess I was too blonde to figure it out anyway. I need that cache plugin, but I manually empty the cache all the time. Anyway, it works now. You’re awesome, Kyle! ๐Ÿ™‚

    #86930
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    – Kyle

    #94402
    lobsterass
    Member
    Post count: 386

    Hi Kyle!

    My custom nav thumbs disappear on mobile with this code:

    @media only screen and (max-width: 768px) {
    .tp-bullets.tp-thumbs {
    display: block!important;
    bottom: -160px!important;
    }

    I’ve been trying to play with it back and forth. No luck. I’m missing something. What should I do? I want them visible but not placed too far below the slider.

    <3

    <3

    #94410
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    .tp-bullets, .rev_slider_wrapper > .tp-leftarrow, .rev_slider_wrapper > .tp-rightarrow {
      display: block!important;
    }

    – Kyle

    #94420
    lobsterass
    Member
    Post count: 386

    Hola!

    I don’t get it to work. Maybe I should clarify what the problem is. Please see my image.

    On mobile – I need to get the nav thumbs visible but placed not too far below the rev slider.

    On computer – Nav thumbs are visible and placed OK on computer.

    Attachments:
    You must be logged in to view attached files.
    #94648
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I’m sure we have sorted this before?

    – Kyle

    #94652
    lobsterass
    Member
    Post count: 386

    Yeah, I thought so too but it doesn’t work now. Confused! I’ve spent hours trying to figure it out. I’m attaching my rev slider settings in case that helps.

    Attachments:
    You must be logged in to view attached files.
    #94657
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The CSS I previously provided definitely works, please check your other CSS, make sure you have closed all media queries. Check for any mistakes you might have made, or move the CSS to the top to check. Also if you are using cache plugins make sure to empty the cache

    – Kyle

Viewing 15 posts - 16 through 30 (of 32 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register