• Resolved Valerie123

    (@valerie123)


    I just switched my site over to the Simpsons theme (because I like the set up…not because of the simpsons….they’re pretty funny to though ??

    But anyway, my Comment box has buttons that are in another language? I think German but I really have no idea.

    Example

    How do I change the language that is displayed on the buttons?

    Thanks,

    Valerie

Viewing 3 replies - 1 through 3 (of 3 total)
  • Look in header.php

    <script type="text/javascript" src="https://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&uuml;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…

    Thread Starter Valerie123

    (@valerie123)

    Worked like a charm! Thank you so much for your time, I never would have figured it out!

    Blessings,

    Valerie

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘German Comment Box?’ is closed to new replies.