Ahrengot
-
Scroll to fade in
Yes, that's usually the way to go. If you take a look at Skive Festival 2012 on my website, you'll notice a couple of things fade in while you scroll. Here's the code to do that: var boxesShown = false, gallShown = false; …
-
Best way to link to other pages in wordpress
If you're talking about links coded into a theme, and not inserted via the WYSIWYG editor, Then use get_permalink($post->ID);
-
Help needed with Wordpress theme
You're probably looking to build a child theme. It takes an existing theme as a starting point and then allows you to overwrite the CSS and PHP templates as needed. To learn more check out this video on WordPress.tv and the codex Underscores i…
-
Image Slider suggestions
I'm a big fan of Royal Slider. It's responsive, supports touch events and is very easy to use and customise IMO.
-
Help with Advanced Custom Fields plugin - Repeating fields in admin
I think what you're looking for is the Repeater field add-on. It's a very cool little add-on that I use all the time. You can even nest repeaters inside other repeaters.