WordPress and CloudDB

Stack Overflow

If this is off topic or not fit for stackoverflow, I apologize. I searched for an answer elsewhere but couldn’t find it easily. Also I figured it’d be nice to add to the stackoverflow knowledge base. …

tagged: wordpress Jan 19 at 2:38
Stack Overflow

I’ve recently added a text tab to a WordPress menu item by applying span to part of the text, I then styled the content using Console in Chrome. My problem is selecting the correct element to style …

tagged: html, css, wordpress Jan 19 at 13:56
Stack Overflow

I have to migrate a WP site to another server but the custom taxonomies need to be moved around: OLD taxonomy tree: Post -> Topic (taxonomy) – Arts – Science – …

tagged: wordpress, taxonomy Jan 19 at 20:51
Stack Overflow

Actually my project is in WordPress. I’m changing my server from windows to Linux. After changing this I’m facing this error! Why isn’t my .htaccess supporting the Linux server?

tagged: php, linux, wordpress, .htaccess, windows-server-2012 Jan 20 at 7:47
Stack Overflow

is it possible to use a type of srcset and sizes attributes with the wordpress the_post_thumbnail_url(); function? i see wordpress has the following structure if you want to call just one image at a …

tagged: wordpress, image, srcset Jan 20 at 10:54
Stack Overflow

How to improve the code? I need to give a discount of 10% only for those products, which are not on sale. so if amount is more than 5 products then I give a discount of 10% but only for those which …

tagged: php, wordpress, woocommerce, cart Jan 20 at 16:02
Stack Overflow

I am building a WordPress theme. I am having some trouble on commenting section. When showing comments it gets randomly post ID. I have put the same code in 2 different places in the first place it …

tagged: php, wordpress, html5, wordpress-theming Jan 18 at 19:41
Stack Overflow

I want to over ride construct function of woocommerce/includes/class-wc-product-variation.php file in my custom theme. How could i override it? Actually I have an issue of “No parent found” after …

tagged: wordpress, woocommerce Jan 20 at 7:33
Stack Overflow

This code controls the main menu of my site. Currently it’s set to if I scroll down, it will disappear, and when scrolling up, it will appear. I want it to be always displayed on top whenever I …

tagged: jquery, css, wordpress Jan 19 at 11:56
Stack Overflow

I have forgotten my wordpress website password. I am resetting password following https://codex.wordpress.org/Resetting_Your_Password. I am able to change user_pass in phpMyadmin but when i enter …

tagged: php, mysql, wordpress, wp-admin Jan 19 at 3:33
Stack Overflow

I have lost my wp-config.php and could not retrive the information that was there. So, I took a wp-config-sample.php and put again all the informations, including a new passwaord for the database …

tagged: php, mysql, database, wordpress Jan 19 at 3:00
Stack Overflow

I want http://www.example.com, http://example.com to redirect to https://example.com. The application hosted at https://example.com is a Rails Passenger app. I have a WordPress installation in …

tagged: ruby-on-rails, wordpress, apache, .htaccess, passenger Jan 18 at 23:40
Stack Overflow

I am using: WordPress version 4.7.1 Woocommerce version 2.6.12 The Retailer Theme version 2.1 When I add a Sale Price to a product the products below that particular item get pushed over. As seen …

tagged: css, wordpress, woocommerce Jan 19 at 18:45
Stack Overflow

Right now I have the shipping costs taxes correctly set (e.g. VAT). But for certain users I must apply another type of tax only for the shipping costs (e.g. VAT + RE). Is there any hook to modify …

tagged: php, wordpress, woocommerce Jan 18 at 19:46
Stack Overflow

I’m trying to use the wordpress media uploader in a plugin i’m writing. The code used to work, but since the new WordPress update 4.7.1 the uploader gives the following error: TypeError: undefined …

tagged: javascript, php, wordpress, media, uploader Jan 19 at 12:27
Stack Overflow

OK, I have very demanding situation here and I hope someone will help me. The idea is following: I want to use woocommerce plugin for wordpress and I want to make my order page where I will have only …

tagged: javascript, php, jquery, wordpress, woocommerce Jan 19 at 7:54
Stack Overflow

I just downloaded and installed the plugin a few hours ago and read the documents. I tried wp-json/wp/v2/posts and it showed me the posts but when I did wp-json/wp/v2/posts/24/delete, it just showed …

tagged: php, wordpress, rest Jan 19 at 5:47
Stack Overflow

I would like to add another banner image to my WordPress ACF options for page.php. I would like to do this so I can create a default banner image for the default WordPress template. I am not sure how …

tagged: php, wordpress, if-statement, advanced-custom-fields Jan 20 at 12:42
Stack Overflow

I’m trying to use wpseo_dashboard hook, when an user updates something in yoast dashboard. But it doesn’t do anything, can you provide an example how to run this hook properly? Does it hooks need …

tagged: wordpress, yoast Jan 20 at 12:47
Stack Overflow

Some background: I have set up a WordPress site on a clouddb hosted instance of MySQL. For development purposes I went with a low cost pricing tier. It went well, I connected to MySQL using the …