
Graphic designer since before the Internet. Started with newspaper paste-up; then art director for advertising agency in Reno, NV; and now freelancer designing marketing materials, print-on-demand t-shirt art, websites, and social media graphics.
Similar Posts
Joomla Blank Screen After Upgrade
Upgraded a Joomla 2.5 Component and suddenly both my Admin and Frontend were a blank screen. Ugh! Time to debug: root > configuration.php > public $error_reporting = ‘default’; Change the word default to maximum. FTP: set permissions of configuration.php on server to 777; upload configuration.php from local to server. View all the pretty error messages. Change…
Joomla – Display Eventbrite Events via Module in Article
Goal: To display Eventbrite events in a Joomla Article, without using the Menu. 1. Install: Combrite to display Eventbrite events in a Joomla Article. 2. Create Combrite Eventbrite event: Go to Admin > Components > Combrite Search for title of Eventbrite event and click “Import as Joomla article.” A Joomla Article will be automatically created….
Joomla Resend User Activation Email
Problem: New user registers, but never receives their Activation Email – which means they can NEVER log in. And Joomla does not have a way to resend them their activation email. Solution: wbReactiv Joomla plugin. wbReactiv manually resends Joomla activation email to users who may not have received them yet. It works from Joomla backend and display a…
Joomla Site Hacked – Resources
Joomla site got hacked. These are the resources I’m using to fight back! Unhacking Your Joomla Site – Akeeba Backup Joomla Security Checklist / Your have been hacked or defaced – Joomla.org How To Fix A Hacked Joomla Website – The Theme Expert How to fix “hacked by Hmei7″ on Joomla web site – Joshpate…
Joomla – Ximenia Child Theme Custom CSS
Where do I put my Ximenia Child Theme’s Custom CSS file? Answer: root/templates/rt_ximenia_responsive/css/rt_ximenia_responsive-custom.css. This also prevents the customizations from being deleted when the theme is updated. I had incorrectly named my custom CSS file rt_ximenia-custom.css – causing much frustration. Ugh. It’s supposed to be: rt_ximenia_responsive-custom.css. I had left out the word “responsive” by accident. NOTE:…
Joomla SCLogin – Change Register Button Text
Joomla login module: SCLogin Enhanced Login (as of version 7.0.3) Project: Change register button’s text from the word “Register” to the word “Join” In order to avoid this edit from being overwritten when SCLogin gets updated, locate SCLogin’s language file: root/language/en-GB/en-GB.mod_sclogin.ini Copy line 8: MOD_SCLOGIN_REGISTER_FOR_THIS_SITE=”Register” And paste it in the Language Overrides file, located at: root/language/overrides/en-GB.override.ini Then…