misturice
Forum Replies Created
-
Forum: Plugins
In reply to: [WP FullPage] Section Navigation BarHi,
Yes, everything is working for now 🙂
Regards,
Misturice
Forum: Plugins
In reply to: [WP FullPage] Section Navigation BarHi,
Sorry for trouble, i enabled it in both setting but deleted
‘ <?phpif( WPFP_Query()->fullpage_has_full_navigation() )
WPFP()->get_sidebar( ‘menu’ );’
from header.phpThank you for fast reply.
Regards,
Misturice
Forum: Plugins
In reply to: [WP FullPage] Section Navigation BarHi,
I enabled it in both settings, defaults in WP FullPage Settings and in my home page settings.
Regards,
Misturice
Forum: Plugins
In reply to: [WP FullPage] Footer partHi,
Thank you for answer, actually i did it but probably didnt in proper way but after that i realized that hidden footer on last slide looks bit better for my site. I did it with auto-height on last section in wp-fullpage options.
If you are curious you can check what i mean http://xxxfluencer.com/wordpress/.Best,
Misturice
Forum: Plugins
In reply to: [WP FullPage] Theme header opacity and font color changeHi,
Yes of course. I customized jquery.fullpage.custom.js function ‘fullpageAfterLoad = function( anchorLink, index )’ with single IF statement,
if (anchorLink == "YOUR-TOP-SECTION ANCHOR") { $('header#YOUR-HEADER CLASS').removeClass('-HEADER-CLASS-THAT-CHANGE-YOUR-HEADER-SIZE-COLORS-ETC'); } else { $('YOUR-HEADER CLASS').addClass('HEADER-CLASS-THAT-CHANGE-YOUR-HEADER-SIZE-COLORS-ETC'); }And after this i creater new site-header class in css with effects which will occure after scroll down. If you haave more question about this or i haven’t explained all in easy way please tell me and i will do my best for better explanation 🙂 Here you can see what i achieved with this http://xxxfluencer.com/wordpress/.
Misturice
Forum: Plugins
In reply to: [WP FullPage] Theme header opacity and font color changeOk nevermind i resolved it by customizing some plugin javascripts and now it works.