sherweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Not Working In Live Site/* Sticky Header */
body > div.wp-site-blocks > header { position: sticky; z-index:999; top: calc(0px + var(–wp-admin–admin-bar–height, 0px)); }
/ End Of Sticky Header */
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Not Working In Live SiteThie following works but on a mobile there is an unwanted effect where a swap from landscape to portrate (change orientation of device) causes a half width display where the page is squashed to the left until the page is refreshed(?)/changed:
/* Remove unwanted white top margin/padding from the sticky header container. / /
.sticky-element-original {
margin-top: 0 !important;
padding-top: 0 !important;
height: auto !important;}Comment welcome on any solution to the mobile issue.
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Not Working In Live SiteThanks, strange though, it did work before. With z index 99 all OK now with an exception: The problem now is a 20px gap has been introduced at the top which scrolls up (and the header sticks) and reappears when going back to top of page (seems to be associate with div#wpadminbar.nojq 1230 x 32 px.) but selecting the admin toolbar option does nothing.
Forum: Plugins
In reply to: [WPvivid — Backup, Migration & Staging] Restore Blank WindowSecond attempt worked after closing Local and re-uploading.