-2
votes
1answer
19 views

Is there a simple way to make a carousel of related portfolio items in Themeforest's Nevada? [closed]

We're using Themeforest's Nevada, which features a portfolio functionality. I was asked to make it so that each portfolio item would have a carousel (in the same style as the testimonial carousel on ...
-1
votes
1answer
84 views

Roots-theme dropdown bug below 979px [closed]

Im using the wordpress theme "roots". If the width of the site is below 979px the navigation disappears and the tablet menu-button appears. If you click on a dropdown-menu, the height of the ...
0
votes
1answer
398 views

Using JQuery to check for Rel Attribute of Image before Overriding It

My Wordpress theme (when enabled) overrides the rel value of the link of all images with rel="lightbox" using the following code: http://pastebin.com/Bsh739QY How can I edit the JQuery to check for ...
0
votes
1answer
221 views

Jquery Theme Roller to Wordpress

How can you load a custom made Roller Theme for Jquery ui to wordpress? I recently created and downloaded a new theme for the datepicker, but can't get it loaded. I tried adding the css file to my ...
0
votes
0answers
83 views

wp_enqueue_script version causes problem [closed]

I'm including a jquery script in using the wp_enqueue_script wp_enqueue_script('custom', get_template_directory_uri() . '/scripts/custom.js', array('jquery')); Since I'm not specifying the ...
0
votes
1answer
344 views

Getting a 'slide down' js panel implemented within WP

I'm trying to implement a very simple vertical slide down panel in Wordpress, I've tried jbar (http://tympanus.net/codrops/2009/10/29/jbar-a-jquery-notification-plugin/) and an easy JS method I found ...
1
vote
2answers
1k views

How do I “unhook” / de-register jQuery so that it's not called as part of wp_footer();?

I need to "unhook" jQuery from my wp_footer() ... it's being called automatically and I'm looking for something I can add to functions.php which prevents it from being called a second time in the ...
0
votes
2answers
778 views

Calling external Libraries in Wordpress

I am doing some maintenance on a blog that I was hired to create a couple of months ago. They wanted to add a slider in, so I started to implement FlexSlider. I ran into a problem though with the ...
1
vote
1answer
300 views

Question about the way that wp_register_script works

Ok so I'm using the Roots Theme for WordPress (https://github.com/retlehs/roots), which, is sort of a starter theme or theme framework. I'm confused about the way that it deregisters the WordPress ...
0
votes
6answers
2k views

WooThemes PremiumNews Theme jQuery Conflict with WordPress 3.2

This morning I updated my wp, and after that few of the jquery of my site is not working. I am using woo themes premium newspaper theme. After the upgrade, the categories drop down menu(superfish ...
1
vote
1answer
233 views

WP 3.1 upgrade breaks AutoFocus+ theme

I run WP for my photoblog ShutterScape using the awesome theme AutoFocus+. Recently, I upgraded to 3.1 and now, it refuses to show the featured images in the individual post pages. I am suspecting a ...
1
vote
1answer
997 views

How to get Ajax into a theme - without writing a plugin?

Okay, I'm starting out with some AJAX stuff in a wordpress theme 1) I'm building a child theme OFF the thematic framework 2) My child theme has a header.php, index.php, functions.php and style.css ...
8
votes
2answers
4k views

How to Link External jQuery/Javascript files with WordPress

So I'm using Starkers to base my next WP theme on and I've run into a small issue, I was including my own version of jQuery in the header.php file but when inspecting my site using Firebug I noticed ...