New OnePage-Template "OP_GoAway" (responsive)

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

Moderator: mikey

doczimut
Posts: 126
Joined: Thu Dec 25, 2008 1:10 pm
Location: Normandy (France)

Re: New OnePage-Template "OP_GoAway" (responsive)

Post by doczimut » Thu Nov 07, 2019 7:03 pm

Hallo
(Übersetzung aus dem Französischen ins Deutsche von Google)
Für Inhalte in # info-one und # info-two möchte ich intelligente Listen (ul ol li) verwenden, die heute in der Datei stylesheet.css nicht stilisiert sind.
Ich habe den beigefügten Code hinzugefügt, aber ich habe keinen Stil für ol li. Hast du eine Idee?
Danke.

Code: Select all

.footertarget ul,
#tinymce ul, .cke_editable ul {
	list-style: none inside none;
	margin: 0 0 1rem;
	padding: 0;
}
.footertarget ul li,
#tinymce ul li, .cke_editable ul li {
	list-style: none inside none;
	margin-left: 1em;
	padding: 4px 0;
}
.footertarget ul li:before,
#tinymce ul li:before, .cke_editable ul li:before {
	content: "\f101";
	font: 1em FontAwesome;
	color: #9E9E9E;
	padding: 0 .4em 0 0;
	position: relative;
	margin-left: -1em;
}
.footertarget ul ul li:before,
#tinymce ul ul li:before, .cke_editable ul ul li:before {
	content: "\f101";
	font: 0.9em FontAwesome;
	top: -0.05em;
}
.footertarget ul ul ul li:before,
#tinymce ul ul ul li:before, .cke_editable ul ul ul li:before {
	content: "\f101";
	font: 0.8em FontAwesome;
	top: -0.1em;
}
.footertarget ol {
	list-style-type: decimal;
	margin-left: 1em;
	padding: 0;
}
.footertarget ol ol {
	list-style-type: upper-alpha;
}
.footertarget ol ol ol {
	list-style-type: lower-alpha;
}
.footertarget ol li {
	padding: 6px 0;
}

Tata
Posts: 3586
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: New OnePage-Template "OP_GoAway" (responsive)

Post by Tata » Thu Nov 07, 2019 8:53 pm

Hast du schon versucht das gesammte duplizieren und im Duplikat alle "ul" zu "ol" wechseln?
Z.B.

Code: Select all

.footertarget ul,
#tinymce ol, .cke_editable ol {
	list-style: none inside none;
	margin: 0 0 1rem;
	padding: 0;
}
.footertarget ol li,
#tinymce ol li, .cke_editable ol li {
	list-style: none inside none;
	margin-left: 1em;
	padding: 4px 0;
}
...
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

doczimut
Posts: 126
Joined: Thu Dec 25, 2008 1:10 pm
Location: Normandy (France)

Re: New OnePage-Template "OP_GoAway" (responsive)

Post by doczimut » Fri Nov 08, 2019 6:28 am

Hallo
Der Code funktioniert nicht.
Es ist jedoch die Kopie von .lck_content (ul ol li), die im Inhaltsteil (content) funktioniert.
-------------
Bonjour
Le code ne fonctionne pas.
Pourtant c'est la copie de .lck_content (ul ol li) qui fonctionne dans la partie du contenu (content).

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

Re: New OnePage-Template "OP_GoAway" (responsive)

Post by lck » Fri Nov 08, 2019 11:49 am

doczimut wrote:
Thu Nov 07, 2019 7:03 pm
Für Inhalte in # info-one und # info-two möchte ich intelligente Listen (ul ol li) verwenden, die heute in der Datei stylesheet.css nicht stilisiert sind.
Das war für diesen Bereich bisher leider nicht vorgesehen. Listen sollten natürlich auch hier dementsprechend gestylt werden.
Ersetze bitte in der stylesheet.css den gesamten Bereich für Listen (Zeile 540 bis 591) mit:

Code: Select all

.lck_content ul,
.footertarget ul,
#tinymce ul,
.cke_editable ul {
	list-style: none inside none;
	margin: 0 0 1rem;
	padding: 0;
}
.lck_content ul li,
.footertarget ul li,
#tinymce ul li,
.cke_editable ul li {
	list-style: none inside none;
	margin-left: 1em;
	padding: 4px 0;
}
.lck_content ul li:before,
.footertarget ul li:before,
#tinymce ul li:before,
.cke_editable ul li:before {
	content: "\f101";
	font: 1em FontAwesome;
	color: #9E9E9E;
	padding: 0 .4em 0 0;
	position: relative;
	margin-left: -1em;
}
.lck_content ul ul li:before,
.footertarget ul ul li:before,
#tinymce ul ul li:before,
.cke_editable ul ul li:before {
	content: "\f101";
	font: 0.9em FontAwesome;
	top: -0.05em;
}
.lck_content ul ul ul li:before,
.footertarget ul ul ul li:before,
#tinymce ul ul ul li:before,
.cke_editable ul ul ul li:before {
	content: "\f101";
	font: 0.8em FontAwesome;
	top: -0.1em;
}
.lck_content ol,
.footertarget ol,
#tinymce ol,
.cke_editable ol {
	list-style-type: decimal;
	margin-left: 1em;
	padding: 0;
}
.lck_content ol ol,
.footertarget ol ol,
#tinymce ol ol,
.cke_editable ol ol {
	list-style-type: upper-alpha;
}
.lck_content ol ol ol,
.footertarget ol ol ol,
#tinymce ol ol ol,
.cke_editable ol ol ol {
	list-style-type: lower-alpha;
}
.lck_content ol li,
.footertarget ol li,
#tinymce ol li,
.cke_editable ol li {
	display: list-item;
	padding: 6px 0;
}

*Nachtrag: und noch Zeile 859

Code: Select all

.lck_footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ändern zu:

Code: Select all

.lck_footer ul.footerinfo,
.lck_footer ul.footernav {
	list-style: none;
	margin: 0;
}
„Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“   👉 Ludwig's XH-Templates for MultiPage & OnePage

doczimut
Posts: 126
Joined: Thu Dec 25, 2008 1:10 pm
Location: Normandy (France)

Re: New OnePage-Template "OP_GoAway" (responsive)

Post by doczimut » Fri Nov 08, 2019 2:52 pm

Nickel ! Danke.

doczimut
Posts: 126
Joined: Thu Dec 25, 2008 1:10 pm
Location: Normandy (France)

Re: New OnePage-Template "OP_GoAway" (responsive)

Post by doczimut » Sat Nov 09, 2019 8:52 pm

[ external image ]

Website: Cordonneries Services

Plugins: fa, flexslider, onepage, privacy

Template: op_goaway (with a little color)

CMSimple_XH: version 1.7.2

I did not find a satisfactory plugin for a responsive photo gallery.
Flexslider poses some problems in the content with this template.

Modified 12/11: Flexslider replaced by Fotorama.
Last edited by doczimut on Tue Nov 12, 2019 2:39 pm, edited 1 time in total.

Tata
Posts: 3586
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: New OnePage-Template "OP_GoAway" (responsive)

Post by Tata » Sun Nov 10, 2019 8:13 am

I can't experience any problems with any device. Anyway. There are also available:
Foldergallery, Fotorama (DLPassw: rJ6!ONil), imagescroller, Slideshow and others to try.
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

doczimut
Posts: 126
Joined: Thu Dec 25, 2008 1:10 pm
Location: Normandy (France)

Re: New OnePage-Template "OP_GoAway" (responsive)

Post by doczimut » Mon Nov 11, 2019 1:20 pm

Hallo
Ich habe das Template mit Edge, Opera, Firefox und Chrome ausprobiert.
Mir ist aufgefallen, dass mit Opera und Chrome keine Rückkehr nach oben (onepage_toplink) möglich ist. Wir stellen außerdem fest, dass der Stil "footernav" in Chrome nicht berücksichtigt wird.
Siehe Fotos unten:

Good
[ external image ]

No good
[ external image ]

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

Re: New OnePage-Template "OP_GoAway" (responsive)

Post by lck » Mon Nov 11, 2019 5:04 pm

doczimut wrote:
Mon Nov 11, 2019 1:20 pm
Ich habe das Template mit Edge, Opera, Firefox und Chrome ausprobiert.
Mir ist aufgefallen, dass mit Opera und Chrome keine Rückkehr nach oben (onepage_toplink) möglich ist. Wir stellen außerdem fest, dass der Stil "footernav" in Chrome nicht berücksichtigt wird.
:? Ich habe deine Webseite auch getestet IE11, Opera, Chrome, SRWare Iron, Firefox und Vivaldi. Bei mir sieht alles gut aus, auch unter Android. Ich kann das also nicht nachvollziehen. Vielleicht kann das auch jemand anders gegentesten.

Du kannst ja derweil mal das Original-Template testen, ob es da bei dir auch diese Probleme gibt. Interessant wäre auch, wie du getestet hast und mit welchen Versionen von Chrome und Opera (neueste?).

Nachtrag:
Schau dir mal die Footernavigation genau an, das sind jede Menge Leerzeichen, z.B. bei:

Code: Select all

<span>
              Politique de confidentialité            </span>
Sollte eigentlich so aussehen:

Code: Select all

<span>Politique de confidentialité</span>
„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: New OnePage-Template "OP_GoAway" (responsive)

Post by frase » Mon Nov 11, 2019 5:28 pm

lck wrote:
Mon Nov 11, 2019 5:04 pm
Ich habe deine Webseite auch getestet IE11, Opera, Chrome, SRWare Iron, Firefox und Vivaldi. Bei mir sieht alles gut aus, auch unter Android. Ich kann das also nicht nachvollziehen. Vielleicht kann das auch jemand anders gegentesten.
Kann ich bestätigen - die beschriebenen Probleme treten bei mir auch nicht auf.

Post Reply