Jump to content

chief_wolfinjo

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

chief_wolfinjo's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, I installed Nivo slider in functions.php of Wordpress using this code please look at pastebin http://pastebin.com/1HxfQGvu and it is working but now i want to add options for Nivo slider in admin panel of Wordpress and i dont know how to that here you can see what options can be used : <script type="text/javascript"> $(window).load(function() { $('#slider').nivoSlider({ effect: 'random', // Specify sets like: 'fold,fade,sliceDown' slices: 15, // For slice animations boxCols: 8, // For box animations boxRows: 4, // For box animations animSpeed: 500, // Slide transition speed pauseTime: 3000, // How long each slide will show startSlide: 0, // Set starting Slide (0 index) directionNav: true, // Next & Prev navigation directionNavHide: true, // Only show on hover controlNav: true, // 1,2,3... navigation controlNavThumbs: false, // Use thumbnails for Control Nav pauseOnHover: true, // Stop animation while hovering manualAdvance: false, // Force manual transitions prevText: 'Prev', // Prev directionNav text nextText: 'Next', // Next directionNav text randomStart: false, // Start on a random slide beforeChange: function(){}, // Triggers before a slide transition afterChange: function(){}, // Triggers after a slide transition slideshowEnd: function(){}, // Triggers after all slides have been shown lastSlide: function(){}, // Triggers when last slide is shown afterLoad: function(){} // Triggers when slider has loaded }); }); </script> You can see the rest at the bottom of the page here http://nivo.dev7studios.com/support/jquery-plugin-usage/ Please can you tell me what code should i use in functions.php of Wordpress to have ability to have options in admin panel of Wordpress for Nivo slider ? Thank you !!!!
  2. Hi I am new here and i new to php or better i am noob
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.