Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus

  • Seite 1 von 2
07.01.2022 18:10
avatar  Charles
#1 Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
Ch
Mitglied

<link href=\'https://fonts.googleapis.com/css?family=Cinzel\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Voltaire\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Great Vibes\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Rokkitt\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Indie Flower\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Handlee\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Allura\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Short Stack\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Cinzel Decorative\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Raleway\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Clicker Script\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Architects Daughter\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Calligraffitti\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Butterfly Kids\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Grand Hotel\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Herr Von Muellerhoff\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Italiana\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Shadows+Into Light Two\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Sue Ellen Francisco\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=The Girl Next Door\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Condiment\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Damion\' rel=\'stylesheet\' type=\'text/css\'>


Und so müsste es aussehen

<link href='https://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Voltaire' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Great Vibes' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Rokkitt' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Indie Flower' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Short Stack' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Cinzel Decorative' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Clicker Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Architects Daughter' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Butterfly Kids' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Grand Hotel' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Herr Von Muellerhoff' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Italiana' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Shadows+Into Light Two' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Sue Ellen Francisco' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=The Girl Next Door' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Condiment' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Damion' rel='stylesheet' type='text/css'>

Auch mein Skript ist zerschossen.

<script language="javascript" type="text/javascript">
function tabmenu(id) {
$(\'.tab_x\').not( $(\'#\' +id).toggle(500)).hide();
}
</script>


<script>
$(\'.tabmenu_live .tab1\').click(function(){
$(\'.tabmenu_live #tab2\').hide();
$(\'.tabmenu_live #tab1\').fadeIn(500);
$(this).addClass(\'current\');
$(\'.tabmenu_live .tab2\').removeClass(\'current\');
});
</script>

<script>
/*
* tabmenu Tabbed Menu Script
* version 1.0.2
* info @ http://zenverse.net/tabmenu-tabbed-menu/
* by Zen @ http://zenverse.net/
* License : GPL
* Free for any purpose
*/

//animation style for tabmenu (fade, slide or none)
var tabmenu_animation_style = \'none\';

//animation speed for tabmenu (fast, normal, slow or time in milliseconds) - only for fade and slide
//if you are using time milliseconds, don\'t include the single quote
var tabmenu_animation_speed = \'fast\';

(function($tabmenu) { // Avoid conflicts with other libraries

$tabmenu(document).ready(function() {
var nth_tabmenu = 0;
var tabmenu_firsttab = [];

if (!tabmenu_animation_speed) {
tabmenu_animation_speed = \'fast\';
}

$tabmenu(\'.tabmenu\').each( function() {
var gettabtitle = [],gettabcontent = [];
tabmenu_firsttab[nth_tabmenu] = 0;
var loop = 0;

$tabmenu(this).find(\'.tab\').each( function () {
if ($tabmenu(this).hasClass(\'firsttab\')) {
tabmenu_firsttab[nth_tabmenu] = loop;
}
loop++;
});

$tabmenu(this).find(\'.tab\').find(\'.tabtitle\').each( function () {
gettabtitle.push($tabmenu(this).html());
});

$tabmenu(this).find(\'.tab\').find(\'.tabcontent\').each( function () {
gettabcontent.push($tabmenu(this).html());
});

if (gettabtitle.length > 0) {
var htmlcodes = \'<ul class="tabmenu_ul">\';

for (var i=0;i<gettabtitle.length;i++) {
htmlcodes += \'<li><a href="javascript:void(null)" class="t\'+i+\'">\'+gettabtitle[i]+\'</a></li>\';
}

htmlcodes += \'</ul><div class="tabcontent_wrapper">\';

for (var i2=0;i2<gettabcontent.length;i2++) {
htmlcodes += \'<div class="tabcontent">\'+gettabcontent[i2]+\'</div>\';
}

htmlcodes += \'</div>\';

$tabmenu(this).removeClass(\'tabmenu\').addClass(\'tabmenu_live\').attr(\'id\',\'tabmenu_id_\'+nth_tabmenu).html(htmlcodes);

$tabmenu(this).find(\'.tabcontent\').not(\':eq(\'+tabmenu_firsttab[nth_tabmenu]+\')\').hide();
$tabmenu(this).find(\'.tabmenu_ul li a\').eq(tabmenu_firsttab[nth_tabmenu]).addClass(\'current\');

}

nth_tabmenu++;
});

$tabmenu(\'.tabmenu_live\').find(\'.tabmenu_ul > li > a\').click( function(event) {
var currzentab = $tabmenu(this).parent(\'li\').parent(\'ul\').parent(\'.tabmenu_live\');
var currid = currzentab.attr(\'id\').replace(\'tabmenu_id_\',\'\');

var currnth = $tabmenu(this).attr(\'class\').replace(\'t\',\'\');
var childnum = parseInt(currnth);
if (tabmenu_firsttab[currid] == childnum) { event.preventDefault(); return false; }

currzentab.find(\'.tabmenu_ul li a\').removeClass(\'current\');

if (currzentab.find(\'.tabcontent\').is(\':animated\')) {
//something is animating
currzentab.find(\'.tabcontent\').is(\':animated\').stop(true,true);
}

//tabmenu_animation_speed = \'fast\';
switch (tabmenu_animation_style) {
case \'fade\':
currzentab.find(\'.tabcontent:eq(\'+tabmenu_firsttab[currid]+\')\').fadeOut(tabmenu_animation_speed, function() {
currzentab.find(\'.tabcontent:eq(\'+childnum+\')\').fadeIn(tabmenu_animation_speed);
currzentab.find(\'.tabmenu_ul li\').eq(childnum).children(\'a\').addClass(\'current\');
});
break;
case \'none\':
currzentab.find(\'.tabcontent:eq(\'+tabmenu_firsttab[currid]+\')\').hide(10, function() {
currzentab.find(\'.tabcontent:eq(\'+childnum+\')\').show();
currzentab.find(\'.tabmenu_ul li\').eq(childnum).children(\'a\').addClass(\'current\');
});
break;
default:
currzentab.find(\'.tabcontent:eq(\'+tabmenu_firsttab[currid]+\')\').slideUp(tabmenu_animation_speed, function() {
currzentab.find(\'.tabcontent:eq(\'+childnum+\')\').slideDown(tabmenu_animation_speed);
currzentab.find(\'.tabmenu_ul li\').eq(childnum).children(\'a\').addClass(\'current\');
});
break;
}

tabmenu_firsttab[currid] = childnum;
event.preventDefault(); //return false;
});



});

})(jQuery); // Avoid conflicts with other libraries</script>

<!-- Code kopieren →
<style>
.bbcode_code .copy {background:#ffffff; color:#000000; font-size:12px; width:150px !important; border:1px solid #383838; padding:2px 15px; margin-top: 15px; margin-left: 10px; cursor:pointer; display:block; opacity:0.4; }
.bbcode_code .copy:hover {background:#eeeeee;opacity:1.0;}
.bbcode_code .kopiert {background: #d9d8ce; color: #ffffff; border:1px solid #383838; pointer-events: none; opacity: 1.0;}
</style>

<script>
window.addEventListener(\'load\', function(){

$(\'.bbcode_code .code\').after(\'<input class="copy" type="button" value="Code kopieren">\')

$(\'.copy\').on(\'click\', function() {
$(this).prev().each(function(event){

var range = document.createRange();
range.selectNode(this);
window.getSelection().removeAllRanges();
window.getSelection().addRange(range);
document.execCommand("copy");
window.getSelection().removeAllRanges();
$(this).next().addClass(\'kopiert\').val(\'Code kopiert\');
$(\'pre\',this).css({\'background-color\':\'#f2f2f2\'}); /* Hintergrundfarbe beim Kopieren */

setTimeout(function(){
$(\'.copy\').removeClass(\'kopiert copy\').addClass(\'copy\').val(\'Code kopieren\')
$(\'pre\').css(\'background-color\',\'\')
},3000); /* Zeit für die Kopier-Animation */

});
});

});
</script>


<script type="text/javascript">

function spoiler_on(me) {
if (me.parentNode.parentNode.getElementsByTagName(\'span\')[1].getElementsByTagName(\'span\')[0].style.display != \'block\') {
me.parentNode.parentNode.getElementsByTagName(\'span\')[1].getElementsByTagName(\'span\')[0].style.display = \'block\';
me.innerText = \'\';
me.value = \'Schließen\';
} else {
me.parentNode.parentNode.getElementsByTagName(\'span\')[1].getElementsByTagName(\'span\')[0].style.display = \'none\';
me.value = \'Öffnen\'; }}
function spoiler_off(me) {
me.parentNode.style.display = \'none\';
me.parentNode.parentNode.parentNode.getElementsByTagName(\'span\')[0].getElementsByTagName(\'input\')[0].value = \'Öffnen\'; }

</script>

und so müsste es aussehen

<script language="javascript" type="text/javascript">
function tabmenu(id) {
$('.tab_x').not( $('#' +id).toggle(500)).hide();
}
</script>


<script>
$('.tabmenu_live .tab1').click(function(){
$('.tabmenu_live #tab2').hide();
$('.tabmenu_live #tab1').fadeIn(500);
$(this).addClass('current');
$('.tabmenu_live .tab2').removeClass('current');
});
</script>

<script>
/*
* tabmenu Tabbed Menu Script
* version 1.0.2
* info @ http://zenverse.net/tabmenu-tabbed-menu/
* by Zen @ http://zenverse.net/
* License : GPL
* Free for any purpose
*/

//animation style for tabmenu (fade, slide or none)
var tabmenu_animation_style = 'none';

//animation speed for tabmenu (fast, normal, slow or time in milliseconds) - only for fade and slide
//if you are using time milliseconds, don't include the single quote
var tabmenu_animation_speed = 'fast';

(function($tabmenu) { // Avoid conflicts with other libraries

$tabmenu(document).ready(function() {
var nth_tabmenu = 0;
var tabmenu_firsttab = [];

if (!tabmenu_animation_speed) {
tabmenu_animation_speed = 'fast';
}

$tabmenu('.tabmenu').each( function() {
var gettabtitle = [],gettabcontent = [];
tabmenu_firsttab[nth_tabmenu] = 0;
var loop = 0;

$tabmenu(this).find('.tab').each( function () {
if ($tabmenu(this).hasClass('firsttab')) {
tabmenu_firsttab[nth_tabmenu] = loop;
}
loop++;
});

$tabmenu(this).find('.tab').find('.tabtitle').each( function () {
gettabtitle.push($tabmenu(this).html());
});

$tabmenu(this).find('.tab').find('.tabcontent').each( function () {
gettabcontent.push($tabmenu(this).html());
});

if (gettabtitle.length > 0) {
var htmlcodes = '<ul class="tabmenu_ul">';

for (var i=0;i<gettabtitle.length;i++) {
htmlcodes += '<li><a href="javascript:void(null)" class="t'+i+'">'+gettabtitle[i]+'</a></li>';
}

htmlcodes += '</ul><div class="tabcontent_wrapper">';

for (var i2=0;i2<gettabcontent.length;i2++) {
htmlcodes += '<div class="tabcontent">'+gettabcontent[i2]+'</div>';
}

htmlcodes += '</div>';

$tabmenu(this).removeClass('tabmenu').addClass('tabmenu_live').attr('id','tabmenu_id_'+nth_tabmenu).html(htmlcodes);

$tabmenu(this).find('.tabcontent').not(':eq('+tabmenu_firsttab[nth_tabmenu]+')').hide();
$tabmenu(this).find('.tabmenu_ul li a').eq(tabmenu_firsttab[nth_tabmenu]).addClass('current');

}

nth_tabmenu++;
});

$tabmenu('.tabmenu_live').find('.tabmenu_ul > li > a').click( function(event) {
var currzentab = $tabmenu(this).parent('li').parent('ul').parent('.tabmenu_live');
var currid = currzentab.attr('id').replace('tabmenu_id_','');

var currnth = $tabmenu(this).attr('class').replace('t','');
var childnum = parseInt(currnth);
if (tabmenu_firsttab[currid] == childnum) { event.preventDefault(); return false; }

currzentab.find('.tabmenu_ul li a').removeClass('current');

if (currzentab.find('.tabcontent').is(':animated')) {
//something is animating
currzentab.find('.tabcontent').is(':animated').stop(true,true);
}

//tabmenu_animation_speed = 'fast';
switch (tabmenu_animation_style) {
case 'fade':
currzentab.find('.tabcontent:eq('+tabmenu_firsttab[currid]+')').fadeOut(tabmenu_animation_speed, function() {
currzentab.find('.tabcontent:eq('+childnum+')').fadeIn(tabmenu_animation_speed);
currzentab.find('.tabmenu_ul li').eq(childnum).children('a').addClass('current');
});
break;
case 'none':
currzentab.find('.tabcontent:eq('+tabmenu_firsttab[currid]+')').hide(10, function() {
currzentab.find('.tabcontent:eq('+childnum+')').show();
currzentab.find('.tabmenu_ul li').eq(childnum).children('a').addClass('current');
});
break;
default:
currzentab.find('.tabcontent:eq('+tabmenu_firsttab[currid]+')').slideUp(tabmenu_animation_speed, function() {
currzentab.find('.tabcontent:eq('+childnum+')').slideDown(tabmenu_animation_speed);
currzentab.find('.tabmenu_ul li').eq(childnum).children('a').addClass('current');
});
break;
}

tabmenu_firsttab[currid] = childnum;
event.preventDefault(); //return false;
});



});

})(jQuery); // Avoid conflicts with other libraries</script>

<!-- Code kopieren →
<style>
.bbcode_code .copy {background:#ffffff; color:#000000; font-size:12px; width:150px !important; border:1px solid #383838; padding:2px 15px; margin-top: 15px; margin-left: 10px; cursor:pointer; display:block; opacity:0.4; }
.bbcode_code .copy:hover {background:#eeeeee;opacity:1.0;}
.bbcode_code .kopiert {background: #d9d8ce; color: #ffffff; border:1px solid #383838; pointer-events: none; opacity: 1.0;}
</style>

<script>
window.addEventListener('load', function(){

$('.bbcode_code .code').after('<input class="copy" type="button" value="Code kopieren">')

$('.copy').on('click', function() {
$(this).prev().each(function(event){

var range = document.createRange();
range.selectNode(this);
window.getSelection().removeAllRanges();
window.getSelection().addRange(range);
document.execCommand("copy");
window.getSelection().removeAllRanges();
$(this).next().addClass('kopiert').val('Code kopiert');
$('pre',this).css({'background-color':'#f2f2f2'}); /* Hintergrundfarbe beim Kopieren */

setTimeout(function(){
$('.copy').removeClass('kopiert copy').addClass('copy').val('Code kopieren')
$('pre').css('background-color','')
},3000); /* Zeit für die Kopier-Animation */

});
});

});
</script>


<script type="text/javascript">

function spoiler_on(me) {
if (me.parentNode.parentNode.getElementsByTagName('span')[1].getElementsByTagName('span')[0].style.display != 'block') {
me.parentNode.parentNode.getElementsByTagName('span')[1].getElementsByTagName('span')[0].style.display = 'block';
me.innerText = '';
me.value = 'Schließen';
} else {
me.parentNode.parentNode.getElementsByTagName('span')[1].getElementsByTagName('span')[0].style.display = 'none';
me.value = 'Öffnen'; }}
function spoiler_off(me) {
me.parentNode.style.display = 'none';
me.parentNode.parentNode.parentNode.getElementsByTagName('span')[0].getElementsByTagName('input')[0].value = 'Öffnen'; }

</script>

https://dangerous-world.xobor.de/

(Gaia Template)

 Antworten

 Beitrag melden
07.01.2022 18:23
avatar  Charles
#2 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
Ch
Mitglied

Ich benötige da mal bitte Hilfe

(Gaia Template)

 Antworten

 Beitrag melden
07.01.2022 18:58
avatar  Mato
#3 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
avatar
Mitglied

Ich häng mich gleich mal dran, hab zwar nicht das Gala, sondern V4
aber in meiner Fußzeile werden hunderte Slahs ////// eingefügt. was die Codes natürlich zerstört.

Liebe Grüße von Mato - Ich benutze das V6 :-)

 Antworten

 Beitrag melden
07.01.2022 19:12 (zuletzt bearbeitet: 07.01.2022 19:13)
#4 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
l2
Mitglied

hallo,

kein guter Tag heute, um Kopf - und Fußzeilen zu editieren. siehe nebenan


... Namen-mit-Apostroph-und-Backslash-im-Pfad-v.html

Falls man die Reparatur nicht abwarten will, kann man in den meisten Fällen den Apostroph -'- durch das Gänsefüsschen -"- ersetzen. Ob der Aufwand lohnt?


Voraussetzung ist, dass die verschiedenen Quotes nicht in einander verschachtelt sind.

mfg





... würde es „Fussball spielen” heissen

vG Bernd‍

 Antworten

 Beitrag melden
07.01.2022 19:22
avatar  Charles
#5 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
Ch
Mitglied

Genau Mato. So ist es. Und das ist aber nur bei mir in diesem Forum
Aber im Terstforum, was kostenlos ist, ist es nicht
Und egal wie oft ich es einfüge, es kommen immer noch mehr Slashs dazu.

Nee ich warte ab @l2otbart_57

Muss ja an irgendwas liegen

(Gaia Template)

 Antworten

 Beitrag melden
07.01.2022 21:01 (zuletzt bearbeitet: 07.01.2022 21:04)
#6 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
avatar
Mitglied

Bei mir auch!



Ich denke, bei allen Templates v1-4 in der Kopf- & Fußzeile!
Da stimmt etwas mit "replace" nicht!

Ursache:
Alle einfache Anführungsstriche werden nach dem Speichern mit einem Backslash versehen!
Klicke ich öfters auf "Speichern" wird jedes Mal ein Backslash/Escape mehr dazu geschrieben!

Aus:

1
 
<link href='https://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
 



Wird:

1
 
<link href=\'https://fonts.googleapis.com/css?family=Cinzel\' rel=\'stylesheet\' type=\'text/css\'>
 



Vorrübergehende Lösung:
Wenn man das einfache Anführungszeichen gegen normale Anführungszeichen austauscht!

1
 
<link href="https://fonts.googleapis.com/css?family=Cinzel" rel="stylesheet" type="text/css">
 



Aber:
Funktioniert nicht überall, wenn Einfache und normale Anführungsstriche benötigt werden wie bei einem "onclick"!
Funktioniert nicht:

1
 
<div class="replace" onclick="parent.location='https://www.server.de';">
 



Tipp: Kopf- & Fußzeile z.Z. nicht speichern!



Schlimmer Fehler oder Absicht ? ......

07.01.2022 21:05
avatar  Charles
#7 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
Ch
Mitglied

Kopf und Fußzeile nicht speichern?
Wie soll das denn gehen Wolfgang?

*hat mal ganz viele Fragezeichen übern Kopf xD

(Gaia Template)

 Antworten

 Beitrag melden
07.01.2022 21:10
avatar  Charles
#8 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
Ch
Mitglied

was ich nicht verstehe ist, wieso ist es in einem kostenlosen Forum nicht, aber in einem Premiumforum
Das will mir nicht in den Kopf

(Gaia Template)

 Antworten

 Beitrag melden
07.01.2022 21:17 (zuletzt bearbeitet: 07.01.2022 21:17)
#9 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
avatar
Mitglied

Zitat von Charles im Beitrag #7
Kopf und Fußzeile nicht speichern?
Wie soll das denn gehen Wolfgang?

*hat mal ganz viele Fragezeichen übern Kopf xD


Hallo Charles,
der Tipp galt den Usern, die noch nichts in Kopf- und Fußzeile verändert haben.
Sobald man einmal abspeichert, fängt der Käse an!

Andere Lösung:
Alles als Plugin unter z.B. "bottom_header" anlegen!



07.01.2022 21:20
avatar  Charles
#10 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
Ch
Mitglied

Das stimmt Wolfgang
Hoffe mal, das der BUG bald behoben ist
Denn für mich sieht es aus wie ein BUG

(Gaia Template)

 Antworten

 Beitrag melden
07.01.2022 21:35
#11 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
l2
Mitglied

hallo Wolfgang, Charles, ...

Zitat von Wolfgang im Beitrag #6
...
Funktioniert nicht überall, wenn Einfache und normale Anführungsstriche benötigt werden wie bei einem "onclick"!
Funktioniert nicht:

1
 
<div class="replace" onclick="parent.location='https://www.server.de';"> 
 






in diesem Falle muss man ein Quote-Pärchen maskieren (ein Backslash vors Gänsefüßchen) ...

1
 
<div class="replace" onclick="parent.location=\"https://www.server.de\";"> 
 



das Gewurschtel ist natürlich auch fehleranfällig.

Charles,
mein Testforum ist kostenlos, und da trat der Fehler auch gleich auf.





... würde es „Fussball spielen” heissen

vG Bernd‍

 Antworten

 Beitrag melden
07.01.2022 21:38
avatar  Charles
#12 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
Ch
Mitglied

Echt? also bei mir ist noch alles gut
Allerdings rühr ich das vorerst nicht an
bin froh, das es hält

(Gaia Template)

 Antworten

 Beitrag melden
07.01.2022 22:33
avatar  Mato
#13 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
avatar
Mitglied

Bei mir ist das Geisterspiel, bei jeden Klick geht das Profifenster auf.

Ich hatte mir ja eigentlich vorgenommen mich mit meckern zurück zu halten aber das Forum macht es mir nicht leicht.

Liebe Grüße von Mato - Ich benutze das V6 :-)

 Antworten

 Beitrag melden
07.01.2022 23:03
avatar  Charles
#14 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
Ch
Mitglied

es ist ja kein meckern Mato
muss ja hier angebracht werden, damit die Betreiber Bescheid wissen

es geht ja so nicht
außerdem will man ja wissen, was der Fehler ist, weil es ja vorher funktioniert hat und jetzt aufeinmal nicht mehr

(Gaia Template)

 Antworten

 Beitrag melden
08.01.2022 11:31 (zuletzt bearbeitet: 08.01.2022 11:37)
#15 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
l2
Mitglied

moin, moin

ein schlechter Rat, die Anführungszeichen zu maskieren. Hätte es vorher austesten müssen!

1
2
3
4
5
 
/* begin - Signaturlinie - */
$(".msignature").css("border-top","unset")
$(".msignature").before("<center><img src=\"https://img.homepagemodules.de/zunge.gif\" width=\"25px\" height=\"25px\" /></center>");
/* ende - Signaturlinie - */
 
 



um hier im Code-Bereich ein 'Backslash-Quote' zu sehen, muss man 'Backslash-Backslash-Quote' eingeben. Das ist Usus in Javascript , hier natürlich auch nicht korrekt.

ich hatte nicht bedacht, das wir hier nicht nur ein Apostroph-Problem haben, sondern auch ein Backslash-Problem.
Also man kann derzeit auch kein Backslash in die Kopf/Fußzeile eingeben, wegen der Verdoppelung.

mfg





... würde es „Fussball spielen” heissen

vG Bernd‍

 Antworten

 Beitrag melden
Bereits Mitglied?
Jetzt anmelden!
Mitglied werden?
Jetzt registrieren!