Tagged Questions
-1
votes
0answers
24 views
Inserting jQuery UI accordion in to posts/pages? [closed]
I've been looking at all the themeforest premium themes and notice they are including jQuery UI in to their themes, probably with some shortcode stuff.
Example - ...
0
votes
1answer
33 views
Separate jQuery for Individual Comments?
So far I have designed this function to display rating stars on the front end below every comment:
add_filter( 'comment_text', 'additional_fields' );
function additional_fields ($below) {
...
-2
votes
0answers
28 views
“While Loading” plugin to display a “loading page” image until the page loads fully [closed]
I need a plugin like "While Loading", but one that works.
"While Loading" works great in Firefox, and that's about it.
Anyone know of a similar plugin that works in all browsers.
P.S. The plugin ...
-1
votes
0answers
28 views
Customizing Ajax Rating System [closed]
The code below is a rating function that came with a recent Wordpress Theme I purchased. Basically, you click one of five stars to give a post a rating.
I was wondering if anyone would have advice on ...
-1
votes
0answers
76 views
How to integrate jPanelMenu jQuery into WordPress [closed]
I would love to know how, if possible, to integrate a jQuery plugin into WordPress so it replaces the navigation.
Trying to integrate jPanelMenu in my WP site.
jPanelMenu is a jQuery plugin ...
0
votes
1answer
59 views
WooCommerce - PrettyPhoto appending URL with #prettyPhoto
For some reason the PrettyPhoto script that WooCommerce is now using is adding #prettyPhoto to the end of URL's once it's been opened in that page.
See here for an example
Also, when you close the ...
0
votes
0answers
28 views
get_option include <br /> in my adsense
As title said I saved in wp-options -> option_value a adsense code but when I try to display to website in the code I get some
"<script type=\"text/javascript\"><!--<br ...
0
votes
0answers
62 views
Get image URL from media library in input
On wp-admin/post.php?post=447&action=edit for example I have a link and an input.
The link appears as follows:
<a href="#" class="button insert-media add_media" data-editor="tj_image_url" ...
0
votes
0answers
31 views
Creating an events calendar where users can enter events via a custom post type
I'm building a plugin that enables users to add events via a custom post type. The custom post type with have a meta box with two fields: one for the event date and one for the event time. I know how ...
0
votes
0answers
29 views
Loading a purchased jquery plugin in a wordpress theme
I purchased a 360 Panorama jQuery plugin that I would like to integrate into my wordpress site. All the tutorials I've read said to include the function add_my_script() and
wp_enqueue_script tags to ...
0
votes
3answers
97 views
Jquery plugin not working on single pages
I use a news ticker jQuery plugin to show the last posts.
The codes are in the header.php file and work fine on the home page, but not on single pages. The links are loaded but they don't move.
Here ...
0
votes
0answers
30 views
customizing jquery with ubermenu jquery API's
I am having a heck of a time trying to get this simple function to work in WP using ubermenu:
My goal is to have dropdown menu-itm-156 fire when the document.ready and control it based on which page ...
1
vote
0answers
47 views
Using window.onload with Ubermenu
I am using a plugin to place this code on specific pages. But it is not firing correctly.
Has anyone had experience working with Ubermenu, WP and jQuery? Do I have to call jQuery into my ...
3
votes
2answers
141 views
Pass PHP variable to javascript
Is there any possibility to pass some PHP variables in javascript so I can use them later?
Only in single.php.
I heard about wp_enqueue_scripts but with that it is neccesary to declare a path to a JS ...
0
votes
1answer
49 views
Smooth Scroll and Slider Conflict
my website is http://eclat.sg/gourmet running on Wordpress(obviously.). I have a slider on the front page and I've installed jQuery Smooth Scroll plugin. The plugin works awesome but unfortunately, it ...
0
votes
1answer
73 views
jQuery AJAX call not executing in Plugin
I've been working on a class for my free plugins that outputs a "Donate" form. The "No thanks" dismissal link hides the form and runs an AJAX call to update a WP Option keeping track of the ...
0
votes
1answer
92 views
force jQuery to load in the head
I've written a plugin which uses wp_enqueue_script("jquery"); to load jQuery. I need to load jQuery in the head and not at the bottom of the body. However, I think that this command is overwritten by ...
0
votes
0answers
133 views
Good examples/resources for using a drop down for filtering jquery isotope? [closed]
I'm working on a plugin that uses jquery isotope and I've also built a widget that will handle the filtering using terms and taxonomies. What I would like is to have a drop down of terms of a taxonomy ...
0
votes
0answers
44 views
Getting Uncaught TypeError with clashing text widget and tabs plugin [closed]
The code for the email subscription from constant contact that I put in my text widget up at the top of this page http://bit.ly/Zz4Faw is clashing with my Skinable Skins tabs plugin.
When I remove ...
1
vote
0answers
252 views
jQuery Plugin to use Wordpress functions in AJAX request
I'm using Chained Selects jQuery Plugin to create multiple chained selection fields. I'm using the remote version of the plugin to build the related options by means of AJAX request from a separate ...
1
vote
0answers
77 views
Post Comments with Ajax in Wordpress
I use this code to post comments with ajax on my WP blog. It works fine but I display the comment form on my homepage so the plugin only works for the first post (first comment form).
I want it to ...
1
vote
3answers
102 views
Plugin jQuery version VS Theme jQuery version: search for best practice
I have built a Wordpress plugin that is based on jQuery and I am using
wp_enqueue_script('jquery');
to make it all work.
Let say the default version of jQuery loaded by Wordpress is 1.7.2, what ...
0
votes
1answer
126 views
FancyBox JS stopped working on multiple sites. Custom plugin responsible. Urgent help needed
First post here so let me know if I'm doing something wrong.
The company I work for uses a custom FancyBox Wordpress plugin that allows us to use fancy box on images easily. Basically, when you click ...
0
votes
0answers
89 views
My Wordpress site crashes in IE8 [closed]
I'm working on my first WordPress project and hit upon a really strange problem. The site loads fine in FireFox, Chrome and IE9, but IE8 goes as far as loading the background then freezes/crashes.
I ...
-2
votes
3answers
41 views
Shortcode return is printing a 1 afterward
function build_total_search_method( $atts ) {
$shorcode_php_function = include( dirname(__FILE__) . "/includes/total_search.php" );
return $shorcode_php_function;
}
add_shortcode( ...
0
votes
1answer
421 views
Portfolio Slideshow Sliders Behaving Oddly When in jQuery Ui Tabs
I have a pair of Portfolio Slideshows inside of jQuery UI Tabs. One per tab with each pulling in a different page's gallery. When I switch between tabs the slideshows behave oddly. The main image is ...
3
votes
4answers
825 views
Wordpress 3.5 Media Manager - add a button
In my plugin, I would like to add two buttons to Media Manager (to the left of "Insert Into Post" in "media-toolbar-primary" section), and connect a jQuery action to it.
First one - The "Select All" ...
-1
votes
1answer
152 views
How to find or create a slider like Cherry Theme's? [closed]
I would like find or create a slider (that uses jQuery Cycle) like this one in the Cherry Theme by Bdayh. I like very much the "Read More" button and the layout of the slider that has small-to-medium ...
0
votes
0answers
228 views
Nivo Wordpress Slider Plugin - Thumbnail Links [closed]
I am currently using the WordPress Nivo Slider plugin purchased from:http://nivo.dev7studios.com/ I'm using the Gallery Slide Type which displays thumbnails of all the images uploaded to a specific ...
1
vote
1answer
25 views
custom changes removed after plugin update
Ok that's something normal, files are being downloaded again and the code changes.
What should I do if I don't want some changes to take place?
For example a gallery plugin I use recently updated ...
-1
votes
1answer
55 views
How to get .change trigger to work on wordpress admin.php [duplicate]
Possible Duplicate:
$ not defined using jQuery in Wordpress
Ok, so I'm having some trouble here. I'm customizing a plugin. I need a text field to automatically populate with the text of a ...
0
votes
1answer
214 views
jQuery('#news-ticker').cycle is not a function
I am using the news Ticker plugin
http://wordpress.org/extend/plugins/news-ticker
It shows an error jQuery('#news-ticker').cycle is not a function. In IE It throws an error Dom Element Does not ...
3
votes
2answers
261 views
jquery plugin only in one page/post
Ive seen all the documentation in the codex but I am doing something wrong since it doesnt work!
I want to implement this jquery plugin (https://github.com/davidcrawford/typist-jquery) in my welcome ...
0
votes
1answer
101 views
JS Plugin not executing the js correctly. Trying to make all internal links scroll smoothly
all right... I am attempting to create a plugin for my site that adds a js snippet to the head section when a front end page loads.
The js is meant to add smooth scrolling to all internal links.
...
0
votes
1answer
123 views
JQuery prepend a function
I am trying to see where I went wrong with this code. I was trying to prepend the avatar and user meta above the admin menu. I get header already sent messages as well since the code is just right ...
1
vote
1answer
309 views
Adding a slider captcha to the comment system
QapTcha is a draggable jQuery captcha system. I have been trying to create a plugin to make it work on the Wordpress comment system. I found a plugin that is already doing this but it is outofdate and ...
4
votes
1answer
284 views
How to Add jQuery Infinite Scroll to My Custom Archive Page
I currently have a custom archive page that displays my current post at the top and then links to all of my older posts below that. However, I need to break up the page so that it displays the ...
0
votes
1answer
99 views
Call javascript functions from each page
Is there a plugin that supports calling custom functions that you've created?
Like,
page A -- I want to call function x
$(document).ready(function(){
call_function_x()
});
page B -- I want ...
0
votes
2answers
96 views
“Conflict” with jQuery (or its plugins)?
I've been working on localhost and everything looks fine but then when I uploaded my Wordpress theme online, all of the jQuery plugin functions are undefined!
One solution that worked (which I ...
0
votes
0answers
235 views
Smooth Slider (AKA jQuery cycle plugin) slides start small and grow on transition [closed]
My Smooth Slider plugin in WordPress is having an issue during transition, it starts the image off very small, then re sizes during the transition to my desired 511px height.
Here is the screenshot:
...
0
votes
0answers
131 views
Need a plugin or code for a text rotator with animation [closed]
Here's what I'm trying to do: on my homepage (using the landing page template from Prose, a child theme from Genesis), I have some text, one word of which I want to rotate through 15 different words ...
0
votes
1answer
793 views
using AJAX to run sql statement and populate dropdown
I am trying to create a search where the user select two different bit of data from databases and it them prints some results that meet requirements. I know I need to use ajax or something similar but ...
0
votes
1answer
138 views
How to include plugin function in theme's functions.php file
Good day, I'm trying to reduce the jquery dom manipulations by including the right plugin functions in my theme's functions.php file. For example, I have a link which triggers a jquery dialog, which ...
-2
votes
1answer
732 views
How to display subcategories after click on parent [closed]
I have categories and subcategories and I am showing on my web by widget. Now I have set with structure and I have this:
Parent 1
Child 1
Child 2
Parent 2
Parent 3
But I want to show just ...
0
votes
2answers
82 views
how to call jQuery in admin as well as in homepage
I have this jquery code inside my wordpress admin page that checks if the input value is empty.
$j(function(){
$j('form').submit(function(){
var link = $j('#input').val();
if(link == ''){
...
1
vote
1answer
902 views
Bulk Image upload and one image for each post?
I have around 3000 photos, want to upload on WordPress. Is there any way to bulk upload all the photos as one image for each post ?
1
vote
1answer
583 views
force enqueue script to be first in order of prominence
I have a few scripts which are being enqueued,
the problem is that I want to force the order of prominece to which these scripts are loaded. There is one in particular which is loaded from a plugin ...
1
vote
1answer
485 views
How to put JQuery/Ajax inside shortcode?
The purpose of this plugin is to create a list that users can modify with up or down votes. The shortcode is supposed to display the list on a page and use JQuery to fadeIn and fadeOut while updating ...
0
votes
1answer
349 views
jquery slider plgin with post name pagination [closed]
I'm looking for a jquery slider plugin that will auto generate pagination with the slide's title instead of just a dot or a number.
Does anyone know of a plug in with this functionality or how to ...
0
votes
1answer
697 views
Wordpress slider that allows image, headline, text, and button?
I'm looking for a slider for Wordpress that will allow me to create a really clean-looking siteāthe kind of site where you land, you see text and images, and you don't even know you're looking at a ...