Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
I tweaked “Bootstrap 3 Shortcodes” to work with Swift. It’s ok now 😉
If someone need some help with the same problem, i would be happy on help on this thread. But for me it’s ok now ! Thanks
OK, thanks to you, i found the problem.
When Bootstrap 3 Shortcodes is activated, it doesn’t work anymore. But i use Bootstrap 3 Shortcodes too. How can i do ? 🙁
It’s due to .page-wrap wich as changes to overflow hidden…
Please put this in your theme css custom :
.page-wrap {overflow:visible !important;}
January 28, 2015 at 4:20 pm in reply to: Parallax and scroll background image ISSUE > Safari / chrome (PC and mac) #145219I tried various option found on stackoverflow :
position relative of parent
position static of the parallax element
parent element with “-webkit-backface-visibility:inherit;”… Nothing is happening.
January 28, 2015 at 3:55 pm in reply to: Parallax and scroll background image ISSUE > Safari / chrome (PC and mac) #145205Hi Rui, Many thanks for your very fast support.
Unfortunately, it’s not solving the issue at this time… 🙁
January 28, 2015 at 3:39 pm in reply to: Parallax and scroll background image ISSUE > Safari / chrome (PC and mac) #145198Works on safari, not on chrome (mac)
On chrome, background image is scrolling like background-attachment was “scroll” whereas it’s fixed.
Yes it works but…
It there’s scroll problem ! When I scroll down, it’s like the scroll was doing Mouse wheel down / Mouse Wheel up…///// BETTER WAY //////
To avoid the scroll issus, take this tricky css :
.page-id-xxxxx #header-section .is-sticky #main-nav.sticky-header {
position: static !important;
} -
Posted in: We hit Power Elite.