Page 1 of 3

fhs-simple

Posted: Fri May 26, 2017 8:37 am
by jop
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.

Re: fhs-simple

Posted: Fri May 26, 2017 9:55 am
by frase
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;
}

Re: fhs-simple

Posted: Fri May 26, 2017 10:40 am
by jop
Thank you very much - very nice template.

Re: fhs-simple

Posted: Fri May 26, 2017 7:45 pm
by jop
Could use a little advice on changing the favicon :)

Re: fhs-simple

Posted: Fri May 26, 2017 9:16 pm
by cmb
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.

Re: fhs-simple

Posted: Sun May 28, 2017 6:43 pm
by jop
Great - thank you very much.

Re: fhs-simple

Posted: Wed Nov 01, 2017 10:03 am
by jgmvdm
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 ]

Re: fhs-simple

Posted: Wed Nov 01, 2017 10:48 am
by lck
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 */
}

Re: fhs-simple

Posted: Wed Nov 01, 2017 12:06 pm
by frase
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

Re: fhs-simple

Posted: Sat Dec 23, 2017 12:36 pm
by jgmvdm
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