For a WordPress plugin, I have to upload some document files (txt, doc) with Uploadify and read it’s content with…
Gravity Forms customization – found example, don’t know where to put the code
I’m trying to do a GravityForms customization to filter one dropdown based on the value of the previous dropdown. I…
JavaScript renders replicated text
I’ am working on a project where its sidebar menu’s last word in a menu title has to be a…
Animate a div element from bottom to top in WordPress with jQuery
I want to create a menu system based on this: The idea is to have the menu fixed at the…
WordPress calendar plugin not showing up on Sundays
This is my first post here and I apologize if I explained too much or disrespected any rule. There is…
Hard Crop with "Multiple Featured Images" Plugin WordPress
I am using WordPress “Multiple Featured Images” Plugin. All is fine with this plugin but I don’t know how to…
woocommerce check out form show and hide checkout panels
I working on woo commerce project / at the checkout.php / I want to edit the tabs and effects of…
When do WordPress automatically enqueue jQuery?
Reading here the forum and some other resources I understood that WordPress ALWAYS enqueue jQuery on all themes, thus it’s…
When does WordPress automatically enqueue jQuery?
I understood that WordPress ALWAYS enqueues jQuery on all themes, thus it’s reduntant to enqueue another jQuery with the same…
Trying this snippet in wordpress and it doesn’t work
Ok guys. I’m building a custom Foundation 5 theme for my wordpress site. I managed to get everything to work…
Fishpig WordPress Repeater Fields
So I’ve got a Magento install, with Fishpig WordPress Integration and the ACF plugin to pull in meta values. I’m…
Jquery is not targeting the last instance of an object on a page
Thanks to some help on here I’ve got a neat little piece of jquery in my loop that does the…
code for split button in tinymce3.x not working in tinymce4.x version?
I have code for php file as under class SYMPLE_TinyMCE_Buttons { function __construct() { add_action( ‘init’, array(&$this,’init’) ); } function…
Enqueue script file if jQuery var == true
scripts.js $.ajax({ url: ajax_object.ajaxurl, type: ‘POST’, data:{ action: ‘css3check’, css3check: hasCssTransitionSupport // returns true or false }, success: function( data…
WordPress – enqueue script file if jQuery variable == true
scripts.js $.ajax({ url: ajax_object.ajaxurl, type: ‘POST’, data:{ action: ‘css3check’, css3check: hasCssTransitionSupport // returns true or false }, success: function( data…
How to slow down fade speed of nextGen gallery plugin
I’d like to modify the speed that the photos fade in and out of a basic slideshow of the NextGen…