Look in header.php
<script type="text/javascript" src="http://christianpreschoolprintables.com/blog1/wp-content/themes/simpsonshb-10/script_quicktags.js"></script>
See that line above? It’s calling a file named script_quicktags.js in your theme’s folder. Open that file and look for …
qtButtons.push(
new qtButton('qt_bold', 'Fett', '<strong>' ,'</strong>' ,'Fettschrift', 'b')
);
qtButtons.push(
new qtButton('qt_italic', 'Kursiv', '<em>', '</em>' ,'Kursivschrift', 'k')
);
qtButtons.push(
new qtButton('qt_block', 'Zitat', '<blockquote>', '</blockquote>' ,'Zitieren', 'z')
);
qtButtons.push(
new qtButton('qt_code', 'Code', '<code>', '</code>' ,'Code', 'c')
);
qtButtons.push( // Special button: LINK
new qtButton('qt_link', 'Link', '', '</a>' ,'Link einfügen', 'l')
That’s what you need to edit.
Edit: hmmm, I seem to have broken the forum. I guess that line is hard to read but you should have no trouble finding the file as I did name it.
Edit: hmmm, I seem to have broken the forum.
Nope. They didn’t fix it 🙂
I mean there is a long list of things that don’t work in this new layout, the overflow not being hidden is just one of them…
Worked like a charm! Thank you so much for your time, I never would have figured it out!
Blessings,
Valerie