The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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. 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&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> |
#2
|
||||
|
||||
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. |
2 благодарности(ей) от: | ||
MarkFL, RichieBoy67 |
#3
|
||||
|
||||
Good to see you, Max. Great advice.
I usually recommend keeping it set to Disable Problematic Features. |
Благодарность от: | ||
Max Taxable |
#4
|
||||
|
||||
Quote:
Thanks Richie, good to see you too. But, it's only good advice if it solves the problem. |
#5
|
||||
|
||||
You do have a point! lol
I guess we will see! |
#6
|
|||
|
|||
Quote:
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. |
#7
|
||||
|
||||
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.
|
#8
|
|||
|
|||
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
|
#9
|
|||
|
|||
So can anyone please help me? ::sad::
|
#10
|
||||
|
||||
Quote:
Check mine here: http://www.dallascowboysuniverse.com...php?styleid=63 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|