Prevent Joomla Multilingual Language Code within external files
If you have your website setup to be multilingual, then you probably have the System – Language Code plugin enabled. However, this can cause issues if you want to...
Quick and Easy Tools
Quick Difference http://www.quickdiff.com/ An Online Tool to do a ‘quick and dirty’ diff of two text or code fragments Jack of All Trades http://sortmylist.com/ This is an incredible tool...
Make Opencart/Mijoshop Success Message More Noticeable
We use Mijoshop on quite a few client sites. While I love how extendable it is, I HATE how after adding an item to cart, it only adds a...
Recolor Form Field Placeholder Text
*::-webkit-input-placeholder {color: #666;}*:-moz-placeholder {color: #666;}*::-moz-placeholder {color: #666;}*:-ms-input-placeholder {color: #666;}#form-application select, #form-application select option:disabled, select option.placeholder {color: #666;}
Redirects for Joomla Experimental URL Routing
Although I found a posted solution a few months ago for URLs with article ID only (https://www.mysite.com/category/1111-article), I had several different scenarios that were going to 404’s. Those were:...
Error message – “Empty Solution Not Allowed” When Editing Frontend Content
A bug can occur in Joomla when Google recaptcha is being loaded in multiple places on a site. The error message “Empty Solution Not Allowed,” most commonly occurs when...
Mijoshop shows gibberish on mobile
Recently had a shopping cart we manage show gibberish looking code only on mobile. This is obviously not reassuring to customers and does bring up the concern of a...
All the Joomla htaccess redirects you will ever need
Here are the quick code snippets for common tasks you need to do in .htaccess to do redirects for Joomla, or any site for that matter. Most are linked...