A client side scripting language useful for making interactive web sites

learn more… | top users | synonyms

0
votes
1answer
12 views

Javascript on Registration Page

I've been trying to figure out how to implement javascript on my registration page with no luck. I've read the documentation on wordpress about properly including js, have searched for relevant ...
0
votes
1answer
153 views

How to add a onclick attribute to a list of checkboxes?

I have this array for checkbox: array( 'name' => __('Latest Product',''), 'desc' => __('Select if you want to display latest product',''), 'id' => $prefix . ...
0
votes
0answers
10 views

Plugin javascript (floating elements) not working on custom post type single page template [closed]

Strange problem, not sure how to figure it out. I had someone create me a cool little plugin that allows me to input a CSS element ID and that element will float to the top of the page and stick ...
0
votes
1answer
163 views

CSS/JS files in WordPress

In web development, I get used to place css/js files under separate folders (css folder, js folder ..etc). What I am experiencing in WordPress is that I cannot access these folders in WordPress Admin ...
-1
votes
2answers
490 views

Carousel Hover Image

I a using an image carousel to display some pictures on my website. The carousel I am using is called: Jcarousellite (http://www.gmarwaha.com/jquery/jcarousellite/). I have the carousel setup, styled, ...
0
votes
0answers
34 views

featured post show in category base

i have 2 featured post in 1 div id, 1 big class and 1 small class . i want big featured div are post in category base.. big featured post code show in below. <div class="main_feat"> ...
-2
votes
0answers
20 views

wp_enqueue_script doesn't work!

Hello there! I am building a wordpress theme and whenever I apply the wp_enqueue_script function into my functions.php file, everything seems to go smoothly, except when I load the page. Here is the ...
-1
votes
0answers
19 views

Javascript Smooth Scroll [closed]

I am new to jQuery and Javascript. How do I make a smooth scroll to anchor links on my wordpress site. I tried different plugins, but they don't work on Safari. Thanks for all help. Shaan
0
votes
1answer
245 views

Placing Ads after every 10th Post with Infinite Scroll

Hello at the moment what I have to do is load a couple of ads, some normal html and two are java script. I've tried the PHP method of this: <?php $postnum++; if($postnum%10 == 0) { ?> <div ...
0
votes
2answers
1k views

Add captcha validation to my custom form for Frontend posting

i have implemented the frontend form, which enables UNREGISTERED users to post on my site. Everything in working perfectly, the only problem I have is with the implementation of the captcha. All of ...
0
votes
0answers
77 views

Save Changes function after table is sorted using jquery

I have a simple table, and the jquery works great for sorting. The fields drags an drops perfectly, and updates then and their. Also of course the data in the fields are saved in a array. The data in ...
0
votes
1answer
22 views

Newest version of javascript

Doing updates to my site and all the files seem to update ok, except the javascript files. I think this is to do with the version, but try as I might I can't get version numbering to work. ...
0
votes
2answers
24 views

random reason on refresh

I am editing the sidebar widgets and have added one for users who are not logged in or registered. the widget requests that users register or login and I am wanting to add a random reason (quote) as ...
0
votes
2answers
193 views

How do I make my wordpress post appear in a mouse hover preview?

Mouse hover previews usually only show title and image. Instead, I want the entire wordpress post to show. The code that calls the preview is this: adTitle = jQuery(this).find('img').attr('alt'); ...
-1
votes
1answer
45 views

Set start page depending on screen width [closed]

I'm building a responsive theme and would like to have different start pages depending on screen width. In this case, the start page is set in WP admin and contains an image map built on a cunstom ...
-1
votes
0answers
21 views

How do use arbitrary HTML, Javascript, and CSS?

I'm new to Wordpress. What is the most reliable way for me to have a Page or Template that Wordpress manages use entirely arbritrary HTML, CSS, and Javascript. For example, what if I wanted to make ...
0
votes
2answers
20 views

How/Where is editor.min.js Added to the wp-admin Post Page?

How/Where is the wp-admin/js/editor.min.js file added to the backend WordPress post editing page (wp-admin/post.php)? How could I change this to use the non-minified file? I'm working on a browser ...
1
vote
1answer
300 views

Question about the way that wp_register_script works

Ok so I'm using the Roots Theme for WordPress (https://github.com/retlehs/roots), which, is sort of a starter theme or theme framework. I'm confused about the way that it deregisters the WordPress ...
1
vote
1answer
26 views

update_option in javascript

So there's function in wordpress to update a named option/value pair to the options database table: <?php update_option( $option, $new_value ); ?>. And what I'm trying to do implement this ...
14
votes
1answer
277 views

Is it possible to reuse wp.media.editor Modal for dialogs other than media

To expand: I'd like to utilize the same Modal code/appearance ( as used in wp.media.Modal, wp.media.FocusManager ) to open a modal of my own custom dialog, not the Media Editor. In the past, I've ...
0
votes
1answer
245 views

How to make featured image thumbnails on index page load smoother?

I'm using a theme called Hatch Pro, which is a gallery based theme and the index page displays the posts using the featured image. You can see it here. On slower browser environments, the images ...
0
votes
1answer
507 views

Using Javascript to Set Redirect Page in Contact Form 7

I have a Contact Form 7 form that needs to redirect to specific pages depending on how the user arrived at the form. I'm storing the URL they need to be redirected to using localStorage and I'm trying ...
-2
votes
0answers
18 views

My Javascript is all screwed up! [closed]

I'm having an issue with the Embedder plugin breaking other ads and JS. The other day I was tinkering around with some code and must have broken something and can't figure out what. When I first saw ...
0
votes
1answer
456 views

Want to add comments to NextGEN Gallery

Does anyone know how to do it? I would like to implement Facebook or Disqus comments. I am using the gallery with the shutter effect. Thanks for your help!
3
votes
1answer
101 views

Ajax Load More Posts in Category Page

I am developing a theme where I need to load more posts with ajax. Currently, when I click load more on the category pages, all the posts are loading. The category.php looks like this : ` ...
-1
votes
0answers
20 views

Arbor.js to show custom terms [closed]

I'm trying to use the arbor.js (http://arborjs.org/) to display custom term taxonomies in wordpress but it's a complicated plugin to setup (at least in my jquery level). Has anyone did something like ...
0
votes
3answers
867 views

Fall Back Google CDN in JavaScript

In HTML5 Boilerplate it Grab Google CDN's jQuery with this JS code <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline --> <script ...
0
votes
0answers
15 views

embedding php in javascript to switch out image in child theme [duplicate]

I am trying to embed a some php in my javascript to switch out images... $(document).ready(function() { $('.small-port-images a:nth-child(3)').click(function() { $('.large-port-image ...
0
votes
1answer
29 views

How to turn off automatic operation for Nivo Slider?

I am using Nivo Slider plugin to run a slideshow on my site. It automatically runs a slideshow on top of my screen. However I want the user to do this manually (clicking to advance to the next ...
0
votes
2answers
121 views

custom page url slug needs illegal ?id=1 for javascript

I have created portfolio page which contains a image-slid-menu for navigation. For an menu item to appear as open, javascript gets instruction like ?id=0 appended to the url. for instance ...
0
votes
1answer
104 views

Custom attributes to javascript tags

My site uses cloudflare but I really want to enable rocket loader, but if I put it on automatic mode, it messes up my whole site... So I googled and found This answer which has helped in terms of ...
0
votes
1answer
438 views

Repeatable custom meta fields

I am working on creating custom meta boxes for the back-end of WordPress. I would like to add a metabox with several fields, in my case an image upload and a text input, but with a button that can ...
1
vote
1answer
44 views

JavaScript && operator in visual editor

I am used to of adding javascript/jquery code in posts via visual editor but it seems I never used && operator cause wordpress is altering && operator in &. Here is a link where I ...
0
votes
1answer
157 views

Multisite configuration fails with css/js files

I have installed Wordpress using multisite + path (as opposed to subdomain). Seems to work, except JS/CSS files are not loaded. my conf: <Directory "/var/www/pages"> Options All ...
0
votes
3answers
575 views

wordpress wp_enqueue_script() not working

I'm trying to add this social-network button: <a href="http://svejo.net/submit/?url=[your url]" data-url="[your url]" data-type="compact" id="svejo-button">Add in Svejo</a> ...
0
votes
0answers
17 views

One page site (returning from google) + history manipulation

I am making a one page site using wordpress. The one page has all the menu pages linked into one, but there will be arbitary pages (landing pages) for subcategories and stuff at the moment. I have ...
0
votes
1answer
47 views

Replacing WordPress Icons (menu,icons32, etc)?

I want to replace wordpress admin sprites. I recreated the images and looked answrs for icon replacement using jquery and simply with CSS BUT what about ones link icons32-2x.png where I can't find the ...
0
votes
1answer
21 views

Covert Wordpress Blogname into JQuery

Here is the blogname in php <?php $blog_title = get_bloginfo('name'); ?> I want to convert it to javascript. The file I want the blog name is in a .js file so I cant create the variable with ...
9
votes
2answers
307 views

Does the functions.php file ever get called during an AJAX call? Debug AJAX

Trying to figure out an issue a fellow programmer is having. I was wondering if the functions.php file get called at all when you do admin side AJAX? I know that when you do an AJAX call a part of ...
3
votes
2answers
988 views

How-to implement admin Ajax inside an admin WP_List_Table?

I am new to WordPress if someone will help me I will be very appreciate. There is parameter ajax "true" but in docs. wasn't said how to implement Ajax using WP_List_Table Class? parent::__construct( ...
1
vote
1answer
33 views

Display the number of unseen comments on a page since the user last visit

The community is private and it has several pages /wordpress /design /etc . When users go to those pages the only thing they can do is to comment. Now, what I am trying to do, Idk if possible, but if ...
-1
votes
0answers
33 views

thickbox.js Endless loading gif. Why is thickboxL10n not defined?

Below is the line that throws the error. I am using thickbox.js jQuery("#TB_window").append("" + ""+caption+"" + TB_imageCount + TB_PrevHTML + TB_NextHTML + "");
0
votes
0answers
16 views

Lightbox Post Pop-up on homepage [duplicate]

I've been working on sampression lite theme and what I want to achieve is when a post' thumbnail/read more link on homepage is clicked, a modal will pop-up ( similar to pinterest and this wp theme ...
0
votes
0answers
12 views

How to utilize theme customizer live preview in this situation?

Short version: I am using the theme customizer in my theme and javascript for the live preview. I am not sure how to implement the javascript for php(as seen in code excerpt). I am creating a theme ...
0
votes
1answer
21 views

Loaded JavaScript file not showing [duplicate]

I'm working a custom WordPress site, and I've loaded all the required JavaScript file: wp_enqueue_script('easing', get_stylesheet_directory_uri() .'/js/diapo/jquery.easing.1.3.js'); ...
0
votes
0answers
50 views

how to retrieve subcategory related to category in edit page from view page by using javascript

I am doing a basic product page by using JavaScript,php and html. I retrieve the category related subcategory drop down list from view page .but my subcategory is not change according my category .I ...
0
votes
1answer
285 views

Ajax URLs without #!, how to prevent falling into single.php on load or reload?

I'm trying to make things properly with a single page ajax powered portfolio. I've read that there is no need of #! to make it crawlable by google. So I have clean URLs that updates with .pushState ...
0
votes
1answer
223 views

Add multiple JavaScript files to template header [duplicate]

I have multiple JavaScript files that I want to load. Some of them in my header.php and the rest in the footer.php. These are the files: <?php <script type="text/javascript ...
0
votes
0answers
17 views

PressThis works inconsistently in Safari

... and this has been true for several years and several OS X versions, just haven't found any answer. On the other hand, my Tumblr bookmarklet has worked 100%, through all this. Or maybe they're ...
1
vote
1answer
47 views

How to deal with the confliction between PHP-Markdown and MathJax?

I use PHP-Markdown plugin in WordPress. In order to show the formula beautifully, I add some code to use MathJax. Like this: <script type="text/javascript" ...

1 2 3 4 5 10