vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   breadcrumb overlap issue (https://vborg.vbsupport.ru/showthread.php?t=287346)

betterthanyours 09-01-2012 05:15 PM

breadcrumb overlap issue
 
1 Attachment(s)
Can anyone assist me with this please?

snakes1100 09-01-2012 05:42 PM

The custom theme is the issue, you will need to adjust one of your stylevars, dont recall which one, try a sub one of the navbar with size in the name.

betterthanyours 09-03-2012 02:39 PM

Anyone know which stylevar needs changing? The theme is no longer supported or developed by MD...

Lynne 09-03-2012 03:09 PM

Use firebug (in firefox) and you should be able to find the CSS effecting it and then find it in the templates.

betterthanyours 09-04-2012 10:03 PM

Thanks Lynne for your help so far. I've installed firebug. However, I am not really familiar with the program it self...would you be able to assist me further and guide me in what I should be looking for?

Thank you

Lynne 09-04-2012 10:15 PM

Have you thought of asking the designer for help?

If you post a link to the problem style, then we may be able to make suggestions on what CSS to change.

betterthanyours 09-05-2012 07:22 AM

Here is the link for the problem style...
http://www.unrealkillers.com/?styleid=36

Where can I find designers? I thought most resources for vb would be here and that if there were any designers, they'd respond?

zascok 09-05-2012 02:28 PM

It's not the breadcrumb overlapping it's poorly designed menu not in it's place. Where did you get that skin? Ask the designer he/she would know how to fix it.

Lynne 09-05-2012 02:46 PM

You could change this in the custom css stylesheet/template:

HTML Code:

.body_wrapper {
....
  margin:auto;
}

to:
HTML Code:

.body_wrapper {
....
  margin:35px auto;
}

I don't know that that is what it is supposed to look like though. The designer of the skin would be the best person to ask about this.

betterthanyours 09-06-2012 07:15 AM

Thanks Lynne I'll give that a shot. The designer of the theme no longer develops it however it is still on sale on their website....got duped into it to be honest. Hence why I cannot contact the dev. I managed to find an update in a download online which is this one, works perfectly apart from the menu/breadcrumb overlapping.

betterthanyours 09-08-2012 05:52 PM

Well that didn't work but thanks Lynne. I'll just leave it I suppose!

RipperJack 09-08-2012 07:51 PM

betterthanyours just replace your navbar template with this it will fix your problem, I have that same style on my site and took me a while but I finally got it working

Code:

<div id="navbar" class="navbar">
        <ul id="navtabs" class="navtabs floatcontainer<vb:if condition="$show['member'] AND $notifications_total"> notify</vb:if>">
                {vb:raw template_hook.navtab_start}
                {vb:raw navigation}
                {vb:raw template_hook.navtab_end}
        </ul>



</div><!-- closing div for above_body -->

<div class="body_wrapper">
<div id="page_top">
<div id="page_bot">
<div id="mainwrapper">

<div id="breadcrumb" class="breadcrumb">
        <ul class="floatcontainer">
                <li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" accesskey="1"><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>

                {vb:raw navbits.breadcrumb}
                {vb:raw navbits.lastelement}
        </ul>
        <hr />
</div>

{vb:raw ad_location.ad_navbar_below}
{vb:raw ad_location.global_below_navbar}

<vb:if condition="$show['notices'] AND THIS_SCRIPT != 'register'">
        <form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
                <input type="hidden" name="do" value="dismissnotice" />
                <input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
                <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                <input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
                <input type="hidden" name="url" value="{vb:raw return_link}" />
                <ol>
                        {vb:raw notices}
                </ol>
        </form>
</vb:if>



All times are GMT. The time now is 05:52 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01146 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (12)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete