Dispute a Norton Safe Web Blacklist

We recently had a client coming to us whose site was flagged by Norton.  Norton’s blacklist is a way smaller deal than Google’s, but you still want to deal...

Remove index.php from Joomla SEF Links

There are probably a hundred articles that tell you how to change your Joomla settings to remove the /index.php/ from your links, but not a place to show you...

Make dropdown menu items wrap text in Gantry 5

If you have dropdown items that have text hanging off the side like the image below: Add this code to /custom/scss/custom.scss .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel >...

Fixing open_basedir in Joomla

Many security tools and blogs suggest setting the open_basedir in the php.ini file.  The open_basedir directive “Limits the files that can be accessed by PHP to the specified directory-tree,...

Wrong breadcrumbs in Joomla content

If you have ever had your site’s breadcrumbs show totally random entries that have nothing to do with the page you are looking at, this can be a cache...