functionality with Jquery

Stack Overflow

Maybe some of you can help me out , i cant figure out the problem . I added woocommerce slider on frontpage via widget area,problem is the images from the sliders are very big for 1 second once you …

tagged: jquery, wordpress, woocommerce Jan 13 at 10:04
Stack Overflow

So I’ve got a basic wp_query to loop and display all posts of a certain post type. The post type has a custom field checkbox labeled ‘featured’. If true, I want to display a label marking that post as …

tagged: php, wordpress, advanced-custom-fields Jan 13 at 15:15
Stack Overflow

I’m fairly new to WordPress developing. The last couple of months I’ve been developing a WordPress site on localhost. Two days ago I decided to upload it on a server host. While I was working on …

tagged: wordpress Jan 12 at 23:43
Stack Overflow

Somehow the output of my (custom) plugins are not translated anymore on the production server, while everything works fine on the local development server. I checked already quite some things, see …

tagged: wordpress, internationalization Jan 13 at 15:37
Stack Overflow

I have script to deploy auto my wordpress on apache2 automatically whenever developer commit code to any branch with subdomain is branchname but I’m receiving ERR_TOO_MANY_REDIRECTS. My site is …

tagged: wordpress, apache2 Jan 13 at 1:32
Stack Overflow

I want to make a WordPress plugin that counts the number of adsense ads running on a given page. Is there a PHP function that can find a certain code snippet (google ad code snippet) in a given page …

tagged: javascript, php, wordpress Jan 13 at 5:01
Stack Overflow

I’m new using the pods plugin so maybe it’s a misuse of the pagination function. I have a simple code where I call in a custom template page a pods taxonomy, I list them and then I put the …

tagged: wordpress, pagination, custom-wordpress-pages Jan 13 at 0:25
Stack Overflow

I use Wp editor on front end to let users submit new post on the front end.. I’m using WYSIWYG editor. For this, I’ve two custom page: create-post.php edit-post.php In functions.php file I’ve: …

tagged: sql, wordpress, syntax-error, editor, wysiwyg Jan 13 at 7:20
Stack Overflow

I am busy with a foreach loop but i can’t find the problem. This code show only first array, and stops. The problem comes from the array in the foreach loop. Here is my code: <?php $catarray = …

tagged: php, arrays, wordpress, foreach Jan 13 at 7:57
Stack Overflow

I´m trying to add a Popup before the product gets added to the cart. I saw some questions already about it but nothing helped me. I found couple hooks/functions. But this functions seem to get …

tagged: php, wordpress, woocommerce, hook-woocommerce Jan 12 at 22:41
Stack Overflow

I want to creat a simple plugin that attaches my style to all pages. This is my code: <?php /* Plugin Name: Super Plugin */ function mr_scripts() { wp_register_style( ‘forms’, plugins_url( …

tagged: wordpress Jan 13 at 15:03
Stack Overflow

WooCommerce asking to confirm email on checkout page but there is no initial field to enter the email address. Any idea where I need to look? I am kind of new to Woo.

tagged: wordpress, woocommerce Jan 13 at 14:29
Stack Overflow

I want to create URL redirect rule in my htaccess that takes a URL like this:http://www.domain.com/product-category/[category-name] and redirects to the URL like this: …

tagged: wordpress, .htaccess Jan 12 at 18:43
Stack Overflow

I have a plugin that changes WordPress Woocommerce variations to a table format. I have modified quite a bit of the code. I am trying to implement Sweet Alerts 2 instead of the alerts it give now for …

tagged: javascript, jquery, ajax, wordpress, sweetalert Jan 12 at 17:26
Stack Overflow

I am opening a custom gallery window in my plugin with the following code: this.window = wp.media({ title: ‘Select images for gallery’, library: {type: ‘image’}, …

tagged: javascript, jquery, wordpress, jquery-ui, media-library Jan 12 at 21:37
Stack Overflow

I have multiple queries in the same page, like this: $args_1 = array ( ‘category_name’ => get_query_var( ‘category_name’ ), ‘post__in’ => $sticky = get_option( ‘sticky_posts’ ); …

tagged: wordpress, pagination Jan 12 at 22:59
Stack Overflow

I have a custom field in a woocommerce template. The values from the select box are 0 and 1. If I put this in my product template file it will echo 1 or 0 depending on the selection made <?php …

tagged: php, wordpress, woocommerce Jan 12 at 16:08
Stack Overflow

Ok, so I’m adding some custom formats to WordPress’ tinyMCE via the “style_formats” box. I’m running in to a problem where I’m trying to pass in attributes that have no parameters, e.g., “itemscope”. …

tagged: javascript, wordpress, tinymce Jan 12 at 20:32
Stack Overflow

I received an automatic upgrade email from my WordPress site. However, the subsite (instead of www) was wffff88ff8wwf95ef8. When logging into Akismet to renew my subscription, I see that it has the …

tagged: wordpress, nginx, web Jan 13 at 13:40
Stack Overflow

WordPress Contact-form 7 (booking form) – functionality with Jquery I have created a form using WordPress plugin Contact-form 7. I currently have a field which is a drop-down list, ideally, it would …