fhs-simple

Please post the URLs to pages, where you've made a CMSimple template available for download

Moderator: mikey

jop
Posts: 66
Joined: Sun Sep 20, 2009 1:05 pm

fhs-simple

Post by jop » Fri May 26, 2017 8:37 am

I play with the template fhs-simple (included in the cmsimple_xh 1.7 package). How can I get the site name left located in header if I do not want a logo shown? How can I change the bullet signature (»)?
Thanks in advance.

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: fhs-simple

Post by frase » Fri May 26, 2017 9:55 am

jop wrote:How can I get the site name left located in header if I do not want a logo shown?
Remove in template.htm the Logo-Line (55):

Code: Select all

<div id="logo"><a href="./" class="logo">&nbsp;</a></div> 
jop wrote:How can I change the bullet signature (»)?
Change the content in stylesheet.css line 380:

Code: Select all

.maincont ul li:before, #tinymce ul li:before {
	content: '\f101';				/*** this is the Bullet » ***/
	font-family: 'FontAwesome'';	/*** this is the Font-Family ***/
	color: #999;
	padding: 0 .5em 0 0;
	margin-left: -1em;
}

jop
Posts: 66
Joined: Sun Sep 20, 2009 1:05 pm

Re: fhs-simple

Post by jop » Fri May 26, 2017 10:40 am

Thank you very much - very nice template.

jop
Posts: 66
Joined: Sun Sep 20, 2009 1:05 pm

Re: fhs-simple

Post by jop » Fri May 26, 2017 7:45 pm

Could use a little advice on changing the favicon :)

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: fhs-simple

Post by cmb » Fri May 26, 2017 9:16 pm

jop wrote:Could use a little advice on changing the favicon :)
If you like to have the full set of favicons, see http://web-stuebchen.de/. It's German, but you may be able to understand it. :) Otherwise consider to search for "favicon generator" or something like that.

Note also that there are some ideas regarding a favicon plugin – unfortunately, I don't have time to pursue these ideas now.
Christoph M. Becker – Plugins for CMSimple_XH

jop
Posts: 66
Joined: Sun Sep 20, 2009 1:05 pm

Re: fhs-simple

Post by jop » Sun May 28, 2017 6:43 pm

Great - thank you very much.

jgmvdm
Posts: 13
Joined: Wed Nov 01, 2017 8:24 am

Re: fhs-simple

Post by jgmvdm » Wed Nov 01, 2017 10:03 am

Hi, i'm using fhs-simple on my website http://www.la-vie-en-france.nl
In the mobile version of the menu, its not showing all menu items in the right color.
The menu contains many items, and the lower part is colored a white background.
Thanks for help.
[ external image ]

lck
Posts: 2955
Joined: Wed Mar 23, 2011 11:43 am
Contact:

Re: fhs-simple

Post by lck » Wed Nov 01, 2017 10:48 am

jgmvdm wrote:In the mobile version of the menu, its not showing all menu items in the right color.
The menu contains many items, and the lower part is colored a white background.
Yes, a very long list.

stylesheet.css circa line 614:

Code: Select all

.nav_horizontal {
    position: absolute;
    z-index: 220;
    max-width: 100%;
    background-color: #666;
    height: auto !important; /* add this */
}
„Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“   👉 Ludwig's XH-Templates for MultiPage & OnePage

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: fhs-simple

Post by frase » Wed Nov 01, 2017 12:06 pm

Danke Ludwig (lck), für die Hilfe.
Das ist ja wirklich ein extremer Fall - "a very long list".
Und es klappt auch nur in solchen Fällen, sofern man immer die gesamte Höhe mit dem Menü bedecken will.
Das Script berechnet die Höhe des Headers (+Border) plus Höhe des Inhalts.

BTW:
Es gibt noch einen kleinen Bug im Template.
https://github.com/cmsimple-xh/cmsimple ... -340184187

Lösung:
https://github.com/cmsimple-xh/cmsimple ... 652d9b5e4f

jgmvdm
Posts: 13
Joined: Wed Nov 01, 2017 8:24 am

Re: fhs-simple

Post by jgmvdm » Sat Dec 23, 2017 12:36 pm

I'm using fhs-simple template on my website http://www.la-vie-en-france.nl
and would like to have a picture as top-logo/banner that is also is responsive.

Thanx for any help

Post Reply