vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Style and Graphics Requests (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=226)
-   -   vBulletin 4 Request - ThemeCrate: Debutant Theme Fixing Header (https://vborg.vbsupport.ru/showthread.php?t=325537)

naveed.lodhi 08-22-2017 05:01 AM

vBulletin 4 Request - ThemeCrate: Debutant Theme Fixing Header
 
Hi,
I purchased Debutant vB Theme from ThemeCrate, but they are gone now. Can someone please help me fix the header menu.
https://vborg.vbsupport.ru/external/2017/08/6.png
ISSUES:
When I'm logged in, clicking my name doesn't give me dropdown/popup list for logout, profile etc.
Clicking Mail icon takes me to mail
Clicking Bell icon doesn't do anything
Clicking Search icon doesn't do anything
Clicking Gear icon takes me to Advanced search page.

Please help me fix this code from header.

Website URL is https://yopakistan.com

HTML Code:

<div id="content-container">
<div id="main-content" class="clearfix">
<div class="menu">
        <div class="wrapper">
                <a href="javascript:void(0)" class="menu_button"></a>
                <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}
                        <li><a href="javascript:void(0)" class="navtab closemenu">Close menu</a></li>

                </ul>
       
                <ul class="usermenu <vb:if condition="$show['member']">user<vb:else />guest</vb:if>">

                        <vb:if condition="$show['member']">
                                <li class="user"><a href="javascript:void(0)"><span class="usermenu_user"></span>{vb:raw bbuserinfo.username}</a>
                                        <ul>
                                                <li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
                                                <li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_control_panel}</a></li>
                                                <li><a href="login.php?{vb:raw session.sessionurl}do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>                                               
                                        </ul>
                                </li>
                                <li>
                                        <a class="usermenu_pm" href="private.php?" title="{vb:rawphrase private_messages}">
                                                <vb:if condition="$newmessages">
                                                        <span>{vb:raw newmessages}</span>
                                                </vb:if>
                                        </a>
                                       
                                        <ul>
                                                <li><a href="private.php">{vb:rawphrase read_messages}<vb:if condition="$newmessages"><span> ({vb:raw newmessages})</span></vb:if></a></li>
                                                <li><a href="private.php?do=newpm">{vb:rawphrase send_new_message}</a></li>
                                        </ul>
                                </li>
                                <li>
                                        <a class="usermenu_not" href="javascript:void(0)" title="{vb:rawphrase your_notifications}">
                                                <vb:if condition="$notifications_total">
                                                        <span>{vb:raw notifications_total}</span>
                                                </vb:if>
                                        </a>
                                       
                                        <ul>
                                                <vb:if condition="$notifications_total">
                                                        {vb:raw notifications_menubits}
                                                <vb:else />
                                                        <li><a href="javascript:void(0)"><span>{vb:rawphrase no_new_notifications}</span></a></li>
                                                </vb:if>
                                        </ul>
                                </li>
                                <vb:if condition="$vboptions['enablesearches']"><li>
                                        <div class="search-wrap">
                                                <form action="search.php?{vb:raw session.sessionurl}do=process" method="post" id="navbar_search">
                                                        <input type="text" name="query" value="{vb:rawphrase search}" />
                                                        <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                                                        <input type="hidden" name="do" value="process" />
                                                </form>
                                        </div>
                                        <a class="usermenu_search" href="javascript:void(0)" title="{vb:rawphrase search}"></a>
                                </li>
                                <li>
                                        <li><a class="usermenu_advanced" href="search.php{vb:raw session.sessionurl_q}" title="{vb:rawphrase advanced_search}"></a></li>
                                </li>
                                </vb:if>
                        <vb:else />
                                <li><a class="loginbtn" name="login-dialog" href="#login-dialog">{vb:rawphrase log_in}</a></li>
                                <vb:if condition="$show['registerbutton']"><li><a class="registerbtn" href="register.php">{vb:rawphrase register}</a></li></vb:if>
                                <vb:if condition="$vboptions['enablesearches']"><li>
                                        <div class="search-wrap">
                                                <form action="search.php?{vb:raw session.sessionurl}do=process" method="post" id="navbar_search">
                                                        <input type="text" name="query" value="{vb:rawphrase search}" />
                                                        <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                                                        <input type="hidden" name="do" value="process" />
                                                </form>
                                        </div>
                                        <a class="usermenu_search" href="javascript:void(0)" title="{vb:rawphrase search}"></a>
                                </li>
                                <li>
                                        <li><a class="usermenu_advanced" href="search.php{vb:raw session.sessionurl_q}" title="{vb:rawphrase advanced_search}"></a></li>
                                </li>
                                </vb:if>
                        </vb:if>
                </ul>
               
                <div class="clear"></div>
        </div>
</div>


Max Taxable 08-22-2017 06:17 PM

I have Debutant and it works just fine, needed no adjustments for these functions.

I visited your site via both PC and mobile and none of the drop-down menus work, and neither does anything else that relies on AJAX. On any of your styles. So here's a suggestion.

Go: AdminCP>vBulletin Options>General Settings and scroll to the bottom, and see if your AJAX is enabled for the site. You should have "Enable All AJAX Features" selected. If not, make it so and then see if this fixes your issue.

I can think of only this reason for all of your styles to be having this same issue.

RichieBoy67 08-23-2017 01:14 AM

Good to see you, Max. Great advice.

I usually recommend keeping it set to Disable Problematic Features. :)

Max Taxable 08-23-2017 01:21 AM

Quote:

Originally Posted by RichieBoy67 (Post 2589540)
Good to see you, Max. Great advice.

I usually recommend keeping it set to Disable Problematic Features. :)

If I ever had a problem with any, I might do that too. :)

Thanks Richie, good to see you too. But, it's only good advice if it solves the problem. :D

RichieBoy67 08-23-2017 01:25 AM

You do have a point! lol

I guess we will see!

naveed.lodhi 08-23-2017 03:16 AM

Quote:

Originally Posted by Max Taxable (Post 2589533)
I have Debutant and it works just fine, needed no adjustments for these functions.

I visited your site via both PC and mobile and none of the drop-down menus work, and neither does anything else that relies on AJAX. On any of your styles. So here's a suggestion.

Go: AdminCP>vBulletin Options>General Settings and scroll to the bottom, and see if your AJAX is enabled for the site. You should have "Enable All AJAX Features" selected. If not, make it so and then see if this fixes your issue.

I can think of only this reason for all of your styles to be having this same issue.

Thank you for reply Max. It is already on Enable All AJAX Features. I tried switching to others but still it is not working. I have tried on other browsers same issue. Even Javascript in Chrome is allowed for my website.

If it is possible can you email me the original theme files. I'll try replacing the files, may be it will fix the issue. I'll be more than grateful. It is a pity that I didn't saved a copy of theme files as a backup. I never thought they would shutdown their website.
I'll PM you my email.

Max Taxable 08-23-2017 04:42 AM

Quote:

Originally Posted by naveed.lodhi (Post 2589545)
Thank you for reply Max. It is already on Enable All AJAX Features. I tried switching to others but still it is not working. I have tried on other browsers same issue. Even Javascript in Chrome is allowed for my website.

You are having the issue on all of your styles. I now suggest creating a new style from default, and see if these issues appear with it as well. If so this will prove it is caused by something other than coding of the templates.

naveed.lodhi 08-23-2017 06:03 AM

I checked, the issue is only with Debutant Theme. Default theme and other themes work fine. But obviously they are not responsive. I replaced the piece of header code with default theme headermenu. The dropdown works. But not in case of debutant headermenu

naveed.lodhi 08-26-2017 03:00 AM

So can anyone please help me? ::sad::

Max Taxable 08-26-2017 03:25 PM

Quote:

ISSUES:
When I'm logged in, clicking my name doesn't give me dropdown/popup list for logout, profile etc.
Clicking Mail icon takes me to mail
Clicking Bell icon doesn't do anything
Clicking Search icon doesn't do anything
Clicking Gear icon takes me to Advanced search page.
On my version of this theme, when using a desktop the options appear on HOVER, not on click. Are you saying nothing happens when you hover? On mobile, the options appear on click. I have learned to click and hold, to freeze the menu and keep it from taking me to where I had clicked - this is a issue with the theme itself and I have no idea how to fix. Likely this is the problem you're talking about.

Check mine here: http://www.dallascowboysuniverse.com...php?styleid=63


All times are GMT. The time now is 11:51 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.01367 seconds
  • Memory Usage 1,793KB
  • 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_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete