All Questions
Tagged with jquery-plugins wordpress
150 questions
0
votes
1
answer
45
views
HTML Radio button JQuery validation doesn't work
Hello i am developing a 5 star rating review by the radio button. this radio button doesn't work properly.I want to implement in the wordpress. Check the image. https://i.sstatic.net/UR5ED.png. This ...
1
vote
1
answer
321
views
jVectorMap latest version(2.0.5) is not working properly with WordPress
On Static HTML, JS, and JQuery, their solution is working fine as documented https://jvectormap.com/maps/world/world/ but when I try to use WordPress and use wp_enqueue_scripts hook for the assets of ...
0
votes
0
answers
139
views
JavaScript errors with Easy Appointments plugin, any suggestions?
I am using the following plugin: https://easy-appointments.net/
It was working about a month ago. Now it is showing multiple errors.
First it wouldn't find a bootstrap.css.map file in the plugin ...
0
votes
1
answer
224
views
Code to automatically generate meta tags in wordpress is not working properly
I need to automatically generate meta tags from content in wordpress, the problem is that the code that I found on many blogs while searching either uses $des_post = str_replace( array( "\\n"...
0
votes
2
answers
166
views
How to limit or define specific images for each gallery using a class
I have created numerous picture galleries on the same page. If I click on one gallery picture, fancybox v3.5.7 opens and you are able to click through not just this gallery but all pictures in the WP ...
0
votes
1
answer
52
views
How to triggger two select with on change with if condition on value
I am trying to trigger two select of woocommerce variations and based on the values apply an inline style, my script is this but I am doing something wrong. Thanks
jQuery(document).ready(...
1
vote
0
answers
199
views
meanthemes /meanMenu Links do not have a discernible name
i need Wordpress support
how fix this problem
Links do not have a discernible name
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the ...
3
votes
1
answer
2k
views
Available parameters details for WooCommerce product image zoom options
Apologies if these are very basic questions but I'm trying to understand Woocommerce hooks.
In the post below, the answer very helpfully sets out the available parameters for the hook ...
0
votes
2
answers
271
views
i want to display images of my custom plugin in carousel style
i have made my first custom plugin which displays image gallery through shortcode. currently images are displayed randomely. i want to display them in carousel style by the use of owl carousel.
i ...
1
vote
1
answer
2k
views
jQuery UI with touchpunch not fully working on touch devices
I'm currently trying to get the jQuery UI sortable function working on my Android phone (touch). Sadly, the touch event don't works on my phone. I've tried everything.
jQuery("#details-inner")....
0
votes
1
answer
109
views
CSS On Hover - Change Element ID1 to ID2
I am trying to figure out how to swap elements #1 to #2 on hover.
So what I need to achieve is that when I hover over #1 , it will change into #2.
Is it possible at all? CSS or jquery in Wordpress?
...
0
votes
1
answer
1k
views
Export button not displaying using jQuery DataTable Buttons Plugin
In a custom wordpress plugin, I am trying to add an export feature for the table that is displayed using jQuery datatable(https://datatables.net). Export buttons from the jQuery datatable buttons ...
0
votes
1
answer
876
views
Owl Carousel 2 not Working in wordpress starry theme
Bellow the following Details For My WordPress and Plugin Details.
WordPress Details:
WordPress Version:4.9.8
WordPress jQuery 1.12.4
plugin Details:
owl-carousel jQuery 1.0.0
plugin Version: 2....
0
votes
0
answers
54
views
call visits count in place of comments
I'm using this plugin on WordPress and I need to change the way it's works the "order by comments" and change it to "order by views". I'm using this other plugin for the views, so I'm trying to figure ...
0
votes
1
answer
51
views
Hiding fields a form in via CSS
So I am trying to hide some of the fields in a form. The input type="" section is fairly easy to hide via ID, however I can't get around to how can I edit the label class.
I did try the :nth-child() ...