WordPress style

Stack Overflow

In my effort to improve this code I would like to make it work depending on the sum of all purchases a user has made until then. That is to say, if the whole quantity is less than <100€ send a kind …

tagged: php, wordpress, woocommerce, orders, email-notifications Jan 3 at 17:07
Stack Overflow

Im having a problem with this. I select the box for the page i want to add and click add to menu. All that happens is a circle comes up with a rotating circle. Which I think is normally for processing …

tagged: wordpress Jan 4 at 3:49
Stack Overflow

I used ACF to created a meta box. I have problem to show that on my theme. .fieldset{ width: 100%; position: relative; display: none; } .fieldset footer div span { display: none; } …

tagged: wordpress, advanced-custom-fields Jan 4 at 11:23
Stack Overflow

On the page load when the source page is viewed the Code looks like this meta name=”robots” content=”noodp”/ When you scroll down to page2 or page3. the source code looks like this meta name=”…

tagged: wordpress, scroll, infinite, yoast Jan 3 at 20:42
Stack Overflow

I’m running two sites side by side. I’m using rewrite conditions to give people access to an old WordPress site that we are phasing out section by section. I have the following rewrite condition in …

tagged: wordpress, .htaccess, url-rewriting Jan 4 at 11:58
Stack Overflow

my problem is that i experience white spaces on my mobile version between slider images on the following website: athleteperks.co.uk I’ve been told to you use the following code: } …

tagged: css, wordpress, mobile, removing-whitespace Jan 3 at 20:42
Stack Overflow

I´m trying to create a custom “twitter-share” button in wordpress. I´m new to php, I just want the article link to appear in the text field. I know the following syntax is wrong, but I imagine it …

tagged: php, wordpress, twitter Jan 4 at 11:23
Stack Overflow

I want to know number of shortcodes used in a post/or page and if it’s the last shortcode on a post/page public function generate_pdf( $attrs ) { static $i=0; $i++; echo …

tagged: php, wordpress Jan 3 at 21:10
Stack Overflow

I have a WordPress site and I’m using the basic loop to bring in each WordPress post html <?php if ( have_posts() ) { while ( have_posts() ) { the_post(); // // Post …

tagged: php, wordpress Jan 4 at 8:00
Stack Overflow

I’m using woocommerce and woocommerce bookings and myCRED. myCRED is a points award system. is there a way to make the below script make a cancelled booking from woocommerce bookings trigger the …

tagged: php, wordpress Jan 4 at 13:58
Stack Overflow

I am using a Bitnami WordPress for Google Cloud. Now, I need to setup a Instance Template -> Group of instances -> Load balancer and with this, my system will be autoscaling 🙂 But, I have the VM …

tagged: wordpress, google-compute-engine Jan 4 at 15:16
Stack Overflow

This is my first WordPress Plugin I’m developing so please forgive if I am asking the obvious. Also using WordPress v4.7 I created a file animate-css.php and added it to the plugins folder of my …

tagged: php, wordpress Jan 3 at 16:56
Stack Overflow

I am using Advanced Custom Fields for WordPress. I have two fields – ‘Score One’ and ‘Score Two’ which are text fields that allow the user to input a number. In addition to showing these fields, I’d …

tagged: javascript, php, wordpress, average, advanced-custom-fields Jan 3 at 22:56
Stack Overflow

I am new to wordpress and i have created blog using it.All blogs are on the home page.I have also upload the logo on home page and its visible only on home page so when user click on any of particular …

tagged: php, wordpress, wordpress-theming, open-source Jan 4 at 12:26
Stack Overflow

Have searched and applied many of the rewrite rules available but no avail, I am trying http://website.io/paypal should go http://www.website.io/paypal but it simply goes to www home page …

tagged: wordpress, .htaccess Jan 4 at 6:35
Stack Overflow

I want toadd a widget area in my main section where recent posts were display. But i can’t be able to do. Here what i wanted to do. So the red rectangle widget area i want to add. But every time i …

tagged: wordpress Jan 4 at 11:11
Stack Overflow

In my website, www.piorganic.in, the stylesheet and scripts are not loaded properly. Including images too. Upon inspection with network tools, the path to the files were coming like http://www.

tagged: php, wordpress Jan 4 at 8:30
Stack Overflow

I have included some .ttf fonts in a child-theme in WordPress. I have two separate dev environments too, which are identical. In one, the fonts load just fine, however in another the fonts will not …

tagged: css, wordpress, font-face Jan 3 at 22:57
Stack Overflow

Before you mark this as duplicate, hear me out. I’ve tried all the suggestions I can find online. None works. I’ve restarted countless times. Detailed list of what I’ve tried below. Here’s my setup: …

tagged: php, wordpress, nginx, php-7 Jan 4 at 12:35
Stack Overflow

I have seen many questions at StackOverflow and other websites about why ‘wp_enqueue_scripts’ not working but none of was what I was looking for. I want to import a script to my WordPress theme and I …

tagged: php, wordpress Jan 4 at 2:18