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 – Different Header Image On Each Page
Display a different header image at the top of each page + logo and text. Goal: Different header background images at the top of each page, but same logo and text on top of each photo. Theme: Ximenia by RocketTheme Theme Position: Showcase Joomla: 3.0.x Live example will be: http://sd.califaep.org/awards-event 1. Create a Custom HTML Module Module…
Joomla – Find Specific PayPlans Fields In MySQL Database
Goal: Delete ALL PayPlans No-status (status=0) memberships. In MySQL, locate all PayPlans memberships that have status=0. (The No-status (status=0) memberships are a broken remnant of the previous database migration): Open phpMyAdmin Navigate to payplans_subscription table Click SQL tab Run the following script: SELECT * FROM `xxxx_payplans_subscription` WHERE status=0 Also check the following PayPlans tables to make sure a membership is fully…
Joomla – Creating a Hidden Menu Item
Create a Joomla Hidden Menu Item Specific goal: Integrate JomSocial into PayPlans membership signup process. MUST have functioning JomSocial Menu Item (so PayPlans member registration works), BUT we don’t want this Menu Item displayed in the Menu. Solution: Hidden Menu, with a Menu Item inside. Resource: How to control module display when linking to an article with no…
Joomla – Making a Custom Home Page
Giving the Front Page a different style from other pages – from Joomla Docs I specifically used the following CSS method from the above post: Assigning CSS style on the body element in your template Edit the file “index.php” in your default template directory Then, you can write CSS rules which style the component differently…
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 Twitter Feed Module – SP Tweet
SP Tweet by JoomShaper