We previously demonstrated how to use PHP to backup MySQL databases to DropBox using the DropBox API (How To Use PHP And The Dropbox API To Automatically Back Up MySQL Databases To Dropbox). However, in June 2017 Dropbox deprecated the API. This tutorial is an update on how to use PHP to automatically backup MySQL…(Read More)
After fixing the description in the XML file created by the WooCommerce Google Product Feed plugin we decided to share our solution. The problem was with the product feed description being set as HTML code instead of plain text which makes it unreadable. Fixing the product feed description was surprisingly simple and easy to do…(Read More)
Recently our WordPress price range broke and we decided to share our solution for fixing it. The WordPress WOOF – WooCommerce Products Filter plugin (Version 2.1.4.2) was displaying a “0” for both the minimum and maximum prices. After a couple hours of debugging we finally discovered why it was broken and how to…(Read More)
This is a slightly technical post for WordPress developers. If you are a developer trying to figure out how to filter and replace recurring HTML content from the WordPress loop by applying a filter to “the_content” then this post is for you! If not, well, feel free to browse some of our other blog posts…(Read More)
Get The Plugin – V1.0 This is a plugin from the our IBH dev team that adds in a Bootstrap carousel image display to
If you got the new Pagelines Platform 5 and wondered where your bootstrap grid went, this article is for you… Our agency is a big fan of Pagelines products as they’re some of the fastest and most versatile WordPress frameworks we’ve found to do rapid custom site builds for our clients. Since we…(Read More)
After some development work on our end, we have successfully gotten the real-time Facebook lead ad updates to our endpoint using the PHP method the Facebook Dev Team goes over in this video walk through here. However the video is a little grainy at times so it can be hard to see the code…(Read More)
A Simple Drop Box Solution for Backing Up MySQL Databases UPDATE!!! As of June 2017 DropBox has deprecated the API used by this tutorial for uploading files to DropBox. You can view our updated tutorial here: PHP – Automatically Backup MySQL Databases to DropBox. Historically we would back up some our key MySQL DB files…(Read More)
So you finally got your long-awaited WordPress site on the web. You paid top-dollar for the latest responsive theme, put all your best pictures on the site and loaded it with the latest plugins. You go to view it live on the web and… wow, this thing takes forever to load on the…(Read More)