Gabriola Graphics Blog

Here you'll find posts relating to a bunch of graphic and web stuff, a little hardware or software stuff, and the odd life pro tip.

Welcome! Here you'll find posts relating to a bunch of graphic and web stuff, a little hardware or software stuff, and the odd life pro tip.

Tag cloud and search at bottom of page.

Divi Friendly Global Footer

This trick will allow you to create a Divi friendly footer (within the front-end builder) and then via a child theme modification to the footer.php file, have it echo throughout your site. <style>.embed-container { position: relative; padding-bottom: 56.25%;...

Read More
Dreamweaver Find and Replace

Fix Dreamweaver Double-Spaced Code

  Due to Unix/Linux/Windows server environments, when you are editing code locally in Dreamweaver you’ll sometimes find your code double-spaced for the whole file. A quick fix is to run this find/replace command to remove the extra spaces. In Dreamweaver:...

Read More

PHP Snippet: Display If In Date Range

One of my client’s websites requires regular updates where a “Sale” graphic is shown to visitors between certain dates. Rather than manually updating the site at those specific dates (and having to be in front of the computer on those dates) I wrote...

Read More