All Questions
110 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
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 ...
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
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() ...
0
votes
1
answer
69
views
How to dynamically send variables from one function to another
I am new to jquery and trying to learn it by doing it. So whilst I manipulating a script, I came up with the following issue. Can someone please guide me.
It is a jquery plugin and has two files, one ...
-4
votes
1
answer
1k
views
How to snap to next section wihout using a jquery plugin?
I would like to enable/add the ability when visitors scroll that is snaps to the next section. Jquery plugins, such as SmartScroll or Fullpage.js do exactly what I want. But, the problem is I don't ...
0
votes
1
answer
124
views
Flexslider with CPT is not working (Wordpress)
I have added Flexslider, site http://test06.menchasha.ru/.
Code in Header:
<script type="text/javascript"> (function($) {
jQuery(window).load(function() {
jQuery('#...
1
vote
0
answers
859
views
Show error message on the same pop up window where form is created
I have made a form that is displaying in pop up window now I want to validate that form in such a way that error message should display on the same pop up where form is created and also I want to stop ...