mysql, wordpress, woocommerce, load-data-infile

Stack Overflow

I’m very new to jQuery, and I would like some insight on how to make this very simple jQuery function something that can actually execute. I am trying to apply jQuery to WordPress, hence is why my …

tagged: jquery, wordpress May 15 at 7:04
Stack Overflow

I’ve got a problem with a query. I’ve got 4 different post_type. I would like to retrieve the posts from all post type from one category named ‘une’. But it shows only post type from two post type => …

tagged: wordpress, custom-post-type, category May 15 at 14:37
Stack Overflow

We are trying to get our product category descriptions to the bottom of the page so the products show first. I tried all the suggestions in this topic but none of them worked like they should. The …

tagged: php, wordpress, woocommerce, category, products May 15 at 9:56
Stack Overflow

For my WordPress website, I use the plugin Wp domain checker. You can check if a domain is available and proceed with a redirect. The problem is that I want it to redirect to a special redirect …

tagged: javascript, php, wordpress, redirect May 15 at 16:11
Stack Overflow

I have the html of orbit slider on html working perfectly but when i’m trying to loop it on wordpress something goes wrong, the navigation bullets and arrows works only one click. <div …

tagged: wordpress, loops, slider, orbit May 15 at 18:58
Stack Overflow

I am using Woocommerce Product Add-on plugin to allow visitor to select multiple options on simple product. As the product is simple product Woocommerce display an Add to cart button on products page …

tagged: wordpress, woocommerce May 15 at 11:03
Stack Overflow

I need to add a new Laravel app to an existing WordPress website. Both will run via Apache webserver. The idea is that: https://website.com/ -> WordPress websitehttps://website.com/laravelapp -> …

tagged: wordpress, apache, laravel, .htaccess May 15 at 16:29
Stack Overflow

I am using a special plugin for my WordPress e-commerce store. The plugin does not have a separate checkout/purchase page. It is a cart that is generated for every user. So there is no possibility to …

tagged: javascript, php, jquery, wordpress, affiliate May 15 at 10:01
Stack Overflow

I want to write a program which will create bulk post and bulk pages through a rest api in VIP WordPress. According to VIP WordPress Developer Documentation, it states that wordpress rest api are …

tagged: wordpress, rest, api May 15 at 20:19
Stack Overflow

In wordpress I have a form using contact form 7. Upon filling the form and submitting I need it to carry variables e.g. name, address, email and amount and redirect to third party payment gateway page …

tagged: php, wordpress, payment-gateway, contact-form May 15 at 6:18
Stack Overflow

In my site just log in user can send comment and if you not loged in , when you send comment the site unsettles. site:click This problem happen with all wordpress comment plugins , but with out …

tagged: wordpress May 15 at 5:43
Stack Overflow

I am in the process of migrating some WordPress sites to a new server. The first three websites went with out a hitch. While working on the fourth site I migrated over the database and files. When …

tagged: wordpress, migration May 15 at 14:35
Stack Overflow

I need to give only a user the permission to see the web site so this is my htaccess file: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /party/ RewriteRule …

tagged: wordpress, .htaccess, .htpasswd May 15 at 15:51
Stack Overflow

I have a page template that is a minimalized page (call it min-page.php) in my theme. I use it to remove the header and footer info and add in some basic links so the customer doesn’t get distracted. …

tagged: wordpress, woocommerce May 15 at 22:22
Stack Overflow

Basically, I want the user to go to our Woo commerce pages and place an order. Once they get to where they have to register to place their order I’d like to have the option to enter a Non-Profit …

tagged: wordpress, woocommerce May 15 at 18:50
Stack Overflow

I have a weird issue. I am still somewhat new to WordPress and I have an issue that has me stumped. I have been working on a site created by another developer. I have been fixing the site map by …

tagged: wordpress May 15 at 19:49
Stack Overflow

I am trying to insert the leaflet javascript to display a map from mapserver, i tried this following code but i got this error : Uncaught Error: Map container not found. at e._initContainer (…

tagged: javascript, wordpress, leaflet May 14 at 23:14
Stack Overflow

I am using add_submenu_page to add a sub-level menu to a post type. The problem is that the sub level menu “Batches” appears on top of the post type name “Offline Course” but I want it to appear at …

tagged: php, wordpress May 15 at 10:35
Stack Overflow

I have successfully imported 310,000 posts to the table wp_posts using LOAD DATA INFILE (any php based scripts/wp-plugins timed out so I had to use a MySQL only option). My problem is that although …

tagged: mysql, wordpress, woocommerce, load-data-infile May 15 at 13:49
Stack Overflow

I have written the following jQuery code to show a popup when user reaches the end of page. For some reason its giving me error: throw er; Code: jQuery(document).ready(function(){ …

tagged: jquery, wordpress