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
Zen Cart FIX – Customer can’t log in. Error msg: There was a security error when trying to login.
Problem: Customer can’t log in Error message: “There was a security error when trying to login.” FIX: http://tutorials.zen-cart.com/index.php?article=312 ALL new templates need the following code added to their tpl_login_default.php file line 50: <?php echo zen_draw_hidden_field(‘securityToken’, $_SESSION[‘securityToken’]); ?> line 79: <?php echo zen_draw_hidden_field(‘securityToken’, $_SESSION[‘securityToken’]); ?> (Original master file is here: root > includes > templates >…
Web Design Contract
Contract Killer – The popular open-source contract for web designers and developers – Andrew Clarke Contract Killer 3 is also available on Github and Docracy. Retainer Agreement – Docracy (A retainer agreement for design services) Contract of Works for Web Design – Dan Wong (Based heavily on Andy Clarke’s Contract Killer, above) Designers: Know Your Rights! 4 Must-Have Clauses In…
21 Stimulating Color Palette Tools For Designers – SitePoint.com
21 Stimulating Color Palette Tools For Designers by Alyssa Gregory (SitePoint.com) I’m always excited about the possibilities of a new design. At the very beginning, I never really know where it will end up, and I love that feeling. The whole process of choosing colors and creating a color palette for a site is usually…
Menu Button Background Transparency Makes Text Transparent [FIX?]
Problem: Menu button’s hover background is 50% transparent (this is good). But it also makes the text inside the menu button 50% transparent (this is bad). Desired result: Text inside the button should remain solid-colored when the button’s hover background is 50% transparent. Solution (maybe?): Maybe this will keep the text solid-colored while the menu button’s hover…
WordPress Plugin – Custom Contact Forms
Got turned on to a new WordPress contact form plugin today called Custom Contact Forms. Been digging into it a little bit tonight. But I found that I couldn’t re-arrange the form’s fields. Ugh; what a pain in the ass! Then I came across the CCF Option Sort for Custom Contact Forms plugin, which allows…
How to add a link to Widget title
Install Widget Title Links Reference: WPBeginner – How to Add a Link to Widget Titles in WordPress
