Luis Manson Posted March 27, 2012 Posted March 27, 2012 Hi, i have to ask this... If i run a "template merge" with the latest skin version installed right in 3.3 after upgrading i get a few merge conflicts, merging two templates fixed a few issues, but if a merge some CSS i get a real mess, whats the right path to follow? tanks
IPBSkins Posted March 31, 2012 Author Posted March 31, 2012 I update all skins to manually. "Template merge" destroys all the custom classes. "Template merge" tools can be used only in the most primitive skins.
GStone Posted September 5, 2012 Posted September 5, 2012 I just started using Delicate on 3.3.4 and most everything seems to be going well. Of course, I'm new to 3.x and I'm still learning my way around. The only serious issue to come up is that when the window is narrower than about 1000px it starts to crop the right of the page, and at no point is there a horizontal scroll bar at the bottom so that users with small screens can scroll to see the right side of the page. I don't have this problem with the default skin. Is this a version issue, or something I can edit myself?
IPBSkins Posted September 10, 2012 Author Posted September 10, 2012 I just started using Delicate on 3.3.4 and most everything seems to be going well. Of course, I'm new to 3.x and I'm still learning my way around. The only serious issue to come up is that when the window is narrower than about 1000px it starts to crop the right of the page, and at no point is there a horizontal scroll bar at the bottom so that users with small screens can scroll to see the right side of the page. I don't have this problem with the default skin. Is this a version issue, or something I can edit myself? Open ipb_styles.css Find #corner { background: transparent; margin: 0px auto 10px; max-width: 1300px; min-width: 960px; padding: 0px; } Remove min-width: 960px;[/code]
Wolf Posted October 27, 2012 Posted October 27, 2012 Forum View > ForumIndexTemplate You have <ol class='ipsList_inline'> Which should be: <ul class='ipsList_inline'>
Karin-GreenEarth Posted December 23, 2012 Posted December 23, 2012 Recently had to go from 3.3.4 to 3.4.0. The skin needs adjusting. I really don't want to install the whole new skin -- then I have to reapply my ads and other customizations. Is there a way to only apply the differences in the skin from 3.3.4 to 3.4.0? Thanks for your help! Karin P.S. I do donate to you.
IPBSkins Posted December 23, 2012 Author Posted December 23, 2012 Thank you! I has been updated this skin to 3.4.1. Unfortunately all customizations will have to be transferred manually: ( The list of changed files (3.3.4 -> 3.4.1): Global Templates > globalTemplate Profiles > customizeProfile ipb_styles.css ipblog.css ipdownloads.css ipgallery.css ipb_ckeditor.css ipcontent.css ipb_common.css ipblog.print.css ipb_search.css
Karin-GreenEarth Posted December 30, 2012 Posted December 30, 2012 Fisana, The Gallery is really messed up with 3.4.4 and Delicate Green. Have you the fixes? I'd appreciate it! Karin
Karin-GreenEarth Posted December 30, 2012 Posted December 30, 2012 Thanks for the response. I don't mind making the changes manually (I made the ones suggested here) but I don't understand what the changes are or where to find them. Happy New Year!
Karin-GreenEarth Posted December 30, 2012 Posted December 30, 2012 Looks like removing the min-width has fixed most -- perhaps all problems. Thanks.
Wolf Posted January 4, 2013 Posted January 4, 2013 There are still glitches with this skin related to the 'users browsing this forum' feature. I have replaced this section of the skin's code with the one from the IPB default skin, as followed: <if test="showactiveusers:|:is_array( $active_user_data ) AND count( $active_user_data )"> <div id='forum_active_users' class='active_users stats_list'> <h4 class='statistics_head'>{parse expression="sprintf( $this->lang->words['active_users_titlef'], $active_user_data['stats']['total'] )"}</h4> <p class='statistics_brief'>{parse expression="sprintf( $this->lang->words['active_users_detail'], $active_user_data['stats']['members'], $active_user_data['stats']['guests'], $active_user_data['stats']['anon'] )"}</p> <br /> <ul class='ipsList_inline'> <if test="hasactiveusers:|:is_array( $active_user_data['names'] ) AND count( $active_user_data['names'] )"> {parse expression="implode( ', ', $active_user_data['names'] )"} </if> </ul> This fixed the problem.
Nevo Posted January 4, 2013 Posted January 4, 2013 Fisana... Спасибо for the updates. The skin looks great! :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.