MyBB Community Forums

Full Version: Problem Installing Theme...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello guys I have a problem installing a theme called Vienna" I've installed it in the correct directories though the theme doesn't seem to be showing correctly. 


Here's a link to a thread I created in theme support but I believe it could be an issue with the mybb installation I don't actually know... I've re installed the theme a few times and I've re installed mybb a few times but I still have the same result.  Huh

Link to thread: http://community.mybb.com/thread-164602.html

Link to forum: http://gamingwindow.com/


Thanks!
could you post the forumbit_depth2_forum template of that Vienna theme
Sure.

<tr style="background-color: #f1f1f1;"><td>
<table cellspacing="0" cellpadding="4" border="0" align="left" width="100%" class="backtrow" style="font-size:14px; position: relative;">
<tbody>
<tr>
<td align="center" valign="middle" width="1"><div class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fa fa-quote-right"></i></div></td>
  
<td valign="middle">
<a id="fadehover" href="{$mybb->settings['bburl']}/syndication.php?fid={$forum['fid']}&amp;limit=15"><img src="images/vienna/rss.png" alt="RSS" title="RSS" /></a>
  <strong><a href="{$forum_url}"><strong>{$forum['name']}</strong></a></strong>
  
<div class="smalltext">{$forum_viewers_text} {$forum['description']} {$modlist} {$subforums}</div></td>
  
<td align="right" valign="midle" style="white-space: nowrap">
<font color="#b4b4b4">{$threads}{$unapproved['unapproved_threads']} </font> &nbsp; &nbsp;  <br /> 
<font color="#b4b4b4">Topics</font> &nbsp; &nbsp; 
</td>
  
<td align="left" width="25%" valign="middle" style="white-space: nowrap;">{$lastpost}</td>
</tr>
</tbody>
</table>
</td>
</tr>
find this line....

<table cellspacing="0" cellpadding="4" border="0" align="left" width="100%" class="backtrow" style="font-size:14px; position: relative;">


change that to...

<table cellspacing="0" cellpadding="4" border="0" align="left" width="100%" style="font-size:14px; position: relative;">


save it and check how it looks and what more to be changed....
The above has fixed the forum index though every other page is still the same Sad

Thanks for your help with this
i thought you said its only for the index... if all pages have this issue then goto global.css and search for .tcat, .trow1, .trow2, .trow_shaded

and change its background value... that is remove the bg image as shown...

background: #fdfdfd url(images/vienna/tbg.png) bottom left repeat-x;

background: #fdfdfd;
the same has to be done if it happens in other places.. you can use the web inspector in chrome (right click on a element >> inspect element) to identify the css class that needs to be edited....
Sorry!

Awesome worked thanks Smile

Question though... How did this happen?
it happened because those css classes (.tcat, .trow1 etc) had the image as its background... but I am not sure whether the theme was coded to be like that or happened by any error... check with the theme author to confirm...
looks like theme images are not uploaded / missing / not readable
Hmmmm..... I've uploaded quite a few different themes and it just seems to be this one that doesn't show correctly.

What permissions should the images have? I'll check them before dropping the author a PM.
Pages: 1 2