The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
QUESTION Brandi - Onepage Business Template - 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: QUESTION Brandi - Onepage Business Template (/showthread.php?tid=7318) |
Brandi - Onepage Business Template - hosti - 2015-06-01 Hi First i want to say hello to everyone because it's my first post on this forum and i want to apologise for my english because it's not too good But i hope you understand me Ok so... I try to adopt/make the Free HTML5 & CSS3 Templates site Brandi (oryginal file on: http://themefisher.com/) to GetSimple CMS. This is my firs theme but when i finish i want to publish this work on GetSimple site for everyone. I have first problem. What i do? I edit files on another themes Inception (i would say thank you Oleg Svetlov - Oleg06 because this theme is awesome). I cut the index.html to footer.php, header.inc.php and template.php. I add the include header (<?php get_header(); ?>) and footer (<?php get_footer(); ?>) on this files like on this topic (http://get-simple.info/forums/showthread.php?tid=1612) but my site doesn't work. It is blank and view-source is empty. Why? What i do wrong? My files you can download on this link : http://hosti.vot.pl/themes-moj.zip I will be grateful for your help. RE: Brandi - Onepage Business Template - datiswous - 2015-06-01 Check out this wiki article. A lot is missing in your theme : http://get-simple.info/wiki/themes:tutorial Remove: PHP Code: $innov_settings = Innovation_Settings(); RE: Brandi - Onepage Business Template - Timbow - 2015-06-01 Welcome Hosti. We are a very international forum so don't worry about your English. You have chosen a complicated template to start work on. I am sure it can be done but may not be easy. I would always start with the existing index.htm and use that as template.php. You don't have to break up the template file into parts. do it only if it is convenient. You will want to read the relevant wiki pages for making themes and also you will want to find Carlos's one-page navigation code for scrolling single-page sites. Maybe this theme would be useful to you: http://get-simple.info/extend/theme/grey-onepage/793/ RE: Brandi - Onepage Business Template - Oleg06 - 2015-06-01 enable debug and correct these errors in your theme, such as a missing file functions.php with Code: function Innovation_Settings() RE: Brandi - Onepage Business Template - vallhund - 2015-06-01 I agree with guys above on complexity of Innovation. It is better to use the Cardinal theme as a boilerplate. RE: Brandi - Onepage Business Template - datiswous - 2015-06-02 You try to edit another theme ( Inception ), to look like the Brandi template (some Bootstrap 3 theme), instead of just converting that template directly? RE: Brandi - Onepage Business Template - Artur - 2015-06-02 @Hosti I wrote a PM to you. |