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
#2
I am going to make this theme work better on smaller sizes of screen. I have been testing and it needs changing.
Reply
#3
Great works. Are you belonging to GS? hired?
Reply
#4
I would like to get https://html5up.net/forty into one of GS theme!

Your writing is too complex for me to understand.
Reply
#5
(2016-11-03, 21:17:02)kazu2015 Wrote: I would like to get https://html5up.net/forty into one of GS theme!

Your writing is too complex for me to understand.

What writing is that, that is too complex?
Reply
#6
(2016-11-03, 21:09:19)kazu2015 Wrote: Great works. Are you belonging to GS? hired?

GS is entirely run by volunteers
Reply
#7
Huh, ... I tried but my ability is not enough.

7php files are in the theme.

complicated..........
Reply
#8
By the way, can you resolve this problem?

http://get-simple.info/forums/showthread.php?tid=2939
Reply
#9
(2016-11-04, 08:59:25)kazu2015 Wrote: Huh, ... I tried but my ability is not enough.

7php files are in the theme.

complicated..........
Yes, okay.
There are three page templates: sidebar left, sidebar right and no sidebar.
Then the php includes so that each template has the same head section & menu and footer, and one more so you can easily leave out the banner.
The seventh is functions.php.

It isn't simple at first look but I think it is the best way to organise the files. Each line is written once only, and if you want to alter a line you only do it in one place. 
Reply
#10
Then huh,,,,,,

Can you make it template.php and header.php at the moment?
Reply
#11
(2016-11-04, 09:57:50)kazu2015 Wrote: Then huh,,,,,,

Can you make it template.php and header.php at the moment?

I don't understand
Reply
#12
How do you use left side bar?
Reply
#13
By the way, I made this a long time ago!

http://npogakushuu.php.xdomain.jp/c/
Reply
#14
http://npo2020.php.xdomain.jp/b/index.php?id=content

element page's background is a bit strange. Why?
Reply
#15
Sorry we are confused.

http://npo2020.php.xdomain.jp/b/

This is left sidebar. I wanted to talk about Spectral theme!
Reply
#16
(2016-11-04, 11:15:35)kazu2015 Wrote: Sorry we are confused.

http://npo2020.php.xdomain.jp/b/

This is left sidebar. I wanted to talk about Spectral theme!

Can you then delete all the non-relevant posts in this topic (the ones about Spectral). Also, can you group your questions in one post instead of multiple messages (this is not chat).

Btw. the template (php) files are mostly html. You need to have a good understanding of html and css, to properly edit theme files, php knowledge isn't required usually.
Reply
#17
I have uploaded an v1.1.

Mainly it goes down to smaller screen sizes.
a few other small changes like darker text colour.
Reply
#18
(2016-11-15, 08:36:53)Timbow Wrote: I have uploaded an v1.1.

Mainly it goes down to smaller screen sizes.
a few other small changes like darker text colour.

I gave you five stars!

Sorry for being messy about this thread.
Reply
#19
(2016-11-22, 23:00:15)kazu2015 Wrote: Sorry for being messy about this thread.

There is no need to apologise. it is a pleasure to have you here.
Reply
#20
(2016-11-22, 23:10:11)Timbow Wrote:
(2016-11-22, 23:00:15)kazu2015 Wrote: Sorry for being messy about this thread.

There is no need to apologise. it is a pleasure to have you here.

You have a broad mind!
Reply
#21
Morning

Just tried downloading the seacape theme http://get-simple.info/extend/theme/seascape-2/1067/

Windows notified me that it contains the following:

Trojan: Win32/Spursint.A!cl
Reply
#22
Virus Check Here

Windows. If I knew what triggered the false positive I could do something about it.
Reply
#23
(2016-12-13, 21:24:02)Timbow Wrote: Virus Check Here

Windows. If I knew what triggered the false positive I could do something about it.

Totally agree, kind of left me in the dark too
Reply
#24
-Seascape2-

Hello Timbow or other specialist - can you help,


I need to change the main background-color on the sites of the theme Seascape2.

How can it be done? There should be a css file involved? Which is it? Can it be modified without risk?

horei
Reply
#25
(2017-03-02, 03:40:26)horei Wrote: -Seascape2-

Hello Timbow or other specialist - can you help,


I need to change the main background-color on the sites of the theme Seascape2.

How can it be done? There should be a css file involved? Which is it? Can it be modified without risk?

horei

If you make a backup then you can edit without risk. The main css is assets/css/style.css
I don't think there is any css declaration of main background colour in the theme, I think it just defaults to white.
So you would add somewhere
Code:
body { background-color: magenta; }
or something like it.
Reply




Users browsing this thread: 2 Guest(s)