Grill - 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: Grill (/showthread.php?tid=6932) Pages:
1
2
|
Grill - Timbow - 2014-11-26 This is not just a theme it is a complete sample site. Once you have the sample site installed you can delete parts you don't want and replace pages and content. The theme alone will not work without the right plugins. Install like this on a web server or locally on wamp/lamp: 1. Install Getsimple with your own username and password. 2. Copy the contents of the zip archive over your site root so that each folder(data, plugins, and theme) merges and overwrites the existing folder. 3. login to the site admin pages or backend and Activate the theme 'Grill' You should then have a sample site with pages and subpages, components, blog posts and plugins. You may wish to update the plugins if they aren't the latest versions. Customisation and Editing
Page Templates are put together from partial templates with the extension .inc.php so you can assemble pages to include or exclude sliders, content areas etc. All Images are in folders in data/uploads so they can be replaced through the GS backend. The sliders contents are written in Components for easy editing and alteration. The signature colour (orange) is entirely css generated so change it by 'find and replace' in templatemo_style.css Special sidebars and taglines are created by naming a component sidebar-slug or tagline-slug. No need to edit the templates. Examples are included. The icons are all fontawesome and can be changed to what you like. The hr element uses an icon also. There is css for just two levels of navigation. Recent Posts from News Manager are displayed in the sidebar, the footer and on the index page. The posts are different because they are selected by tag. The layout is done with Carlos's brilliant nm_custom_display_recent function from NM Addons which means the post extracts can be given any layout and can be integrated into the bootstrap grid. Hope it all works okay! RE: Grill - Luigi - 2014-11-26 Nice! RE: Grill - Oleg06 - 2014-11-26 cool theme! http://timbowgs.bplaced.net/grill/index.php?id=blog&archive=201411 I recommend the add-in file .css Code: .nm_post { RE: Grill - Timbow - 2014-11-26 (2014-11-26, 20:23:53)Oleg06 Wrote: I recommend .... Yes! well spotted. I have a project to build on this template. When I have used it a bit I will have some alterations to make. RE: Grill - alex_d - 2014-12-04 Nice template! How to change settings for Fancybox (slide show on the homepage) to disable; - autoPlay = false (so without auto sliding, just on click) I've been looking in JS but could not find the solution. Cheers Alex RE: Grill - Timbow - 2014-12-04 (2014-12-04, 03:38:38)alex_d Wrote: Nice template! That slider on the homepage i a woo flexslider and I don't know how you change the settings, I think they might be in the js folder somewhere. The fancybox plugin is used elsewhere but it isn't working how it should and it never validates either. I should remove it really. [edit] yes plgins.js line 1033 //FlexSlider: Default Settings looks like the place but you will have to try it[/edit] RE: Grill - alex_d - 2014-12-04 Thanx Tim ! Your template ( more a package) is quite similar to the one that im building for my self. However the progress is somewhat too slow as I have to do other work too .. I have decided to stay away from the Bootstap (overloaded css) and not necessary JS and to hand code following smacss rules. Alex RE: Grill - pepe - 2014-12-17 Nice template! need to add ..... fancybox_sprite.png in folder images RE: Grill - Timbow - 2014-12-18 (2014-12-17, 23:43:28)pepe Wrote: Nice template! Thank you Pepe. There are a few things like that I should see to, but can't do it right now so your info is v helpful. RE: Grill - pepe - 2014-12-21 Thanks Timbow, if it can help... "templatemo_misc.css" need to change line 194 .fancybox-overlay {z-index: 8010;} --> .fancybox-overlay {z-index: 800;} (I really don´t know what was wrong, UFO file, but it works to me with this little change) also in folder: /images/fancybox_loading@2x.gif /images/fancybox_sprite@2x.png /images/fancybox_overlay.png /images/blank.gif /images/fancybox_loading.gif /images/fancybox_sprite.png In "templatemo_style.css": .search-box input {margin-top: 0px;} -->(I think if you set the height -in somewhere-and the color it is better to avoid problems with the icon)--> Example--> .search-box input { width: 210px; height: 28px; margin-top: 2px; background-color:#fff;} RE: Grill - pepe - 2014-12-21 ... this is the previous "UFO"... \admin\template\js\fancybox\jquery.fancybox.css --> same files in admin with "z-index" 1000 to 1010 RE: Grill - pokstreet - 2015-01-01 Thank you this is a very nice template. However I found a problem with the meta tag, after fill some sentence in meta description, It was still empty when output on the page. I checked with index.php and found something like that: <head> <meta charset="utf-8"> <title><?php get_page_clean_title(); ?></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> It's seems like meta description doesn't refer to the right value? I'm a newbie with getsimple and PHP. How can I fix this? Many thanks and happy new year. Cheers RE: Grill - Timbow - 2015-01-02 In the GetSimple admin, under pages then open Page Options you will see a place to enter a meta description. Is it not working? RE: Grill - pernad01 - 2015-01-13 Great theme! I ran into a problem with the Font Awesome Icons on the index page. I tried to change them, but now it shows two icons, the original and the one I changed it to. Here's the code: <div class="icon"><i class="fa fa-heart"></i></div> Any help would be greatly appreciated! Thanks! See attachment for visual. RE: Grill - shawn_a - 2015-01-13 You don't put anything inside the tag your doing it wrong RE: Grill - Timbow - 2015-01-13 fontawesome normally requires Code: <div class="icon"><i class="fa fa-heart"></i></div> Code: <div class="icon"><i class="fa"></i></div> http://fortawesome.github.io/Font-Awesome/3.2.1/cheatsheet/ There is a post somewhere about altering the config of the editor so that it accepts empty <i> tags if you want to do it that way RE: Grill - shawn_a - 2015-01-14 ah yeah don't put both class and a entity, you'll get 2 icons RE: Grill - pernad01 - 2015-01-14 (2015-01-14, 01:45:35)shawn_a Wrote: ah yeah don't put both class and a entity, you'll get 2 icons Thanks, I figured that one out. LOL! I'm such a newbie. RE: Grill - dikkewalter - 2015-02-23 excellent theme / sample site! RE: Grill - maco-nl - 2015-04-14 Hi , Timbow just a short compliment for this wonderfull and complete theme i just started with get-simple and need to learn a lot , but with this complete theme, i see,, i can learn a lot how the plug ins and other things is build in . this is a great must have ,for new users (like me :-) ) who starts with get-simple to learn a lot ( so i'm very thankfull for this !) kind regards Mandy RE: Grill - maco-nl - 2015-04-15 Hi , i did just try this one i installed a new get-simple and left this one as it was then i did upload and overwrites the existing folders i logged in the admin i activated the new plugins then i selected grill as theme but... the first page didn't change , don't have the slider etc also the comments what customers say doesn't work is this cause i use get-simple 3.3.5 ? RE: Grill - dikkewalter - 2015-04-15 (2015-04-15, 03:33:46)maco-nl Wrote: Hi , i did just try this one I just tried just that. Got 3.3.5 installed. Made sure the install finished and the vanilla site worked then I overwrote the grill folders (plugins, data and theme). choose the theme and poof..it works..like a charm. (check temp test site: http://mealex.nl/stijl.lizz/). Make sure you first finish the install on the new getsimple install, THEN overwrite the grill stuff, it should work. RE: Grill - maco-nl - 2015-04-15 Hi dikkewalter , tnx for your reply i wil try again , the install was completed before i did overwrite the stuff will be back just now :-) Edit : Got it running now don't ask how ,, first still the same , then i deleted the folders theme , plugins , data then i did upload these 3 folders from grill then i uploaded these 3 folders from the get-simple package i choosed don't overwrite turned back needed again to run the install ,, so i did then selected Grill theme and finally everything is up and running well think the server i use is a bit upside down :-) now need to figure out how this one works :-) RE: Grill - Maidenman - 2015-05-20 Hello, this template is great. Good job! But is there a chance to have three levels of navigation? I can't get it right on myself :/ Could anyone help? RE: Grill - Timbow - 2015-05-21 (2015-05-20, 18:13:57)Maidenman Wrote: Hello, this template is great. Good job! I can't do it for you. They are the devil's work those drop-down and fly out things. Could you put the third level static in a sidebar? You can get the php from here: http://mvlcek.bplaced.net/get-simple/multi-level-navigation |