Theme support is offered to verified customers by forum only. Support requests and solutions made by email, Skype, Envato or any other method will be redirected back to the forum.
This topic is: not resolved
-
Hi,I post here some problems who I can’t resolve on the gameaddict theme :/So, 1) when I use news tabs block or just tabs block, the login and search icon are duplicate. You can see here : http://endlessvictory.com/ ans here : http://endlessvictory.com/nos-equipes/csgo/, how can I fix ?2) The twitter widget make an error 88 rate limite, how can I fix this ? I have fix a string error in the block code like this :echo ‘<div id=”latest-twitter-follow-link”><a href=”http://twitter.com/’ .$username . ‘”>’;_e(‘follow ‘,’reach’);echo ‘@’ .$username . ‘ ‘;3) the wp-wall don’t refresh when I post a reply.4) Some block have mistake like this : <?php if($title) echo ‘><h3 class=”widget-title”>’.$title.'</h3>’;?> but it must be this : <?php if($title) echo ‘<div class=”title-wrapper”><h3 class=”widget-title”>’.$title.'</h3><div class=”clear”></div></div>’;?>5) I have updating the awesome font and adding the steam social group support.6) The .po for translating the theme doesn’t work, so I think I’ll translate it into the code.