mysql, wordpress

Stack Overflow

this is my first time using visual composer on a theme I am creating, I am facing a challenge which is loading visual composer element above the page content , I mean above the main content, giving it …

tagged: php, wordpress, wordpress-theming May 1 at 21:21
Stack Overflow

I’m working on a WordPress plugin and I need to make a query to the DB using AJAX. My function looks like this: function kokoku() { if ($(“.kokoku_head”).height() === 0) { $.ajax({ …

tagged: php, jquery, ajax, wordpress, access-control May 1 at 15:28
Stack Overflow

I’m adding WooCommerce custom checkout fields in a Storefront child theme functions.php file. They have a “required” attribute. The aim is to have these fields appear at the top of the page, before …

tagged: php, wordpress, woocommerce, checkout, custom-fields May 1 at 7:44
Stack Overflow

Our site was hacked recently, and is serving files that look like this:www.example.com/some-spam-name These paths are redirecting to some spam affiliate page. There are thousands of them. I’ve …

tagged: php, wordpress, apache, .htaccess May 1 at 10:29
Stack Overflow

I am looking for a way to add a dropdown for users in the registration form to select their role (except administrator). Currently running wordpress 4.7.4 with buddypress 2.8.0., found some snippets …

tagged: wordpress, registration, buddypress, role May 1 at 11:54
Stack Overflow

I am attempting to migrate an existing wordpress site to Google App Engine. Following tutorials, I generally have it working via the standard app engine environment. However, there are thousands of …

tagged: php, wordpress, google-app-engine, google-cloud-storage May 1 at 5:46
Stack Overflow

I’m building a plugin for WP that use AJAX functionality. I define ‘wp_ajax_my_action’ and it works good. Should I handle ‘wp_ajax_nopriv’ if I do not need access for non ‘authenticated’ users. This …

tagged: php, ajax, wordpress May 1 at 12:56
Stack Overflow

How would you approach the Redux state shape and/or reducers composition for paginated and relationnal data, such as paginated posts from a specific category fetched from a WordPress API (eg.: …/…

tagged: wordpress, redux May 1 at 16:36
Stack Overflow

Titles of listed products is overlapping and I can’t get to adjust it. This must be because of line height. Website page link is http://store.risccuris.com/shop I tried with following code in custom …

tagged: wordpress, woocommerce, custom-wordpress-pages May 1 at 13:11
Stack Overflow

I’ve ulploaded wordpress in subdirectory to intall. Path of it is public_html/revslider-standalone This is full path http://greenlinerenovations.com/revslider-standaloneWhen I open this URL in …

tagged: php, wordpress, .htaccess, redirect, revolution-slider May 1 at 7:25
Stack Overflow

I need the Total of the GF Product Add-Ons options to be excluded from the Cart Total. My product which I am selling is $100. I need the Cart Total to only be $100 + Taxes. I don’t want the Options …

tagged: wordpress, woocommerce, gravity-forms-plugin May 1 at 5:28
Stack Overflow

I’m working on creating single and archive pages for a custom post type that is being set within a plugin. Only that the plugin doesn’t have the ‘has_archive’ => true set and I don’t want to …

tagged: php, wordpress, wordpress-theming May 1 at 17:43
Stack Overflow

i have been looking into starting a rate my car site but i cant seem to find any content management systems that will work similar to this one: ratemycar.orgobviously i intend on making mine work. …

tagged: wordpress, content-management-system May 1 at 11:47
Stack Overflow

TAX VARIATION FOR DIFFERENT PRODUCTS how to add 2 products with different tax rates in woocommerce? Note of no use: irrelevant to question coz of StackOverFlow rules. Correctly, setting per-item …

tagged: php, wordpress, woocommerce May 1 at 9:37
Stack Overflow

First sorry for my bad english, I do with ajax load more, when I click on my category(shop or product) it link to page achive.php – http://localhost/technology-wordpress/tech_blogs/shop/ – …

tagged: php, jquery, ajax, wordpress May 1 at 14:33
Stack Overflow

I have setup a Woocommerce store with hundreds of variable products (months ago). Everything has been working great with product variations/attributes so far, but today I got a message saying that …

tagged: wordpress, woocommerce, attributes, variations May 1 at 18:41
Stack Overflow

I already read all the other questions with a similar topic, but none could help me. The CSS file is updated in the WordPress Dashboard and also when I check it in my FTP. So, there’s no doubt that …

tagged: css, wordpress May 1 at 11:47
Stack Overflow

I have a weird issue when posting an contact form. The loading icon keeps loading and the form does not submit. The emails are sended and my before_send_mail functions also works. The weird thing is …

tagged: php, wordpress, contact-form-7 May 1 at 6:51
Stack Overflow

I have this view that makes my MySQL server run really slow, even breaks connection. Has anyone have an idea why? select u1.`ID` AS `ID`, u1.`post_date` AS `post_date`, u1.`processed` AS …

tagged: mysql, wordpress May 1 at 15:43
Stack Overflow

I have a custom post type, card, that I’m exposing through the WP REST API. function register_card_post_type() { $labels = array( “name” => __( ‘Cards’, ” ), “singular_name” …

tagged: wordpress, rest, wordpress-rest-api
wordpress , MySQL , Oracol