About Sridhar Katakam
I am an independent WordPress web consultant with 10 years of experience in WordPress theme installation, customization, administration, maintenance, support, documentation, troubleshooting and PSD/design to WP.
Genesis and WordPress Tutorials
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.
Great tutorial Sridhar! I used this same technique on my site here: http://focus5design.com/ and it looks very cool.
Can you explain how to make the background image scroll slower than the content on top of it, like here: http://demo.studiopress.com/parallax/
I’ve seen some tutorials but I’d like to know the best way to do this in Dynamik. Thanks!
That is achieved by dynamically changing the ‘y’ value of background-position using jQuery.
We can use the code in Parallax Pro demo site.
Load this js: http://pastebin.com/raw.php?i=ZdbhG2Zg
That is completely awesome! Thanks!
Is it possible to include other page’s divs? When I add this it doesn’t work on the services page:
if( scrollwindow > $(“.services-top-wrap”).offset().top ) {
// Enable parallax effect
backgroundscroll = scrollwindow – $(“.services-top-wrap”).offset().top;
$(“.services-top-wrap”).css(“backgroundPosition”, “0px ” + -(backgroundscroll/6) + “px”);
}
Can you add the code in your custom-scripts.js and let me know when done?
Done. I added the classes .services-top-wrap and .services-last-wrap, same as on the homepage. It doesn’t seem to work on more than one page at a time?
Sridhar,
thank you for putting this together it was awesome. For some reason even though I believe I followed all of your instructions the video is not taking up the entire space. Also what if I wanted to change the box from the 333333 to a different color how do I do that? Tried changing it in the CSS and saving it but it did not change. What would be necessary if I wanted to add an image like a screen that the video sat on top of, how would one do that. You did a great job. Thanks again!
Can you provide the URL of your site?
sent you a private message on the forum. Thank you
Did you see the link that was sent to you? Thank you!
Sridhar,
could you do a tutorial or screncast on how to create the rows on the page of http://cobaltapps.com/downloads/dynamik-website-builder/ ? How to set up the rows with different content or images? Thank and I am sure there are loads of other people would benefit from it and greatly appreciate it.
I followed the directions to a tee, and it appears my img isnt showing up..? Is it because my img is slightly smaller then 1920×1920 also my youtube video is above the text area.. What am i doing wrong?? Also can you change out the text box for an email optin form? If so can YYOU PLEASE PLEASE do a tutorial on that, i would love you forever. my domain is http://www.postionseo.com
I take back my previous comment but its not working in firefox, and in chrome its all messed up, does this not work in every browser?
Sridhar,
Thanks for your many great tutorials. Can this be done with the Minimum Pro theme using Genesis Extender?
Amazing tutorial, works like a charm, Thank you sridhar.