• Resolved heartandsoulwebdesign

    (@heartandsoulwebdesign)


    {“PHP”:”7.0.21″,”Wordpress”:”4.8″,”Theme”:”Bridge (bridge) 11.1″,”URL”:”lavajetlaundromat.com”,”Plugins”:[“LayerSlider\/layerslider.php”,”a-excited-testimonials\/init.php”,”iwp-client\/init.php”,”js_composer\/js_composer.php”,”mobile-call-now-map-buttons\/roi-mobile-call-now-map-buttons.php”,”qode-instagram-widget\/qode-instagram-feed.php”,”qode-quick-links\/qode-quick-links.php”,”qode-twitter-feed\/qode-twitter-feed.php”,”revslider\/revslider.php”,”timetable\/timetable.php”,”vc-widget-addon\/vc-widget-addon.php”,”video-thumbnails\/video-thumbnails.php”,”wordfence\/wordfence.php”,”wp-show-ids\/wp-show-ids.php”,”wp-smushit\/wp-smush.php”]}

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author David Sword

    (@davidsword)

    In wp-admin > Appearance > Customize > Additional CSS, if you add the following, it will resolve the CSS conflict between the plugin and your theme:

    html div#rpb { z-index: 1001 !important; }

    The Bridge theme being used has the entire site in a wrapper with a very high vertical stack (z-index: 1000), this plugin is z-index: 998, so it’s underneath the site until it reaches the bottom and is revealed. The code above puts the buttons where they should be, above the site and fixed to the bottom of the screen. In the next release of this plugin, we’ll include a custom z-index option in the backend user interface so resolving this issue can be done via the settings form instead of custom code.

    Thank you for sharing, let me know if there’s any further issues.

    Plugin Author David Sword

    (@davidsword)

    Just a quick note: there’s now a new z-index input field in the plugin’s setting page, allowing you to change the z-index value without having to write any CSS.

    new z-index input value in settings

    This is in version 1.2.1.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I have to scroll on the mobile to see the buttons’ is closed to new replies.