Search found 241 matches

by cmss
Tue Sep 27, 2022 9:22 pm
Forum: Deutsch
Topic: html scrpt einbinden klappt nicht
Replies: 8
Views: 1030

Re: html scrpt einbinden klappt nicht

Im Link ist doch ein php (show_bpimg.php) , das serverseitig abläuft. Vieeleicht geht dann : <embed type="image/png" src="https://maps.benzinpreis.de/bpimg/show_bpimg.php?code=g8RNi7pdOPv3VIuToBqiOzOYzpBmRcgSIXWEJ0VJQZD56wAApQoRzXnDtbos1ws7XDEjRUKuiKzwtINYZlm3X5WhSRJwFl4bry2Dv6HmPpZ03IUtCgI6q%2F8lCg...
by cmss
Tue Sep 27, 2022 5:03 pm
Forum: Deutsch
Topic: html scrpt einbinden klappt nicht
Replies: 8
Views: 1030

Re: html scrpt einbinden klappt nicht

Nach php.net https://www.php.net/manual/en/migration70.incompatible.php#migration70.incompatible.other.php-tags sind Script tags <script language="php"></script> and ASP tags <% %> mit php7 aus dem PHP entfernt worden. Vielleicht dauert die {{{}}}-Funktion deshalb so lang. Was funktionieren sollte h...
by cmss
Tue May 03, 2022 9:17 am
Forum: Deutsch
Topic: Responsiver IFrame
Replies: 11
Views: 1822

Re: Responsiver IFrame

Es muss einfach gehen, insofern der Stream nicht ein ganz aussergewöhnliches Format hat. Dazu https://streamshark.io/blog/how-to-responsively-embed-videos/ -> 3 Codepens und ein Js : https://github.com/davatron5000/FitVids.js : Man sollte entweder das DIV um den iframe entsprechend stylen oder den i...
by cmss
Sat Apr 30, 2022 5:31 pm
Forum: Deutsch
Topic: Responsiver IFrame
Replies: 11
Views: 1822

Re: Responsiver IFrame

Nach https://www.w3schools.com/howto/howto_css_responsive_iframes.asp sollte das alles kein Problem sein .responsive-iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; border: none; } < div class="container"> < iframe class="responsive-iframe" src="https://...
by cmss
Sun Apr 03, 2022 12:53 pm
Forum: Addons and Plugins
Topic: No editor visible
Replies: 14
Views: 2435

Re: No editor visible

If You press in Firefox - Portable CTRL-Shift-K then You see lots of Javascript errors in the template : Firefox-js-debugger says: Your site runs in Compatibility-mode(Quirks). If You klick with the right mouse-key at the code and "inspect", then You see 3 google-scripts in the head and 2 further sc...
by cmss
Sun Apr 03, 2022 11:13 am
Forum: Addons and Plugins
Topic: No editor visible
Replies: 14
Views: 2435

Re: No editor visible

If You press in Firefox - Portable CTRL-Shift-K then You see lots of Javascript errors in the template. Your site runs in Quirks-mode.
The tinymce - editor is also in javascript.
Jquery migrate1.4.1 is only for jquery 2.24 - it adds missing functions of jquery 1.1x .
by cmss
Sun Apr 03, 2022 11:09 am
Forum: Deutsch
Topic: Schade wegen der Arbeit
Replies: 9
Views: 1091

Re: Schade wegen der Arbeit

Nicht nur Cmsimple verlor die meisten User, sondern auch andere datenbanklose CMSse wie Grav, Kirby und Typesetter : An den großen CMSsen verdienen viele Firmen mit Pro-Versionen von Plugins und Templates, und mit SSD und Nginx als Proxy sind auch Wordpress, Drupal und Joomla schnell. Für Wordpress ...
by cmss
Fri Mar 18, 2022 10:44 am
Forum: Deutsch
Topic: Plugin: Expandcontract_XH - Community-Projekt ???
Replies: 611
Views: 30219

Re: Plugin: Expandcontract_XH - Community-Projekt ???

Was den Wunsch nach mehr Vorlagen angeht, so gibt es auf https://www.bestjquery.com/tutorial/accordion/demo11/ Massen davon : demo 11 ....88 (mit Bootstrap, aria etc.) - eine echte Herausforderung für den Feierabend. Irgend jemand sollte aber vorsortieren. Es gibt für den Tinymce https://github.com/...
by cmss
Tue Mar 15, 2022 5:42 pm
Forum: Deutsch
Topic: Plugin: Expandcontract_XH - Community-Projekt ???
Replies: 611
Views: 30219

Re: Plugin: Expandcontract_XH - Community-Projekt ???

Man könte auch statt eines Select-Dropdowns den Namen des Css als Parameter innerhalb {{{...}}} einbinden, mit dem Vorteil, daß man auf jeder Seite ein eigenes Css verwenden kann.