Search for: Log In Free Support [Support request] Adding Anchor Ad on All pages on Mobile Home › Forums › Support › Adding Anchor Ad on All pages on Mobile This topic has 7 replies, 2 voices, and was last updated 4 months, 3 weeks ago by Muhammad. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts October 7, 2020 at 12:42 am #1475902 Muhammad Hi there I need to Display the Bottom Sticky Anchor Ad on all the pages on mobile devices. Please let me know how do I do this? October 7, 2020 at 8:18 am #1476791 DavidStaff Customer Support Hi there, you can use a Hook Element to add your Script to the foot of your site: https://docs.generatepress.com/article/hooks-element-overview/ To make it only display on mobile and make it sticky would be related to the AdCode/Plugin you’re using. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 8, 2020 at 1:06 am #1477952 Muhammad Yes I understand that but I want a hook at the bottom of the post page that is sticky and has a closing button. Want this at the bottom. October 8, 2020 at 1:36 am #1477993 Muhammad Currently, I am implementing this on one of the pages. … ” /privacy-policy ” as a test. with css .sticky-footer-element { position: fixed; bottom: 0; left: 0; right: 0; z-index: 100; background-color: #fff; } /* Add body bottom margin the height of sticky element */ @media(max-width: 768px) { body { margin-bottom: 100px; } } But I don’t want it to show on desktop. And I want a close button on it. October 8, 2020 at 1:56 am #1478026 DavidStaff Customer Support That would require custom development or a plugin to do that. You will also need to check whether your ad provider permits sticky adverts as these may be forbidden. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 8, 2020 at 2:00 am #1478039 Muhammad Can you help me do it without a plugin? I want the banner to show on mobile devices only. October 8, 2020 at 2:01 am #1478041 DavidStaff Customer Support Unfortunately that is out of the scope of our support – it would require custom development to do that. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 8, 2020 at 3:44 am #1478164 Muhammad Alright. Well thanks alot for all the help. Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In