Jump to content

Download: SummerStyle 3.2 [Discount!] 9$


Lesovsky

Recommended Posts

Posted

I repeat that soon will be released version 1.0.5 which fixes several bugs and compatibility support for skins with IPB 3.3.4, which will appear soon.
I will say briefly what will be new, added three new colors, change the image footer (as long as three of them, the grass, the ocean and the desert), and settings for the logo, change the text in the logo.

If there is a proposal ready to listen and add.

  • Replies 86
  • Created
  • Last Reply
Posted

Nice news. Can you add possibility yo change background color - mean body color .... now is white ... should be nice to change to some darker?

regards

bosss

  • 2 weeks later...
  • 1 month later...
Posted

ACP > Look & Feel > SummerStyle > CSS > summerstyle_general.css

Find:


#ipbwrapper2 {

    background-color: #FCF8ED;

Replace:


#ipbwrapper2 {

   background-color: #ffffff;



But!
You have to disable or change the footer image.

Posted

Thank you. This did not work. I did what you said: Disabled the footer picture, replaced the CSS, cleaned cache, and double checked with my Mac & home computer.
The colour is still the same.

Posted

Hello,

Don't know if is it the theme, the IPB, or some setting that I am missing - but I cannot get the forum descriptions to show up.


Can you enlighten me and hopefully help me to get them to work?

Posted

Hello,



Don't know if is it the theme, the IPB, or some setting that I am missing - but I cannot get the forum descriptions to show up.




Can you enlighten me and hopefully help me to get them to work?


Same here..
Posted

ACP > Look & Feel > SummerStyle > Templates > Board index > boardIndexTemplate

Find:

<p class='desc __forum_desc ipsType_small'>{$forum_data['description']}</p>[/CODE]

Cut and past after:

[CODE]<if test="showSubForums:|:$forum_data['show_subforums'] AND count( $forum_data['subforums'] ) AND $forum_data['show_subforums']">

Posted



Find:



<p class='desc __forum_desc ipsType_small'>{$forum_data['description']}</p>[/CODE]

Cut and past after:

[CODE]<if test="showSubForums:|:$forum_data['show_subforums'] AND count( $forum_data['subforums'] ) AND $forum_data['show_subforums']">

Thank-you for the help. I did notice that the second line of code -

<if test="showSubForums:|:$forum_data['show_subforums'] AND count( $forum_data['subforums'] ) AND $forum_data['show_subforums']">[/code]

was already in that template - however, it was above the first line of code

[CODE]<p class='desc __forum_desc ipsType_small'>{$forum_data['description']}</p>

.

When I deleted it from above and copy/pasted the second line of code beneath the first line - everything worked perfectly.

Thank you again.

Posted

ACP > Look & Feel > SummerStyle > Templates > Global Templates > globalTemplate

Find:


    <div class='footer_time'>

	 {$this->lang->words['time_now']} {$footer_items['time']}

									    <br />

<if test="lastvisit:|:$this->memberData['member_id'] AND $this->memberData['last_visit']">{$this->lang->words['you_last_visit']} {parse date="$this->memberData['last_visit']" format="short"}</if>

    </div>



And remove.

  • 1 month later...
Posted

When will you upgrade this skin? We run one big community were we use your skin. We are planing to start several communities and are in desperate need of more colours to choose between.

Posted

What colors you want to add? It is desirable to show the pictures.

Dark purple, a dark grey example ( hex #353535 or #454545 or #404042 ) Nice red colour (example #ff0048 , #ff0006 )

http://www.colorblender.com/ There are a lot of nice colour combinations on this site.

What is your update plan with this skin?

  • 3 weeks later...
Posted

Need to edit the template block. It uses a class general_box, but must ipsSideBlock.

In the template of this block find.

<div class='general_box clearfix'>

Replace:

<div class='ipsSideBlock clearfix'>

Archived

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

  • Recently Browsing   0 members

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