ThemeAwesome / WP-Forge

WP-Forge - A Foundation for Sites WordPress Theme
https://themeawesome.com/wp-forge-wordpress-foundation-for-sites-theme/
85 stars 28 forks source link

Foundation sticky offcanvas not working with foundationpress theme #29

Closed ghost closed 9 years ago

ghost commented 9 years ago

This is my site. http://fspb.valse.com.my/

my CSS

.off-canvas-fixed { -webkit-transition: -webkit-transform 500ms ease; transition: transform 500ms ease;

} .move-right > .off-canvas-fixed { -webkit-transform: translate3d(15.625rem, 0, 0); transform: translate3d(15.625rem, 0, 0); height:100%;

} .left-off-canvas-menu { -webkit-transform: none; transform: none; margin-left: -15.625rem; height: 100%;

} .main-section { padding:45px 0 0;

} .tab-bar { width:100%;

} @media only screen and (orientation:landscape) and (max-width: 64em){ .main-section { padding:0 0 0 2.8125rem; } .off-canvas-fixed { width:2.8125rem; height:100%; background:#333333; } section.left-small{ border:none; box-shadow:none; } }

my HTML

It works perfectly with just Foundation 5. When used in Foundationpress theme (foundation + Wordpress) it doesn't work . I mean the menu is not showing up but the title remains sticky.

tsquez commented 9 years ago

vani89, I thought that you were talking about a site built with WP-Forge, not a site built with another WordPress/Foundation theme. I only provide assistance to people who use my theme WP-Forge. My apologies for misunderstanding. I will close this.