Pure Gallery Theme - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Themes (http://get-simple.info/forums/forumdisplay.php?fid=10) +--- Thread: Pure Gallery Theme (/showthread.php?tid=5303) |
Pure Gallery Theme - Timbow - 2013-10-23 An awsome, fully responsive, fluid, tiled, image gallery homepage from Pure plus two more page templates (without the gallery). All the images are changeable through the back end without editing the templates, the footer section is changeable through the back end without editing the templates and the templates are ready for Custom Titles without editing. Uploaded to Extend Original template on the Pure Site gallery template standard template Three templates, one with six images and content below, two more with just the first image and the title box, one with sidebar, one full width. Some simple conditional php in the templates allows you to easily insert your own content in all the image boxes plus the footer plus the normal page, sidebar and tagline To replace the images: Make a component and name it photo-box-1. Write in the component html image tags for the image of your choice. If for instance you have uploaded to the uploads folder an image named head.jpg you would write the following in your component. Code: <img src="<?php get_site_url(); ?>data/uploads/head.jpg" alt="text here"> Code: <img src="http://image location" alt="Alt Text" title="Hover Text"> (or link) To change the footer: Make a component called footer. Put in it what text and html you like. it will appear on every page. An empty component will give you an empty footer To use Custom Titles: Install and activate the plugin. You don't need to change the template. RE: Pure Gallery Theme - safealternatives - 2014-03-28 I'm new to web site building. How so I upload this theme to my themes? I've downloaded the zip file to my desk top and opened it, but I don't know how to upload from there to the theme page. I tried uploading each page file separately to the files page, but can't get the whole thing to the plug ins where I think it should go first. RE: Pure Gallery Theme - Timbow - 2014-03-28 Unpack/unzip the zip. Upload the theme in its folder by ftp to the theme folder of your site. Activate the theme through admin |