• Resolved amoderm

    (@amoderm)


    Can I put the plugin on top off page?

    {“PHP”:”5.3.29″,”Wordpress”:”4.8.2″,”Theme”:”Spa and Salon (spa-and-salon) 1.0.9″,”URL”:”test.amoderm.com\/welcome”,”Plugins”:[“addons-for-visual-composer\/livemesh-vc-addons.php”,”advanced-custom-fields\/acf.php”,”booking\/wpdev-booking.php”,”breadcrumb-navxt\/breadcrumb-navxt.php”,”captcha-code-authentication\/wpCaptcha.php”,”contact-form-7\/wp-contact-form-7.php”,”content-views-query-and-display-post-page\/content-views.php”,”custom-post-type-ui\/custom-post-type-ui.php”,”dw-question-answer\/dw-question-answer.php”,”envira-albums\/envira-albums.php”,”envira-breadcrumbs\/envira-breadcrumbs.php”,”envira-css\/envira-css.php”,”envira-deeplinking\/envira-deeplinking.php”,”envira-defaults\/envira-defaults.php”,”envira-dropbox-importer\/envira-dropbox-importer.php”,”envira-dynamic\/envira-dynamic.php”,”envira-featured-content\/envira-featured-content.php”,”envira-fullscreen\/envira-fullscreen.php”,”envira-gallery-themes\/envira-gallery-themes.php”,”envira-gallery\/envira-gallery.php”,”envira-instagram\/envira-instagram.php”,”envira-pagination\/envira-pagination.php”,”envira-protection\/envira-protection.php”,”envira-slideshow\/envira-slideshow.php”,”envira-social\/envira-social.php”,”envira-tags\/envira-tags.php”,”envira-videos\/envira-videos.php”,”envira-watermarking\/envira-watermarking.php”,”envira-zip-importer\/envira-zip-importer.php”,”envira-zoom\/envira-zoom.php”,”jigoshop\/jigoshop.php”,”kk-star-ratings\/index.php”,”limit-login-attempts\/limit-login-attempts.php”,”mailchimp\/mailchimp.php”,”mobile-call-now-map-buttons\/roi-mobile-call-now-map-buttons.php”,”my-link-order\/mylinkorder.php”,”really-simple-captcha\/really-simple-captcha.php”,”stealth-login-page\/plugin.php”,”tawkto-live-chat\/tawkto.php”,”theme-check\/theme-check.php”,”webtexttool\/webtexttool.php”,”wordpress-seo\/wp-seo.php”,”wp-realtime-sitemap\/wp-realtime-sitemap.php”,”yelp-widget-pro\/yelp-widget-pro.php”,”nextgen-gallery\/nggallery.php”]}

    The page I need help with: [log in to see the link]

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

    (@davidsword)

    Hello,

    You may customize it yourself by adding the following CSS to move it to the top

    html body #rpb {
      bottom: auto !important;
      top: 0 !important;
    }
    html body #rpb_spacer {
      display: none !important;
    }
    

    then you’d have to add some CSS to give it some space at the top (so it doesn’t cover your sites header). The html body selector may or may not work. and the 680px value would need to match the pixel value of your settings page for the Display on option.

    @media screen and (max-width: 680px) { 
      html body {
        padding-top: 44px !important;
      }
    }
    

    We won’t be adding this to the plugin, and I don’t recommend or support doing this. But there it is.

    Hey thanks for the great plug-in and free support David. I haven’t found another plug-in on the market like this and it’s an invaluable above-the-fold CTA for local shops like cafes. Crushin’ it mate.

    I added these two snippets of CSS to Appearance>Customize>Additional CSS and it works flawlessly.

    For anyone who may be doing this, keep in mind your WordPress admin bar at the top of the page may be hiding the buttons. Try opening your page in incognito and as far as I can tell, it works flawlessly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘on top – no botton’ is closed to new replies.