WordPress Ajax

Stack Overflow

I have WordPress setup as a “mothership site”. My users are registered there and so forth. From one of my client sites, I would like to make ajax api calls to the WordPress site and get results back …

tagged: ajax, wordpress, cordova Mar 10 at 22:42
Stack Overflow

Im adding every 2 posts in a div, but i also want to get the first post in a different div like this: <div class=”first”> <h2>Post title</h2> </div> <div> …

tagged: php, arrays, wordpress, loops, foreach Mar 11 at 15:21
Stack Overflow

I’m implementing a WooCommerce solution for my aunt’s food delivery service. They have weekly changing meals and only two days (monday and Wednesday) per week where she delivers. Meals can be …

tagged: wordpress, date, woocommerce, variations Mar 11 at 2:43
Stack Overflow

thanks for taking a look at my question. I have a WordPress instance installed in the root directory and another one in a subdirectoy called /en (subdirectory site url looks like www.mysite.com/en) …

tagged: wordpress, apache, .htaccess, internal-server-error Mar 11 at 7:02
Stack Overflow

I’m trying to cut the plugin for WordPress. Help, who than can, please 🙂 The JavaScript data is taken from the backend and returned to PHP, which creates a file on the server. The task is to give it …

tagged: javascript, php, jquery, ajax, wordpress Mar 11 at 11:30
Stack Overflow

i want to try to replace the main query of worpress with use of no keyset pagination instead of offset pagination the main query of worpress is like this : SELECT SQL_CALC_FOUND_ROWS wp_posts.ID …

tagged: php, mysql, wordpress, pagination Mar 11 at 15:10
Stack Overflow

So, I am really new to CSS. I am developing a site for the company I work for using WordPress. I know, WordPress “NOOB ALERT.” Anyway, I am using the massive dynamic theme and was hoping to get some …

tagged: javascript, jquery, html, css, wordpress Mar 11 at 1:08
Stack Overflow

I need need that users set their adress when they are going to register. Any plugin? Woocommerce – WordPress

tagged: wordpress, woocommerce Mar 10 at 21:53
Stack Overflow

I am trying to create a wordpress theme through one of the tutorials on “https://www.youtube.com/watch?v=GHTZn3atTcM“. Here I am trying to add a child-nav under the header-nav like a breadcrumb. In …

tagged: php, wordpress Mar 11 at 11:00
Stack Overflow

I have a store with 8k products that I imported with a plugin made by me. The products, the categories and the variations are all correct. All shop is correct. But the problem is the page of each …

tagged: php, wordpress, woocommerce Mar 11 at 18:04
Stack Overflow

I am trying to create a menu in WordPress. I am trying to toggle the menu open/close operation. However problem i face is that each list item internally contains an anchor element. How can i detect …

tagged: jquery, html, css, wordpress Mar 11 at 12:34
Stack Overflow

I would like to apply a background color, with a height of 200px. I would then like to position this background colour at the bottom of the concerned content. I have managed to achieve this across …

tagged: php, html, css, wordpress, woocommerce Mar 11 at 13:35
Stack Overflow

Test 1: $args = array( ‘posts_per_page’ => 10, ‘post_type’ => ‘page’, ); $query = new WP_Query( $args ); print_r($query); The result: WP_Query Object ( [query] => Array …

tagged: wordpress, custom-post-type Mar 11 at 10:22
Stack Overflow

I have two containers, the first is a form (select) that contains names of players, the second is for images related to those players. When a user changes the select value the image also changes to …

tagged: javascript, php, mysql, database, wordpress Mar 10 at 19:18
Stack Overflow

I am using a plugin in WordPress that stores some html code in a field. This column is mediumtext utf8_general_ci When I want to output this information all special characters such as ” ´ ‘ … and …

tagged: php, mysql, wordpress, character-encoding Mar 11 at 9:20
Stack Overflow

This code is to separate the images and text on the page WordPress posts But I want to tag “P” I unplug and other parts of my posts And first Second Third tag “P” convert to tag “A”. Sample my post …

tagged: wordpress Mar 10 at 20:57
Stack Overflow

I’ve seen multiple answers to how to move or remove all custom attributes and there is documentation on how to remove boilerplate attributes like dimension and SKU, but I still can’t seem to find a …

tagged: php, wordpress, woocommerce, attributes Mar 10 at 21:05
Stack Overflow

I am trying to automatically download a plugin on my wordpress site by implementing phantomJs. For some reason, I cannot seem access the download button (shown below) This is the HTML code to the …

tagged: javascript, wordpress, phantomjs Mar 11 at 5:49
Stack Overflow

I have a simple HTML form that captures someone’s name, email address, company name, and a few other items. I want to use onsubmit to run my form validation function before the data is submitted to my …

tagged: wordpress, forms, validation Mar 11 at 13:47
Stack Overflow

One of my clients a well repested local bar and brewerly has been complaining that them, and several costumers are getting the website from 2005, and when they try to get to the wordpress they get a …

Wordpress responsive Sticky Menu plugin