This is the JQuery Plugin that I am using: JQuery Cycle AllMy point is : How to create a navigation buttons that are horizontal and also how to erase the numbers?
// register your script location, dependencies and version // for practice area wp_register_script('jquery1_script', get_template_directory_uri().'/js/jquery-1.4.2.min.js', array('jquery'), '1.0'); wp_register_script('jqfaq_script', get_template_directory_uri().'/js/jq-faq-2.js', array('jquery'), '1.0');
// for front page wp_register_script('jquery17_script', get_template_directory_uri().'/js/jquery-1.7.1.min.js', array('jquery'), '1.0'); wp_register_script('Cycle_script', get_template_directory_uri().'/js/jquery.cycle.all.js', array('jquery'), '1.0'); wp_register_script('slideshow_script', get_template_directory_uri().'/js/slideshow.js', array('jquery'), '1.0');
// for about wp_register_script('jquery_script', get_template_directory_uri().'/js/jquery.js', array('jquery'), '1.0'); wp_register_script('accordion_script', get_template_directory_uri().'/js/accordion.js', array('jquery'), '1.0'); wp_register_script('dropdownnav_script', get_template_directory_uri().'/js/dropdownnav.js', array('jquery'), '1.0');
Hi, I am trying to utilize several JQuery Plugin: The problem is if I enable: wp_enqueue_script('jquery_script') Then the other plugin inactive:Well I am using 3 types of JQuery:1. '/js/jquery-1.7.1.min.js'2. '/js/jquery-1.4.2.min.js'3. '/js/jquery.js' Well, I haven't been successful in activating all of them which I intend too. It's like either or. If I activate number 3 then 1 & 2 inactive. If I activate all of them number 1 & 2 inactive. Number 1 & 2 are active only if I disable number 3. Strange isn't it ? How to enable all of the plugin ?
I have this jquery slideshow but no navigation. at this point the navigation is numbering 1 2 3 (according to the number of slides). I would like to change it to button nav as attached.
Can anyone help me edit the JS file or show me how to (I hardly know js)?
Well, if possible I would like to attached the JS code (since it's 1500 line long) I also do not know what to search to change the navigation since I hardly know JS. I am a freelance web developer that's still new to JS. I have the design and need to create codes exactly like the design.
I have this jquery slideshow but no navigation. at this point the navigation is numbering 1 2 3 (according to the number of slides). I would like to change it to button nav as attached.
Can anyone help me edit the JS file or show me how to (I hardly know js)?
Well, if possible I would like to attached the JS code (since it's 1500 line long) I also do not know what to search to change the navigation since I hardly know JS. I am a freelance web developer that's still new to JS. I have the design and need to create codes exactly like the design.