Lesovsky Posted July 9, 2012 Author Posted July 9, 2012 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.
bosss Posted July 9, 2012 Posted July 9, 2012 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
Lesovsky Posted July 17, 2012 Author Posted July 17, 2012 Skin has been updated to version 1.0.5, a list of changes, see the description of the file.
Workbase Posted August 27, 2012 Posted August 27, 2012 How can i change the background colour to white? On my mac the background colour is yellowish.
Lesovsky Posted August 27, 2012 Author Posted August 27, 2012 ACP > Look & Feel > SummerStyle > CSS > summerstyle_general.cssFind: #ipbwrapper2 { background-color: #FCF8ED; Replace: #ipbwrapper2 { background-color: #ffffff; But! You have to disable or change the footer image.
Workbase Posted August 27, 2012 Posted August 27, 2012 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.
Workbase Posted August 27, 2012 Posted August 27, 2012 You can see the colour differences here. I would like the background to be light grey or plain white.
Workbase Posted August 27, 2012 Posted August 27, 2012 Found it out.. I changed this: #content { background: #ffffff; padding: 10px 10px; margin: 0 auto 120px auto; line-height: 120%;
Lesovsky Posted August 27, 2012 Author Posted August 27, 2012 I forgot about #content {, change the color in it, too.ACP > Look & Feel > SummerStyle > CSS > summerstyle_general.css Аhead of me :smile:
Workbase Posted August 27, 2012 Posted August 27, 2012 :) No problem. How do i remove the clock down on the right side?
Sinister-Echo Posted August 29, 2012 Posted August 29, 2012 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?
Workbase Posted August 29, 2012 Posted August 29, 2012 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..
Lesovsky Posted August 30, 2012 Author Posted August 30, 2012 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']">
Sinister-Echo Posted August 30, 2012 Posted August 30, 2012 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.
Workbase Posted September 3, 2012 Posted September 3, 2012 How do i remove the clock down on the right side?
Lesovsky Posted September 12, 2012 Author Posted September 12, 2012 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.
Workbase Posted October 30, 2012 Posted October 30, 2012 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.
Lesovsky Posted October 30, 2012 Author Posted October 30, 2012 What colors you want to add? It is desirable to show the pictures.
Workbase Posted October 31, 2012 Posted October 31, 2012 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?
Lesovsky Posted November 1, 2012 Author Posted November 1, 2012 The update will be after the release of IPB 3.4.
Workbase Posted November 19, 2012 Posted November 19, 2012 Hi. I just installed "http://community.invisionpower.com/index.php?app=downloads&module=display§ion=file&id=5948"]Links Directory" on my forum. Activated the hook, and ran into a small problem. As you can see on the attached picture, it does not ´t have the same design as my other hooks. What can i do?
Lesovsky Posted November 19, 2012 Author Posted November 19, 2012 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'>
Nevo Posted November 19, 2012 Posted November 19, 2012 The update will be after the release of IPB 3.4. Looking forward to the release!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.