Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Jquery Mutliple Slider Issue? - Live Example

Featured Replies

Hey guys,

 

This is driving me nuts, I need mutiple slideshows - have them installed, only one was working as IDs so I changed them to classes, but the next slide isn't coming up now for some reason?

 

http://paulbristow.co.uk/services

 

Can anyone help me fix this? I'm presuming it's some kind of jquery conflict error, but my jquery knowledge is limited!

 

Thanks!!

 

Chris

  • Author

I looked a nivo but it was paid :( already spent a couple hours getting it to this point so if I could fix it'd be ideal

  • Author

Damn, just found out it doesn't support multiples!! rage.

You really need to sort out your jquery.

 

Best way to load javascript in WP is like so:

 

function rd_js_init() {
   if (!is_admin()) {
       wp_deregister_script('jquery');
       wp_enqueue_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"), false, '1.6.1', true);
       // Add any more scripts to your function in the following format:
       wp_enqueue_script($handle, $path, $dependencies, $version, $in_footer);

   }
}

add_action('init', 'rd_js_init');

 

I looked a nivo but it was paid :( already spent a couple hours getting it to this point so if I could fix it'd be ideal

 

NivoSlider for WP? Easy to set up, I've included it manually in various projects without paying for a plugin.

Edited by Renaissance-Design

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.