Quantcast
Channel: BrightCherry Web Design
Browsing latest articles
Browse All 10 View Live

WordPress Solution- WP-Admin Shows White Blank Screen

I was working on a client’s WordPress website, which was working perfectly on my local environment. But when I uploaded it to their server, I was served a blank white... [[ This is a content summary...

View Article


htaccess – 301 Redirect Website From http to https

More and more websites are making the move from http to https, primarily because of Google’s announcement back in August 2014, where they said websites with SSL (i.e. secure connection)... [[ This is a...

View Article


Magento FIX: Unknown number format type ‘boolean’. Format ” must be a valid...

Just to clarify, I hate Magento with a passion. I find it cumbersome and unbelievably bloated, and the filing system is a minefield. Not to mention, the community and support... [[ This is a content...

View Article

PHP – Best Way To Get User IP Address

A lot of people rely on the $_SERVER[‘REMOTE_ADDR’] global variable to retrieve a user IP address, but there’s a better more reliable way of retrieving a vistor’s/user’s IP Address… Retrieve... [[ This...

View Article

Magento Tables That Can Be Emptied/Truncated

Magento’s DB seems to get bloated rather quickly with cached data and logs, occupying an obscene amount of space, so it often needs a good clear out. Many of those... [[ This is a content summary only....

View Article


HTML Headings with inline-block and line break

You’re trying to achieve this: Hello Bye bye Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever... The post HTML...

View Article

WordPress – Get Recent Comments & Blog Post Details

Retrieving recent comments in WordPress is pretty standard/easy, you can do it by using the get_comments function. The syntax requires a foreach loop, and is used as follows: Get recent... The post...

View Article

WordPress – Missing “Menus” Option From “Appearance” Menu

Bit of an odd one. Some times when I install WordPress the “Menus” option from the “Appearance” dropdown from inside the WordPress control panel is missing, other times it’s there... The post WordPress...

View Article


FIX: Using WP Minify Fix With WP eStore & Corrupt PDF Download Files

I’ve been pulling my hair out for the last couple of hours trying to work out why all the PDF files being downloaded through the WP eStore Plugin were corrupt.... The post FIX: Using WP Minify Fix With...

View Article


MySQL / WP WooCommerce – Get Customer Name & Email Address List

If you want a list of customers that have placed orders from your WooCommerce shop, you can use/adapt the following MySQL query… WooCommerce Customer Query… 1 2 3 4 5... The post MySQL / WP WooCommerce...

View Article
Browsing latest articles
Browse All 10 View Live