0
votes
2answers
16 views

Get id value and set as link rel with jQuery

I'm using Lightview with WordPress, and trying to give WP galleries the necessary rels and classes. The default gallery markup is something like: <div id="gallery-1" class="gallery ...
0
votes
1answer
25 views

jQuery hover animation won't work after fadeOut

I am modifying the Adipoli jQuery plugin to create an image transition on hover. It is set to make the image grayscale, then on mouseenter it does an animation into the original image, then on ...
0
votes
0answers
20 views

Populate chained dropdown list in wordpress

I'm working on a search composed of selected dropdown list. What I want is populate automatically the second and third list with the result of the post categories. Note: my destination search is ...
0
votes
2answers
45 views

jQuery isn't working in Wordpress

My jQuery works perfectly in jsfiddle but not in Wordpress.. http://jsfiddle.net/RUHy3/1/ I am using a blank theme and developing from scratch. This is in my functions.php file function ...
0
votes
0answers
31 views

Why three of my jquerys cannot be loaded during my Wordpress theme development

I want to do a wordpress theme based on my website already developed by now. I have only one page website which mainly uses a jquery plugin 'Ascensor', and I also chose to use boostrap as the ...
0
votes
1answer
26 views

Page jumps when clicking jQuery drop down menu in Chrome/Safari

For some reason the page decides to jump before it opens the dropdown form. It only does this in Safari and Chrome. This is my website. The part I am referring to is when you click the "RSVP" link. ...
0
votes
0answers
16 views

Jquery Vertical Content Slider [duplicate]

Does anyone have a general idea of how this vertical content sliding affect is achieved? Ideally, I'd like to combine this effect with WordPress. I'd appreciate any assistance or guidance. Thanks in ...
3
votes
2answers
38 views

Loading Wordpress posts through Ajax

So, I have this <div> in which my blog posts are contained. Its class is .post. What I want to do is that every time someone clicks on the recent posts at the widget area, the content is loaded ...
0
votes
2answers
34 views

Using masonry + infinite scroll in wordpress

I know many questions has been asked on jquery masonry + infinite scroll, but i've read and tried everything but still it doesnt work on me. I wonder if anyone could help me out with this. I'm ...
-1
votes
1answer
45 views

jQuery not working in live Wordpress site [closed]

jQuery(document).ready(function(){ jQuery(window).scroll(function(){ if (jQuery(this).scrollTop() > 600) { jQuery('.scrollup').fadeIn(); } else { ...
2
votes
1answer
21 views

JQuery cookies + animation, DIVS, and wordpress

I've got the following setup which is working well, except for the cookies part. The JQuery is controlled by the following script: $(document).ready(function () { $("#headershadow").hide(); ...
0
votes
1answer
19 views

Royalslider - position navigation outside of slider

My site here: http://s168249.gridserver.com/ uses two Royal Slider plugins. The bottom one is the one I'm trying to reconfigure. I need to place the navigation arrows outside of the slider which is ...
0
votes
1answer
31 views

How to make “Page Slider” Jquery and WordPress

I'm looking to create a website that has a similar sliding navigation effect found here on Toyota's website. http://www.toyota.com/4Runner/#!/Welcome You'll notice the site's content slides up and ...
-1
votes
1answer
36 views

Converting WP theme code to a standalone plugin

I am new to wordpress plugin development. Now I am trying to develop a plugin which creates a snow fall effect on Wordpress websites. My code is below: <?php /* Plugin Name: tuhin Plugin URI: no ...
0
votes
1answer
31 views

How to make my infinite scroll and website more Fluid

im currently developing this site: http://viviendodiferente.mx/ Its almost done , im currently using wordpress with isotope and infinite scroll. The problem is that my website well.. is just really ...
0
votes
1answer
34 views

JQuery Cookie Plugin not working - jQuery is not defined

I realize that there are a myriad of questions like this: bear with me. I'm not as good with JQuery as I am with HTML/CSS and I'm using cookies for the first time. I've got this website that has a ...
0
votes
1answer
35 views

Disappearing div using JQuery - how do I stop it from reloading next time a page is opened

I've got a div that disappears using jquery+css. It works beautifully, but I am running into a problem. How do I get that div to not reload the next time a user opens a page on same wordpress site. ...
1
vote
1answer
24 views

How to display all images into light box in wordpress

I want to display images in WordPress site in light box.If a user click a image in any post or page then that image should appear in the light box with next and prev option. If the user hit a esc key ...
0
votes
1answer
46 views

How to show a div on hover of icon when there are multiple divs on a single blog page?

I have a main div slidewrapper which contains a div mainchImage and another sliderimage div ..Sliderwrapper div gets appended to all post imagesog wordpress blog ..So the images are dynamically coming ...
1
vote
2answers
24 views

WP - JS - Get Instance of Tinymce Editor

I'm creating a Wordpress plugin, which adds a metabox right under the post editor containing a button. The plugin also loads a Javascript file right below the closing </body> tag. PURPOSE At ...
0
votes
0answers
30 views

jQuery to detect what file type attribute, then parse it into appropriate tags

I have a script parsing my RSS feed into a Wordpress blog format, but the element tag is running amuck. Is there a way to filter through the parsed RSS to look for tags containing jpg and then change ...
0
votes
2answers
62 views

How to disable elements with css

The following code limits the amount of selections to 3, and provides an alert to say that no more can be selected. Instead of this I would like the other options to be disabled and greyed out with ...
0
votes
5answers
36 views

How to limit the amount of options selected to 3 on multiselect in wordpress

This is the code I am using in Wordpress latest version using jQuery 1.8.3 I want to limit the options to 3. Any ideas? <script type="text/javascript"> jQuery(function($){ ...
0
votes
0answers
19 views

Add custom javascript callback in wordpress

I add new taxonomy to WordPress admin panel (category taxonomy), then i add a custom field to this taxonomy, the problem that after the taxonomy form posted successfully, the custom form field remain ...
0
votes
1answer
31 views

TypeError: Cannot read property 'style' of null (Javascript/Wordpress)

I am trying to get a plug-in called Appointment calendar to work with my wordpress website, but the calendar supposed to appear doesn't. The reported error is File: jquery.cycle.all.min.js ...
1
vote
0answers
9 views

Change Image Synopsis on Lightbox-gallery plugin - Wordpress

I've searched through the net, but didn't find anything really meaningful on this issue i got. The normal display of the lightbox-gallery wordpress plugin is image x of y depending on how many images ...
0
votes
1answer
18 views

Wordpress and Lazy load, I can't get it working

I am trying to get lazy load js working in a wordpress site and can not for the life of me get it working. I tried the plugin's and while they work they lazy load all images and I can't have that ...
0
votes
1answer
17 views

Problems with Wordpress noConflict mode and Ajax calls

When assigning (event) my console starts to output this Uncaught TypeError: Object #<Object> has no method 'ajaxSetup' which I'm only guessing, is because for some reason jQuery is looking for ...
0
votes
2answers
37 views

preventDefault not working with wordpress noConflict

For the life of me, I'm not able to prevent the default page reload after calling these functions at the bottom of my wordpress index.php. I've converted the scripts to be compatible with Wordpress' ...
0
votes
0answers
28 views

Wookmark jQuery plugin wordpress : is there a conflict

I try to install Wookmark jQuery plugin on my wordpress site running under Responsive theme. It works when I run script from a page I create outside wordpress... But when I try to run the plugin ...
0
votes
1answer
23 views

How can a Wordpress feed be displayed on another site using jQuery?

I've played with a few snippets I found, as well as the somewhat old plugin jFeed (which never worked for me at all). I am in need of displaying Wordpress posts, WP 3.5.1, in a content slider on ...
0
votes
0answers
39 views

Switching out jQuery UI elements with dynamic content in place

I am working on a website built on Wordpress, Genesis, and Shopp. On my product page, I have implemented two different jQuery UI widgets. I plan on using the "tabbed" widget for a desktop view, and ...
0
votes
0answers
30 views

WordPress menu links not anchors

I am using a slight modification of this http://mysitemyway.com/docs/index.php/Collapsible_sidebar_menus Because the menu I am working is a sub-menu, I had to change .menu .dropdown .sub-menu { ...
0
votes
1answer
24 views

Why does jquery Isotope work on my local machine but not online

On my localhost web server these scripts are loading properly and functioning flawlessly, but on my BlueHost account my console is giving me errors about Isotope having no object. Code: <script ...
-4
votes
1answer
27 views

Jquery Masonry Overlapping [closed]

I have a website (www.telavivtimes.co.il) running on Wordpress using a pinterest-stlye theme (Frogsthemes FolioGrid Pro) that uses an infinity scroll and Jquery Masonry. My problem is that when the ...
1
vote
2answers
37 views

Removing a particular Javascript action from a responsive theme

I have a responsive theme. When viewing the website on small screen, it shows "menu" and you have to tap it to see the menu items. What I want to do is show the menu items straight without the user ...
1
vote
3answers
44 views

JQuery: Retrieve and update SINGLE span value inside a (wordpress) loop

I've been struggling with this for two days, obviously because I have a very little knowledge in jQuery / Javascript, and I think I've searched thoroughly for so many times but didn't get the answer ...
0
votes
1answer
70 views

jQuery UI returning “undefined” for Timepicker add-on in Wordpress

I am attempting to utilize Trent Richardson's TimePicker jQuery UI plugin to add a time picking widget to a Wordpress plugin. jQuery and jQuery UI are both enqueued as they should be and are working ...
0
votes
1answer
30 views

How to manipulate DOM after new elements have been inserted?

I am working on a Woocommerce/WordPress site at the moment and on the checkout page, when I submit the form, it submits through ajax and if there are errors (required fields not filled in etc), the ...
0
votes
1answer
59 views

Why is my jQuery preventDefault() working incorrectly?

I'm developing a Wordpress theme which uses a self-built jQuery accordion for navigation: // jQuery Footer Navigation Slide jQuery('#footer-accordion > li > a').on('click', function(e){ ...
0
votes
1answer
42 views

Concat html with jquery

I have a problem concating the html to jquery. I have tried this :- $('.dwrcwi_add_to_basket form').append('<input type="hidden" name="image" value="'+imagename+'"\'/">'); But it is ...
0
votes
1answer
51 views

What is the proper way to activate jQuery validation on a form that was loaded via Ajax?

I have a WordPress/BuddyPress registration form, and I want to handle the form submission via an Ajax call, rather than direct page submission. I have the following code: <script ...
-2
votes
2answers
39 views

How to show diferrent post number per page in different device - bootstrap? [closed]

I show 8 Wordpress posts per page. I want to show 3 post if it is mobile device. I use Bootstrap Framework.
-1
votes
0answers
29 views

jquery functions working only on the wordpress home, not in the others

I made a little jQuery script to animate left and right my menu but this is working only in the homepage, not in the others Here's my code var c=0; jQuery(".show-hide").click(function(){ ...
0
votes
2answers
36 views

jQuery is not defined when register a older jQuery Version in Wordpress

For an old Wordpress Plugin I need an older jQuery version. So I thought I could deregister the preregistered jQuery from Wordpress and register a Library from Google CDN. In the functions.php file ...
1
vote
2answers
30 views

ExternalInterface addCallback repeatedly fails

I'm trying to get JS in a Wordpress webpage and an Actionscript 2 Flash movie to talk to one another. The attempt is failing miserably. On every attempt to call the function that I've set a callback ...
0
votes
1answer
59 views

Adding Revolution Slider to WordPress Theme Error

I am trying to add the Revolution Slider to a custom wordpress theme. I purchased and downloaded the slider plugin and installed it to my wordpress theme. I created some slides, but they are not ...
1
vote
1answer
51 views

Javascript .replace being re-written on page load

So I'm not really sure how to explain this, so I will just provide an example. I'm using fullCalendar jquery calendar to populate events in a calendar on my page. fullCalendar has a method called ...
0
votes
0answers
22 views

ajax loses isotope layout when reloading wordpress loop

The site I'm working on has several (4) wordpress loops on the index.php. The first 3 are fixed divs which take the first 3 posts, the 4th displays a number of the rest. When loading the 4th with the ...
1
vote
0answers
24 views

Wordpress how to load posts into separate div when each featured image is clicked?

Hi im pulling featured images and displaying them. I am trying to set it to load the post that the featured image is part of into another div when the image is clicked. As i have more than one image i ...

1 2 3 4 5 51