Skip to main content

Questions tagged [jquery-ui]

jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.

Filter by
Sorted by
Tagged with
0 votes
0 answers
81 views

The JQuery UI Demo page for autocomplete has a nice looking search box and drop down. When I implement it in my plugin, I end up with a bulleted list. How do I get my drop down of suggestions to look ...
Tuba Saif's user avatar
0 votes
1 answer
930 views

I'm exploring the possibilities of theme variations as shown with the Twenty Twenty Three theme, but I've run into a problem with a conflict with the JQuery Select2 component used in an important form ...
David F. Carr's user avatar
0 votes
1 answer
40 views

I hope you are doing well. I want to start developing a WordPress plugin and this time I would like to do it with react at the front end. However, I have a question: If I ever create a WordPress ...
leonel kenfack's user avatar
1 vote
1 answer
1k views

Can i get the help of you guys as i want i can do it with url I need to split the URL. and use last element as job_id, And then pass "jkdbsbd45JubJKAAASSYT" as job_Id. URL: https://dev/job/?...
DK Thakur's user avatar
  • 149
0 votes
1 answer
3k views

i am trying to use the jQuery-ui function: slider(): here's my code that i wrote inside the jQuery(document).ready...: jQuery("#slider-wp").slider() and in my functions.php file i wrote ...
OmarAc's user avatar
  • 3
0 votes
2 answers
3k views

I'm developing a dynamic block that prints the following markup (for example) using the ServerSideRender component: <div class="accordion"> <h3 class="accordion-title"&...
leemon's user avatar
  • 2,048
1 vote
0 answers
38 views

Currently i want to change pintrest url. when i hit the pintrest url respective product image not open because not getting proper url url as follows: https://www.pinterest.com/pin/create/button/?url=...
Praful's user avatar
  • 11
1 vote
1 answer
56 views

Wordpress still uses jQuery 1.x for fear of wrong compatibility with plugins and themes. They are trying to update it, but you can see that it will take a while yet (sources: one, two, three) Now I am ...
kanlukasz's user avatar
  • 554
0 votes
0 answers
465 views

I'm making a simple plugin in wordpress that shows a draggable element.Here is my code: <?php /** * @package jqcfc */ /* Plugin Name: cfc jq */ function page_jq() { ?> <!DOCTYPE html> &...
roma salah's user avatar
0 votes
0 answers
489 views

I have a jQuery UI Accordion implemented and as the page loads, you see content of the three headers and tabs for a few seconds, and then they turn into the accordion. I'm not sure which part is ...
Ben Blue's user avatar
  • 117
0 votes
1 answer
2k views

Hey guys im trying to get the jQuery datepicker working for the admin section for a custom post type. Essentially I just want a date and then the ability to store that date in the DB then query the DB ...
Zayd Bhyat's user avatar
0 votes
1 answer
81 views

Website theme overrides the plugin style, I'm using Cars4Rent child theme and chauffeur-booking-system plugin. I would like the original look and style of the booking plugin but the theme overrides ...
faz's user avatar
  • 1
0 votes
1 answer
676 views

I'm currently working on optimizing the speed of my WordPress site, and i successfully unloaded some unnecessary files, but there is one i can't seem to remove which is: https://domain.com/wp-...
marouane91's user avatar
0 votes
0 answers
127 views

I have a grid of posts on my archive page. How can I filter through them once I start typing on the search bar, or filter by category on click, please?
jeno's user avatar
  • 48
0 votes
1 answer
85 views

I have created a new page on my website: https://membership.gai-edu.eu/country-qualification/ and added jquery source file : <script type="text/javascript" src="https://code.jquery.com/jquery.js"&...
Boris Žegarac's user avatar
0 votes
1 answer
675 views

I've been looking for ways to make an enqueue of the right library of jquery ui but i dont see there is one for that, any ideas of how to use this without getting error? jQuery('#menu_desktop'...
Christian's user avatar
  • 101
0 votes
1 answer
251 views

What is wrong with my code? What needs to be fixed so that the script always works on clicks of buttons? <script type="text/javascript"> // Выполнить асинхронный Ajax-запрос с помощью метода ...
Василий Маркин's user avatar
0 votes
2 answers
697 views

I have a jQuery UI sortable list, connected to another list, so far my JavaScript can display the HTML ID's from both of the lists to the screen, but I am having trouble figuring out how to direct ...
Onelostpuppy's user avatar
0 votes
0 answers
75 views

I am adding an image gallery via wp media uploader. In the frontend, I am trying to show these images in Thickbox pop-up. However, it shows the images in pop-up but when I navigate [next and prev ...
saurav.rox's user avatar
0 votes
0 answers
53 views

I know somewhere is answer but i search everywhere. I have json-server with large data http://localhost:3004/kody Data looks like this: [ { "name": "something", "postCode": "something" }...
Łukasz's user avatar
1 vote
1 answer
1k views

As it stands right now, in WooCommerce 3.5.1, at product archive (the /shop page), if you use the +/- buttons to set a quantity before clicking "Add to cart", all is fine. But if you try to actually ...
Robert Calceanu's user avatar
5 votes
3 answers
11k views

I have a site we needed some custom php coding to connect to an external database to grab product review urls for several vendors that sell our products. The basic idea we are trying to accomplish is ...
GideonBright's user avatar
0 votes
0 answers
209 views

One of the plugin is en-queuing a js file in the front-end of my site. I was trying to overwrite it by creating a custom function and hooking it in WP_Footer. The js added by the plugin file is for ...
saurav.rox's user avatar
1 vote
3 answers
5k views

How can I copy the default styling for the admin and tell wordpress to use custom style instead of the default? Basically I want to change the colour and font without having to use !important syntax ...
William Jerome's user avatar
2 votes
1 answer
954 views

We do have kirki(a theme customizer toolkit) sortable field. But i want to apply the same logic on the sections itself instead of creating another section with sortable fields. I'm using options ...
seeker's user avatar
  • 85
1 vote
1 answer
272 views

Let's say i am having three sections in wordpress customizer. I'm enqueueing the js file with admin_enqueue_scripts action.(should i enqueue it with customize_controls_enqueue_scripts ? ) I'm ...
seeker's user avatar
  • 85
0 votes
1 answer
5k views

I want to use jQuery UI and autocomplete in my search form. First I want to check whether any list will be displayed so I copied the code from the documentation and pasted it in my page template. The ...
hetious's user avatar
  • 101
1 vote
1 answer
545 views

*Update! Table is showing but only in Chrome browser, not other browsers. Tried in Safari and Opera and did not see table on screen. Please help! Need to be compatible with all browsers if possible. ...
tcadeoti's user avatar
0 votes
0 answers
210 views

I'm developing my website as a plugin. I'm loading all required javascript css and html files inside Plugin. But when look at the Network section in Developer tools, it showed me a lot of libraries ...
Nidhin's user avatar
  • 11
0 votes
1 answer
4k views

I've spent a lot of hours on this and I checked a lot of questions but nothing works. I know WordPress automatically has jQuery and jQueryUI scripts available, and I'm trying to just get a simple ...
ali.salemwala's user avatar
16 votes
3 answers
43k views

I'm having a tough time including jquery-ui scripts and styles in my plugin. It seems that my wp_enqueue_script calls are simply ignored. There are already many questions similar to this one, but all ...
Lucio Crusca's user avatar
0 votes
1 answer
51 views

I have an issue with a site where all of the dashboard controls that require javascript are not working. I have checked the console and there are no javascript errors which seems odd. There are also ...
user1889580's user avatar
1 vote
1 answer
2k views

In my HTML I was loading JQuery, but I am not loading it when converting HTML into the Wordpress. because I think WP automatically loads it. However there is a custom.js sitting in the js folder, and ...
WordCent's user avatar
  • 1,964
1 vote
2 answers
816 views

I'm having a hard time figuring out why my repeatable fields javascript doesn't work. I'm using the following plugin: Rhyzz (repeatable-fields): http://www.rhyzz.com/repeatable-fields.html. I scraped ...
d2learner's user avatar
0 votes
1 answer
2k views

I am trying to show a jquery-ui tab in a plugin page through the function billing_settings_page. As jQuery and jQuery UI are loaded automaically, so I thought I wouldn't need to include them. But a ...
Istiaque Ahmed's user avatar
1 vote
1 answer
716 views

First - I don't want to invite a wheel which may exists. Second - I'm not sure which method will be most effective in my case. I have a website where there are a lot of galleries with high-res photos ...
JackTheKnife's user avatar
0 votes
1 answer
41 views

How can I add/call a entire path with all their files inside, without call each one on the header like: <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
Elliot Alderson's user avatar
0 votes
1 answer
328 views

i'm trying to include and correctly load the script goo.gl/QlJxbk on this wordpress website. I followed the doc http://webtechfreaky.github.io/Cloud-Pricing-Slider/docs/index.html to load correctly ...
Altcoin Factory's user avatar
0 votes
1 answer
779 views

Somehow, the default jQuery UI Datepicker (loaded by domain/wp-includes/script-loader.php on line 214 in version 4.7 is giving javascript errors in the console. This is the line that loads in the file:...
Maarten Wolfsen's user avatar
0 votes
1 answer
134 views

I need to create a tab on custom page template that open the tab in relatinship current day. This is my template page <?php /* Template Name: Palinsesto */ get_header(); ?> <div class="td-...
skifast's user avatar
  • 73
1 vote
2 answers
1k views

I am trying to use wp_list_pluck to return an array of taxonomy names from get_terms. I'm not sure what I'm doing wrong, but this only echo's out "Array": $terms = get_terms(array( 'taxonomy' ...
Notorious's user avatar
  • 133
0 votes
0 answers
1k views

I have in my console informations about some problems: [screen from browser console][1] It causes that I can't quick edit my post, I can't turn on screen option in admin panel, and drag&drop ...
Marek's user avatar
  • 35
1 vote
1 answer
3k views

As a plugin developer, it's important to make sure the Dashboard has the same look-and-feel as the rest of the native components of WordPress to provide a better User Experience. For my plugin, I ...
Ethan Rævan's user avatar
  • 4,039
0 votes
1 answer
148 views

I had jquery datetime picker working when theme team ask me to upgrade it. That totally broken my site, but now I've fixed almost everything. Last thing I cant figure out is why Jquery UI datetime ...
Jordi Castilla's user avatar
1 vote
2 answers
2k views

I have tried below script to load jQuery UI Autocomplete in theme. But it doesn't load their related scripts. How should I call it to work. wp_enqueue_script('jquery-ui-autocomplete'); I think below ...
pico's user avatar
  • 21
0 votes
3 answers
2k views

Nothing happens when I select the datepicker field. This is the code for the field: <input id="sticky_date" name="sticky_date" class="datepicker hasDatepicker" type="text"> The javascript ...
Juan Fuentes's user avatar
0 votes
1 answer
2k views

I know there are a lot of questions regarding this issue, but I can't figure out mine here. I'm trying to load the whole jQuery UI ( Actually I need only the Slider ) and I successed. This is my ...
worldwildwebdev's user avatar
1 vote
1 answer
6k views

Can someone help me utilize native wordpress jquery to run my function? The only working test i have done is to load an external jquery resouce via the chrome dev console and then add my function to ...
Peter Noges's user avatar
7 votes
1 answer
2k views

I'm attempting to limit the jQuery sortable functionality on certain postboxes/metaboxes when editing a post/page. So far I've enqueued my custom .js file in admin. wp_enqueue_script function ...
JohnMcCarthy's user avatar
0 votes
1 answer
2k views

I am having a LOT of trouble with this - my ul li's aren't going anywhere. I have looked at most of the 'duplicates' of this, but cannot for the life of me get it to work. And my code probably isn't ...
Lyphiix's user avatar
  • 13