Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Seascape 2
#1
Uploaded to Extend:
http://get-simple.info/extend/theme/seascape-2/1067/

Demo Here:
http://www.gs.cyberpress.biz/Seascape2/
[Image: attachment.php?aid=737]

An original theme for GetSimple with the following features:
  • Optional, Customisable Page Banners

  • 'Sticky' Header and Footer

  • Responsive down to 640px

  • Javascript Mobile Hamburger Menu

  • Fontawesome Icons and Google Fonts

  • Valid html and css

Banners

The default banner is the image across the page top below the menu. If you don't want the banner at all go to the Theme tab, choose your template from the grey drop-downs and click Edit. Where you see the following tag:

Code:
    <!--Include the banner -->
    <?php include('banner.inc.php'); ?> 

either delete it or comment out the include line so it looks like this:

Code:
    <?php /*include('banner.inc.php');*/ ?> 

The banner need not be an image. It can be any html, but we are going to assume it is an image for these directions.

Setting a Default Banner

To over-ride the default image make a component, name it banner and write in it whatever html you want to see there. For instance if your new banner is to be an image named banner01.jpg and you have uploaded it through the Files tab to the uploads directory you would write in your component:

Code:
<img src="<?php get_site_url(); ?>data/uploads/banner01.jpg" alt="text here">

The image doesn't need to be any particular size or proportion.

Setting Banners for Individual Pages

Banners are set for individual pages in the same way, but the component needs to be named banner-slug where slug is the end of the url for that page. For instance to set a special bannner just for the Homepage you would call the component banner-index


Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
Seascape 2 - by Timbow - 2016-10-29, 09:41:16
RE: Seascape 2 - by Timbow - 2016-10-31, 21:29:51
RE: Seascape 2 - by kazu2015 - 2016-11-03, 21:09:19
RE: Seascape 2 - by Timbow - 2016-11-04, 01:11:20
RE: Seascape 2 - by kazu2015 - 2016-11-03, 21:17:02
RE: Seascape 2 - by Timbow - 2016-11-04, 01:09:41
RE: Seascape 2 - by kazu2015 - 2016-11-04, 08:59:25
RE: Seascape 2 - by Timbow - 2016-11-04, 09:37:30
RE: Seascape 2 - by kazu2015 - 2016-11-04, 09:01:36
RE: Seascape 2 - by kazu2015 - 2016-11-04, 09:57:50
RE: Seascape 2 - by Timbow - 2016-11-04, 10:05:21
RE: Seascape 2 - by kazu2015 - 2016-11-04, 10:15:37
RE: Seascape 2 - by kazu2015 - 2016-11-04, 10:17:10
RE: Seascape 2 - by kazu2015 - 2016-11-04, 10:23:55
RE: Seascape 2 - by kazu2015 - 2016-11-04, 11:15:35
RE: Seascape 2 - by datiswous - 2016-11-05, 07:27:06
RE: Seascape 2 - by Timbow - 2016-11-15, 08:36:53
RE: Seascape 2 - by kazu2015 - 2016-11-22, 23:00:15
RE: Seascape 2 - by Timbow - 2016-11-22, 23:10:11
RE: Seascape 2 - by kazu2015 - 2016-11-22, 23:30:03
RE: Seascape 2 - by cobber - 2016-12-13, 20:44:35
RE: Seascape 2 - by Timbow - 2016-12-13, 21:24:02
RE: Seascape 2 - by cobber - 2016-12-13, 23:38:21
RE: Seascape 2 - by horei - 2017-03-02, 03:40:26
RE: Seascape 2 - by Timbow - 2017-03-02, 04:05:43
RE: Seascape 2 - by horei - 2017-03-03, 03:29:01
RE: Seascape 2 - by Timbow - 2018-01-10, 07:14:25
RE: Seascape 2 - by horei - 2018-03-06, 20:25:45
RE: Seascape 2 - by datiswous - 2018-03-06, 22:16:52
RE: Seascape 2 - by Carlos - 2018-03-08, 05:35:45
RE: Seascape 2 - by horei - 2018-03-12, 02:23:00
RE: Seascape 2 - by datiswous - 2018-03-12, 11:03:40



Users browsing this thread: 2 Guest(s)