Bug Shop has odd placement.

Status
Not open for further replies.
Those modifications haven't been tested on XF 1.5 just yet, is that a completely default skin or have you customised it at all?
 
I switched back to default to see if it was just our style. So yes, this is default without any sort of modification.
 
I'll see if I can get this set up for further testing over the weekend and get back to you :)
 
Update: Try replacing the dbtech_xfavatars_wrapper template with this:
Code:
<xen:require css="account.css" />
<xen:edithint template="navigation_sidebar.css" />

<div class="container">
	<div class="navigationSideBar ToggleTriggerAnchor">
		<h4 class="heading ToggleTrigger" data-target="> ul" data-toggle-if-pointer="yes">{xen:phrase dbtech_xfavatars_overview} <span></span></h4>
		<ul data-toggle-class="menuVisible">
			<li class="section">
				<h4 class="subHeading">{xen:phrase dbtech_xfavatars_your_wallet}</h4>
				<ul>
					<li><a
						class="primaryContent"
						><span name="pointsdisplay">{$visitor.dbtech_xfavatars_points}</span> {xen:phrase dbtech_xfavatars_points}</a></li>
				</ul>
			</li>
			<li class="section">
				<h4 class="subHeading">{xen:phrase dbtech_xfavatars_actions}</h4>
				<ul>
					<li><a
						class="{xen:if "{$selectedKey} == 'actions/shop'", 'secondaryContent', 'primaryContent'}"
						href="{xen:link xfavatars/shop}">{xen:phrase dbtech_xfavatars_buy_new_avatar_parts}</a></li>
					<li><a
						class="{xen:if "{$selectedKey} == 'actions/inventory'", 'secondaryContent', 'primaryContent'}"
						href="{xen:link xfavatars/inventory}">{xen:phrase dbtech_xfavatars_inventory}</a></li>
				</ul>
			</li>
			<li class="section">
				<h4 class="subHeading">{xen:phrase avatar}</h4>
				<div align="center"><img src="styles/DBTech/xFAvatars/avatars/{$visitor.user_id}.png" alt="" id="avatarimage" /></div>
				<span class="baseHtml">
				<ul id="partlist_preview">
					<li style="display:none"><img src="styles/DBTech/xFAvatars/delete.png" alt="" name="deletepart" data-command="preview" data-folder="%folder%" style="cursor:pointer;" /> <span class="smallfont" name="deletepartname" data-command="preview" data-folder="%folder%">%partname%</span></li>
				</ul>
				</span>
			</li>
		</ul>
	</div>

	<div class="mainContentBlock section sectionMain insideSidebar">
		<xen:hook name="account_wrapper_content">{xen:raw $_subView}</xen:hook>
	</div>
</div>

<div class="ajaxprogress" id="ajaxprogress">
	<div style="font-weight: bold;" id="progresstitle"></div><br />
	<div id="progresscontent"></div>
</div>
 
Hello Bromacia,

This ticket has now been closed with the status Fixed.

We hope your issue or question has been addressed to your satisfaction. If not, please feel free to re-open it by clicking this link.

If you have any further issues or questions, please feel free to start a new support ticket via the button at the top of every page.

Thank you!
 
Status
Not open for further replies.

Legacy DragonByte Avatars

XenForo 1.1.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
77
Customer rating
0.00 star(s) 0 ratings
Back
Top