Whats the link to the new banner logo image?
I want to put this banner logo:jrolson wrote:Whats the link to the new banner logo image?
In imageset.cssChimitox wrote:I want to put this banner logo:jrolson wrote:Whats the link to the new banner logo image?
http://www.mundopiranha.com/foro_nuevo/ ... ret988.jpg
Code: Select all
.imageset.site_logo {
background-image: url("./images/site_logo.gif");
padding-left: 149px;
padding-top: 52px;
}
Code: Select all
.imageset.site_logo {
background-image: url("./images/logokret988.jpg");
padding-left: 974px;
padding-top: 148px;
}
Code: Select all
.logo {
float: left;
padding: 10px 13px 0 10px;
width: auto;
}
Code: Select all
padding: 10px 13px 0 10px;
Code: Select all
.headerbar {
background: transparent none no-repeat top right;
padding: 5px;
min-height: 75px;
}
Code: Select all
padding: 5px;
So it only happens some of the time?Clipto wrote:Not sure if it's a style issue, maybe a phpBB thing, but hopefully someone has the solution.
The option to click to the last unread reply doesn't work good al the time.
Sometimes we get dropped in the middle of a topic, instead of at the last unread reply.
How can I fix this?
Is this a style issue, or is there a cache I have to clear to reset this option?
Thanks Jrolson!!!jrolson wrote:In imageset.cssChimitox wrote:I want to put this banner logo:jrolson wrote:Whats the link to the new banner logo image?
http://www.mundopiranha.com/foro_nuevo/ ... ret988.jpg
find,replace with,Code: Select all
.imageset.site_logo { background-image: url("./images/site_logo.gif"); padding-left: 149px; padding-top: 52px; }
In common.cssCode: Select all
.imageset.site_logo { background-image: url("./images/logokret988.jpg"); padding-left: 974px; padding-top: 148px; }
find,remove,Code: Select all
.logo { float: left; padding: 10px 13px 0 10px; width: auto; }
find,Code: Select all
padding: 10px 13px 0 10px;
remove,Code: Select all
.headerbar { background: transparent none no-repeat top right; padding: 5px; min-height: 75px; }
Code: Select all
padding: 5px;
Any ideas on poor Spaldo's issue jrolson?Spaldo wrote:Just testing this theme out. Anyone know how to add "Active Topics" to the top bar near quick links, FAQ, etc?
In overall_header.htmlChimitox wrote:There any way to disable the smartphone version ?
Code: Select all
<link href="{T_THEME_PATH}/responsive.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" media="all and (max-width: 700px), all and (max-device-width: 700px)">
In navbar_header.htmlSpaldo wrote:Any ideas on poor Spaldo's issue jrolson?Spaldo wrote:Just testing this theme out. Anyone know how to add "Active Topics" to the top bar near quick links, FAQ, etc?
Code: Select all
<li class="small-icon icon-search-active"><a href="{U_SEARCH_ACTIVE_TOPICS}" role="menuitem">{L_SEARCH_ACTIVE_TOPICS}</a></li>
Code: Select all
<li class="small-icon icon-faq" <!-- IF not S_USER_LOGGED_IN -->data-skip-responsive="true"<!-- ELSE -->data-last-responsive="true"<!-- ENDIF -->><a href="{U_FAQ}" rel="help" title="{L_FAQ_EXPLAIN}" role="menuitem">{L_FAQ}</a></li>
Code: Select all
<!-- IF S_DISPLAY_SEARCH -->
<li class="small-icon icon-search-active"><a href="{U_SEARCH_ACTIVE_TOPICS}" role="menuitem">{L_SEARCH_ACTIVE_TOPICS}</a></li>
<!-- ENDIF -->