in Issues/Bugs by pro-zocker (720 points)
Hello,

i worked 1-2 weeks with TT and i found some bugs. (Working with latest stable TT and Wordpress 3.8.1)

1. In TT the Main Menu ist left, and exported in wordpress its right!
2. I choosed my fonts in TT, exported its always Times New Roman!
3. The Facebook Icon in TT is right, exported its on the left side.
4. The front pictures in the header placed in TT are correct, exported in wordpress they are not placed correct
5. Text Alignt is left in TT, exported its right in wordpress
6. In Theme Options on Wordpress, i disable Display Footer Copyright, but i always shows!
7. I insert a favicon in TT, but exportet it does not show in wordpress!

2 Answers

by pro-zocker (720 points)
i found the issue for all the most bugs.

When i choose a other font style, TT creates a rtl.css

Stylesheet für semitische Sprachen
Stylesheet for Semitic languages

I dont know why it creates this?

to simple use the original style.css look at the header.php.

Delete
<link rel="stylesheet" href="<?php bloginfo('template_url') ?>/rtl.css" type="text/css" media="screen"/>
Insert
<link rel="stylesheet" href="<?php bloginfo('template_url') ?>/style.css" type="text/css" media="screen"/>

Done :D
by pro-zocker (720 points)
A new issue i found is that i insert background images (wordpress) like in header, menu and content area. TT has a bug, that when you export the theme, always the same one picture (the last you insert) on all positions inserts. So, it overwrites all other pictures in theme.

^^
Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ? Contact Us
...