Download Purepro Base for Geeklog 1.8.0 and 1.8.1
Upload the data/purepro folder in your private/data folder. The “private” folder does not exist. Private is only the name I give to the folder outside the web root
Upload the public_html/layout/purepro folder in your public_html/layout folder.
When you create a theme, you can set:
- Any color (background, header, footer, container, links) or choose a set of colors, - Font family or font size, - Fix or fluid theme, - Header outside the container or no header, - Text header or logo header, - Navigation menu above or below the header - Blocks position (left blocks and right blocks on 1 side, blocks above footer), - Footer outside the container, a custom footer (made with a staic page) or no footer
If you need to manually custom the css, just add in your data/purepro/1/ folder a file call my_custom_css.css with the css code needed in it.
data/purepro/1/my_custom_css.css
/* My Custom Styling for PurePro *****************************************************/
/* Limit container width */
#gl_container {
max-width:1024px !important;
}
You can create your own footer with a static page. Choose Custom footer (static page) when editing your theme with the Theme Maker and create a static page on your site with id: purepro_footer
You can see a exemple on this site.
You can create your own header with a static page. Choose No header No menu element when editing your theme with the Theme Maker and create on your site a static page with id: purepro_header
You can use glmenu plugin, navman plugin or menu plugin. Edit private/data/purepro/1/theme.php and set
$use_glmenu = 0; //To use traditional menu elements $use_glmenu = 1; //To use glmenu $use_glmenu = 2; //To use navman menu or menu plugin
Please visit the themes forum.
You can try and download available themes on the Theme Maker
purepro =< 1.8.0.2 $_CONF['show_right_blocks'] is not honored.
purepro 1.7.2 header.thml is missing (geeklog bug 1310): Copy and paste /public_html/layout/purepro/header/header1.thtml to /public_html/layout/purepro/header.thtml
Version base 1.8.2 May 9th 2012
Version base 1.8.1 Sept 6th 2011
Version base 1.8.0.3 - 1.8.0.5 Aug 9-10th 2011
Version base 1.8.0.2 June 28th 2011
Version base 1.8.0.1 June 17th 2011
Version base 1.8.0 June 14th 2011
Version base 1.7.3 Apr. 20th 2011
Version base 1.7.2.2 Mar. 9th 2011
Version base 1.7.2.1 Feb. 24th 2011
Version cordiste 1.7.1.0 nov. 7th 2010