Tagged Questions
2
votes
2answers
171 views
How Do I Use jQuery UI In My Plugin
It's a sad day in the world when I Google something and it returns nothing. I am trying to use the default datepicker (or ANY datepicker at this point) and am unable to because of my lack of ...
0
votes
1answer
30 views
Screen Options JavaScript Code
I want to know, what script drives the "screen options" animation toggle in WordPress.
I'm referring to the options menu that slides out when the admin clicks the "Screen Options" link near the ...
0
votes
0answers
87 views
Sorting UL Listing Within the TinyMCE Visual Editor in Wordpress
I am trying to use jQuery sortable within the TinyMCE Visual Editor in WordPress. I have had some success in that I can get a UL list to sort, but only if I drag the mouse OUTSIDE of the actual ...
0
votes
0answers
225 views
Jquery UI Autocomplete from remote source
I've used JQuery UI autocomplete in the past, with a remote php source, but now I'm trying to do the same in WordPress and have come unstuck!
UPDATE
I'm really close to getting this working, albeit ...
0
votes
1answer
222 views
Override default jquery ui library with newer version
The latest version of jquery ui core fixes a bug that's on my site. The problem is that Wordpress comes with an earlier version.
How do I override the default jquery ui core? One solution I've found ...
0
votes
2answers
119 views
jQuery UI inside widget on admin page
I have created a widget that has quite a few settings, and so I am trying to create a tabbed menu (using jQuery UI) inside the widget settings of the admin page.
The problem is basically that tabs ...
0
votes
2answers
361 views
Good solution for adding jQuery tabs anywhere within WordPress?
Is there any solution for using jQuery tabs within the native WordPress scripts? If you know of a way to get any method of jQuery tabs working on the frontend and the backend please share your ...
1
vote
1answer
143 views
How do I get my page to load the jQuery UI Effects library?
I'm using javascript for the first time to do some simple animations on the home page of my website. So far I have added the following to my header.php file (which is only used for my home page), ...
0
votes
1answer
164 views
jQuery.accordion isn't a function even when enqueued
I'm trying to implement a jQuery accordion for a client of ours. Basically, it's this tutorial (http://wp.tutsplus.com/tutorials/creative-coding/create-an-faq-accordion-for-wordpress-with-jquery-ui/) ...
0
votes
1answer
133 views
Override theme style with other CSS on a specific page
The wordpress theme I bought has some jQuery UI styling included in its default CSS file. The problem is I have a plugin that uses jQuery UI and the theme's default CSS makes the plugin corrupted. I ...
0
votes
1answer
417 views
Portfolio Slideshow Sliders Behaving Oddly When in jQuery Ui Tabs
I have a pair of Portfolio Slideshows inside of jQuery UI Tabs. One per tab with each pulling in a different page's gallery. When I switch between tabs the slideshows behave oddly. The main image is ...
0
votes
1answer
326 views
Sorting WP Auctions by date/price?
I'm using this plugin called WP Auctions with the List plugin, and as you may have guessed, it is to display a list of auctions on a page much like eBay where users can bid on items. It is simple to ...
0
votes
0answers
196 views
Jquery autocomplete not working on Wordpress post edit screen, (conflict with tinymce scripts)
TOday i did a lot of googling to find the solution to my jquery autocomplete issue. Finaly i am here to find help... The issue is...
On my wordpress admin side (on post edit screen) I am using jquery ...
1
vote
1answer
273 views
Adding a slider captcha to the comment system
QapTcha is a draggable jQuery captcha system. I have been trying to create a plugin to make it work on the Wordpress comment system. I found a plugin that is already doing this but it is outofdate and ...
0
votes
0answers
242 views
Jquery error only in IE [closed]
Hello there!
I'm working on this site and everything is working fine in chrome, firefox, safari, and opera but IE shows an error message which is this:
Error Details
User Agent: Mozilla/4.0 ...
0
votes
4answers
917 views
Check if user is logged in using JQuery
I want to execute custom jquery code which shows login dialog to user if he clicks a button and he is not logged in. How could I do that?
0
votes
1answer
93 views
jQuery dialog prints HTML-Tags under Wordpress
i need some help. I am using wp_localize_script in my Wordpres_Plugin. Inthe documentready-function i use this Code to bring the Message up:
$('#button-setup-league').click(function()
{
$( "#dialog ...
0
votes
1answer
379 views
Cannot enqueue jQuery correctly using Google CDN
The problem:
I understand how to regularly enqueue jQuery UI in functions.php.
My problem is that I'm using a selectmenu widget that doesn't come with WordPress by default:
...
1
vote
0answers
99 views
Dukapress jQuery(“form.product_update”).livequery is not a function
I have a wordpress site running Seduction theme and Dukapress. Once you add a product and reach the checkout page, the payment and discount button is not clickable. Chrome/Firebug throws the error ...
0
votes
1answer
324 views
How to add custon UI jquery & Fancybox script to WP
I have a javascript that uses jquery objects to do a number of things
first it finds images that are in a table adding these to a Fancybox gallery. This gallery has the Helper buttons allowing the ...
0
votes
1answer
203 views
Custom Jquery in admin breaks media-upload script
I have this part of code which loads custom version of jquery
wp_deregister_script('jquery');
wp_register_script('jquery', ("http://code.jquery.com/jquery-latest.min.js"), false, '');
...
0
votes
1answer
209 views
Drag and Drop Metadata Menu Order
I'm not sure this has been answered previously..
I have a frontend form where the user fills out a form that has dynamic fields where they can add more fields if they choose to. The jquery names the ...
2
votes
1answer
1k views
Timepicker-addon doesn't show - Datepicker works fine?
UPDATE
It seems that it might be a problem with the,
$("#opening_time").datetimepicker();
$("#opening_time_end").timepicker();
$("#closing_time_end").timepicker();
If there is a ...
0
votes
2answers
255 views
Which jQuery packages are included in Wordpress 3.1.2?
I haven't found a document, except this one, that says which jQuery packages are included by wordpress. Thus, I don't know if I should add jQuery to my header.php or not.
The link above, doesn't ...
3
votes
4answers
11k views
jQuery UI Datepicker not working
i want to add a datepicker on a custom page but i doesn not work. WP version is 3.2.1.
Those are the init string i used on wp code:
wp_enqueue_script('jquery');
wp_enqueue_script('jquery-ui-core');
...
0
votes
1answer
342 views
Enqueuing jQuery in plug-ins
I want to use jQuery in a plugin. In functions.php of the theme I'm using, I found:
if(!is_admin()) {
wp_deregister_script('jquery');
wp_register_script('jquery', ...
0
votes
1answer
530 views
jQuery tabs plugin with callback to fetch data
I want to use tabs plugin and load tab contents using ajax. The problem is: the plugin requires a solid .php file to be specified in href e.g.
<li><a href="ajax/content3-slow.php">Tab 3 ...
1
vote
2answers
2k views
How to enable the content editor as a droppable target with jQuery-ui?
I'm trying to enable the WordPress content editor as a droppable using jQuery UI drag and drop. However, I can't get the drag to drop, or the drop event to fire.
Is there something I'm missing?
...
0
votes
1answer
345 views
A carousel slideshow plugin in JavaScript
Am looking for carousel slideshow plugin that is similar to the one implemented here.
Any JavaScript slideshow that closely resembles that one would do. It does not even have to be a WordPress ...
2
votes
1answer
844 views
Custom function to rearrange attachments when creating posts – Almost there
I'm having some trouble with a custom thing I'm doing.
I've implented a custom image uploader into a metabox in a custom post type.
Now I'm trying to work out a way that will let me reorder the ...
0
votes
1answer
374 views
WordPress/jQuery pagination plugin for multiple lists
I have 3 shortcodes. Each of them will be displaying a list.
PS> the lists do NOT contain wordpress posts/pages.
Is there any WordPress plugin that can achieve the purpose?
OR
Please suggest me a ...
0
votes
2answers
542 views
Jquery UI Google CSS, from where?
Here's the site I'm having problems with:
http://www.ashleymosuro.com/newsite/about
For some reason, my custom theme I created for the Jquery UI is being overridden by the google hosted stylesheet, ...
1
vote
1answer
285 views
Automatic jQuery accordion from header tags
I want it to be fairly easy for the post author to setup an accordion, based on header tags. So for example this:
<h3>Headline 1</h3>
<p>Content.. lorem ipsum</p>
...
8
votes
2answers
6k views
How to save the state of a drag and drop jQuery UI Sortables front end layout editor?
I am building a front end post layout editor using jQuery UI Sortable.
The posts are laid out in 300px by 250px boxes over a background image. The posts are created and edited using the WordPress ...