Jump to content

Download: Shuukyoku


Beatless

Recommended Posts

index.php?app=downloads&module=display&s


File Name: Shuukyoku
File Submitter: Beatless
File Submitted: 08 May 2012
File Category: Miscellaneous Skins

%7Boption%7D

Introducing Shuuyoku
Shuukyoku is a transparent multi-layer skin that features handy CSS3 features The skin features 6 style completely customizable along with previous features from Elegance Infinity White Sea.

Major Features:
- Fixed/Fluid Skin.
- 6 Inbuilt Styles.
- RTL Support
- Responsive Layout.
- Layout Switch (2 Layouts)
- Configurable Slideshow.
- Tableless Board View.
- Customizable Layers via Control Panel.
- Crossbrowser Support.
- Support for Third Party and Official Applications (i.e: IP.Content, IP.Gallery, IP.Download)

Other Features:
- Google Fonts.
- Smooth Scroller at the bottom
- First Word Color Span.
- Loading Transitions.
- BBCodes Collection.
- Socials Icons.
- Eventually all the features of Elegance Infinity White Sea to!

Click here to download this file

Link to comment
  • 8 months later...

Hi all,

I recently purchased this template. I did notice some querks but they are fixable if you have the patience and time to fix them.

For the issue with the "Recent Topics" avatar being too large: the reason is the template parse is not correct.

Go to : Look & Feel > Manage Skin Sets & Templates > (name of your template) > Board Index > HookRecentTopics

{parse template="userSmallPhoto" group="global" params="$r"}

change to:

{parse template="userSmallPhoto" group="global" params="array('member_id')"}

Hope this helps anyone with problems :smile:

If you find any more feel free to share. This is a great template and I would be happy to try to fix any problems you have with it.

Link to comment

I also noticed the table row settings under "My Content" was white. I had to change it to be transparent.

Go to : Look & Feel > Manage Skin Sets & Templates > (name of your template) > Edit CSS : Choose Custom.css

ADD:

#trow_1 {
    background: none repeat scroll 0 0;
}

This will simply override the template CSS and make it transparent. I haven't found any confilicts with this yet in table rows so I think this fix will help many with the issue.

Link to comment

Correction to avatar post:

For the issue with the "Recent Topics" avatar being too large: the reason is the template parse is not correct.


Go to : Look & Feel > Manage Skin Sets & Templates > (name of your template) > Global Templates >
userSmallPhoto

Replace entire userSmallPhoto code with : 


<if test="linkAvatarOpen:|:$member['member_id'] && ( $this->memberData['g_is_supmod'] || ($this->memberData['g_mem_info'] && ! IPSMember::isInactive($member) ) )">
	<a href='{parse url="showuser={$member['member_id']}" template="showuser" seotitle="{$member['members_seo_name']}" base="public"}' class='ipsUserPhotoLink left'>
<else />
	<div class='left'>
</if>
<if test="hasphoto:|:$member['member_id']">
	<img src='{$member['pp_small_photo']}' alt='<if test="hasAlt:|:$member['alt']">{$member['alt']}<else />{$this->lang->words['photo']}</if>' class='ipsUserPhoto <if test="hasCustomClass:|:empty($member['_customClass'])">ipsUserPhoto_mini<else />{$member['_customClass']}</if>' />
<else />
	{IPSMember::buildNoPhoto(0, 'mini' )}
</if>
<if test="linkAvatarClose:|:$member['member_id'] && ( $this->memberData['g_is_supmod'] || ($this->memberData['g_mem_info'] && ! IPSMember::isInactive($member) ) )">
	</a>
<else />
	</div>
</if>
Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...