Skip to main content

Questions tagged [jquery]

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is included with WordPress, and available to both themes and plugin developers.

Filter by
Sorted by
Tagged with
0 votes
2 answers
104 views

I'm using the WP_Query loop to output all categories and their posts into a jQuery accordion, using the category name as the accordion header, with posts from each category inside each accordion. The ...
BlueDogRanch's user avatar
0 votes
2 answers
54 views

I have a couple of different things happening on one page, and I need to have the selections pulled from an elementor filter form to populate a gravity forms field (ideally a hidden one). I have this ...
Chris Mitchell's user avatar
0 votes
1 answer
145 views

My site works very slow and it's impossible to start editing in Elementor. The issue I've found, that I'm not sure if it's causing is: MESSAGE TYPE: (Javascript) TypeError PROBLEM DESCRIPTION: t....
Agnieszka's user avatar
0 votes
0 answers
27 views

I am writing a product filter, and ran into this issue. I have 2 different attributes of my product filter: Tilt -- as a checkbox with "Yes" or "No", and Multibrand Compatible -- ...
JohnLyons's user avatar
0 votes
0 answers
32 views

Is there way of to grabbing "Image ID" or "Image File Name" after attaching a featured image (post-thumbnail) to page? I am looking to capture that ID so that I can validate the ...
Fred Mozer's user avatar
0 votes
0 answers
47 views

I'm developing a wordpress page to submit a post and its images attachment. I don't use input type="file" instead use jQuery wordpress media library. frame.on("select", function (...
Samuel Limawan's user avatar
0 votes
0 answers
34 views

I have this code for slider, i need help to edit it to allow multiple slider in same page. var all_divs = $('.px-carousel-container .px-carousel-item').length; var i = 0, n = 0; let ...
user3418508's user avatar
1 vote
0 answers
141 views

I have this code for slider button, i want move 4 images every button click. and make the button not active when all images slides if right or left. (sorry if my English not good) $(document).on('...
user3418508's user avatar
0 votes
1 answer
153 views

I have a mess of code that works, however I know its a mess and im sure there is a neater way of doing this. I am trying to get the child category to display under the parent category and for the post ...
Beep's user avatar
  • 29
1 vote
1 answer
73 views

I don't quite know how to explain what is going on, or how to title my post but I'm going to do my best. I'm making my first plugin for WordPress, which is very simple. Allow the user to select a file ...
level42's user avatar
  • 113
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
1 vote
1 answer
81 views

I have been using QuickSand Jquery to display my WordPress portfolio. Everything is working well. I just added the polylang plugin and would like to be able to translate the first item of the filter ...
made leod's user avatar
0 votes
0 answers
82 views

I am creating custom search bar with category dropdown in my wordpress woocommerce site but auto-suggest not working showing response array 0 in console.What's wrong with the code? I am a beginner i ...
Tuba Saif's user avatar
1 vote
0 answers
158 views

I made a plugin that contains 2 custom gutenberg blocks created with react and jQuery (for some front-end stuff) and I'm having troubles translating them. There are no translation strings inside the ...
tsvetko.krastev's user avatar
0 votes
3 answers
162 views

I am creating an events plugin with a commenting section for each event. I am able to save each comment, but the problem I'm having now is that I am taken to admin-ajax.php which is blank. When the ...
Darth Mikey D's user avatar
1 vote
0 answers
354 views

I am creating a custom ACF Field within a page edit screen which I have added a div container, outside the container is 3 buttons. Add text block, add image and save. I also have a repeater field (I ...
DigitalDesigner's user avatar
0 votes
1 answer
209 views

I am trying to implement a custom WP Media uploader within a plugin. I want multiple images to be uploaded also. I have the following javascript to open the media uploader. The modal opens fine and ...
JadeTech's user avatar
0 votes
1 answer
346 views

How can I remove post excerpt from internal links that are embed as posts to custom WordPress page. https://prnt.sc/6e07tjSht5i7 I cant do it with classic CSS styling , I guess due to the iframe/embed ...
Acidburns's user avatar
0 votes
1 answer
3k views

I have added an iframe to my website. Within the I-Frame is an area which is not required and I would like to hide. I have tried to inject CSS into the i-frame using Functions.php add_action( '...
PaulMcF87's user avatar
  • 131
0 votes
1 answer
234 views

I am trying to change the text of the publish button to save. I could change the text. BUT, When I click Status Edit button and OK button, it change "Publish". How can I fix this? This is ...
amy's user avatar
  • 3
0 votes
0 answers
65 views

I have added a custom image upload option in custom CPT page and here is the screenshot - The image is showing well in side bar of admin page after updating a post, screenshot- But when I add that ...
Md maniruzzaman Moon's user avatar
1 vote
2 answers
681 views

I need to be be able to auto populate a text field with "one-hidden" when a customer checks a checkbox but so far examples I've found online do not seem to work or im putting them in the ...
Tom Kidd's user avatar
0 votes
1 answer
816 views

I am currently working on a custom WordPress-Plugin in which I need to extend the menu of the Elementor-plugin (the menu on the left when you edit a page or post via Elementor). For some reason I am ...
Dennis's user avatar
  • 103
0 votes
0 answers
99 views

When using wp_localize_script() How do you write jquery/js with a variable variable name. This is normal: $('#goodword').focus(function(){ $('#goodword').css('background','inherit'); }).blur(...
Angel Hess's user avatar
0 votes
1 answer
1k views

I use slick.js for my carousel. Everything is working fine on desktop but in my mobile I have this weird problem where the slider doesn't load correctly until I scrolldown. Have anyone here also ...
luna moonfang's user avatar

1
2 3 4 5
48