Go Back   vb.org Archive > Community Discussions > Style and Graphics Requests (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-22-2017, 05:01 AM
naveed.lodhi naveed.lodhi is offline
 
Join Date: Apr 2013
Location: Lahore, Pakistan
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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&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>
Reply With Quote
  #2  
Old 08-22-2017, 06:17 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
2 благодарности(ей) от:
MarkFL, RichieBoy67
  #3  
Old 08-23-2017, 01:14 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good to see you, Max. Great advice.

I usually recommend keeping it set to Disable Problematic Features.
Reply With Quote
Благодарность от:
Max Taxable
  #4  
Old 08-23-2017, 01:21 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
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.
Reply With Quote
  #5  
Old 08-23-2017, 01:25 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You do have a point! lol

I guess we will see!
Reply With Quote
  #6  
Old 08-23-2017, 03:16 AM
naveed.lodhi naveed.lodhi is offline
 
Join Date: Apr 2013
Location: Lahore, Pakistan
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Max Taxable View Post
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.
Reply With Quote
  #7  
Old 08-23-2017, 04:42 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by naveed.lodhi View Post
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.
Reply With Quote
  #8  
Old 08-23-2017, 06:03 AM
naveed.lodhi naveed.lodhi is offline
 
Join Date: Apr 2013
Location: Lahore, Pakistan
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #9  
Old 08-26-2017, 03:00 AM
naveed.lodhi naveed.lodhi is offline
 
Join Date: Apr 2013
Location: Lahore, Pakistan
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So can anyone please help me? ::sad::
Reply With Quote
  #10  
Old 08-26-2017, 03:25 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:56 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.07300 seconds
  • Memory Usage 2,296KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_html
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (3)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete