1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Revolution Slider Problem

Discussion in 'WordPress' started by Jordan Roper, Mar 27, 2015.

  1. #1
    Hi there,

    I am using the plugin "Revolution Slider" on my website and the three slider buttons at the bottom of the slider are overlapping the content on my website.

    I was wondering if anyone had seen this issue before and know how to fix it? Please see the site to understand what I mean.

    Thanks,

    Jordan
     
    Jordan Roper, Mar 27, 2015 IP
  2. ITeachBlogging

    ITeachBlogging Member

    Messages:
    39
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #2
    Can you share a link to the site? I don't see one in your message.
     
    ITeachBlogging, Mar 31, 2015 IP
  3. Jordan Roper

    Jordan Roper Member

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #3
    www.dentist-preston.co.uk
     
    Jordan Roper, Apr 1, 2015 IP
  4. ITeachBlogging

    ITeachBlogging Member

    Messages:
    39
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #4
    I think that it may be the height of your slides.
     
    ITeachBlogging, Apr 1, 2015 IP
  5. Michael Hill 7

    Michael Hill 7 Greenhorn

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    6
    #5
    just checked your website, seems you have fixed the issue
     
    Michael Hill 7, Apr 1, 2015 IP
  6. mattbennett

    mattbennett Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #6
    Yes, check to see if there is a recommended slide height. Seems that your slides are about 350px in height. If you increase that, the slider selectors don't conflict with the words anymore.
    Some CSS tweaks would help as well. Set height on
    #rev_slider_2_1, #rev_slider_2_1_wrapper to 400px.
    That pretty much takes care of it.
     
    mattbennett, Apr 1, 2015 IP
  7. Jordan Roper

    Jordan Roper Member

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #7
    Where would I put the edit the CCS? In the site files on Filezilla or on the plugin?
     
    Jordan Roper, Apr 1, 2015 IP
  8. cloudhosting_com_pk

    cloudhosting_com_pk Greenhorn

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #8
    One quick solution can be to add "bottom:0 !important" property to "wp-content/plugins/revslider/rs-plugin/css/settings.css?ver=4.1.1" style sheet in ".tp-bullets.hidebullets" class definition on line#262. As you are not having any other slider in website, so it will fix the issue on this page.
     
    cloudhosting_com_pk, Apr 1, 2015 IP
  9. Jordan Roper

    Jordan Roper Member

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #9
    Doesn't matter I found out, this worked, thanks a lot for your help! :)
     
    Jordan Roper, Apr 1, 2015 IP
  10. cloudhosting_com_pk

    cloudhosting_com_pk Greenhorn

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #10
    glad to read that :)
     
    cloudhosting_com_pk, Apr 1, 2015 IP
  11. mattbennett

    mattbennett Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #11
    So you can either hide the bullets like the above posts suggests, or you can make the CSS style adjustments in your theme. Either way, the danger with editing the CSS file right in the plugin is that anytime you implement an upgrade it will overwrite the changes. Usually most WP themes have a CSS over-ride area. That would be my first suggestion. If you have difficulty, you can edit the plugin's style sheet. Search for #rev_slider_2_1, #rev_slider_2_1_wrapper to make the adjustments.
     
    mattbennett, Apr 1, 2015 IP
  12. mattbennett

    mattbennett Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #12
    Guess you got it figured out!
     
    mattbennett, Apr 1, 2015 IP