g1nt3r Posted March 8, 2016 Posted March 8, 2016 Hello Denis, so a couple bugs I wanted to point out. I fixed most of them myself but so you can update the theme Wrong background colors in the Private Messaging conversation page (fixed myself) Custom Forum Icons don't lower in opacity when a forum is read (fixed myself, still a couple issues with it tho) Forum Title does't go BOLD when there are unread topics in the forums (cannot figure out how to fix) Basically I love the theme however I feel that it doesn't push hard enough that there are unread topic in any given forum. http://www.thedivisionforums.com Kinda made it my own
Veilon Posted March 9, 2016 Author Posted March 9, 2016 19 hours ago, g1nt3r said: Hello Denis, so a couple bugs I wanted to point out. I fixed most of them myself but so you can update the theme Wrong background colors in the Private Messaging conversation page (fixed myself) Custom Forum Icons don't lower in opacity when a forum is read (fixed myself, still a couple issues with it tho) Forum Title does't go BOLD when there are unread topics in the forums (cannot figure out how to fix) Basically I love the theme however I feel that it doesn't push hard enough that there are unread topic in any given forum. http://www.thedivisionforums.com Kinda made it my own 18 hours ago, g1nt3r said: Here an example All fixed and in the next update (1.0.1) will not happen anymore. Thanks for the info!
ADKGamers Posted March 10, 2016 Posted March 10, 2016 nvm. . . cancel that! Enjoying everything so far
Veilon Posted March 10, 2016 Author Posted March 10, 2016 Version 1.0.1 What's new ? : Added settings totally change the color of all the buttons on the forum Added option to hide button in 'guestMessage' New section added 'Header' where you can make a fixed header and otherwise to set the colors Fixed background color in the form of an answer Fixed bugs in unit 'Popular Contributors' Fixed this General edits And more...
Jamie Robertson Posted March 11, 2016 Posted March 11, 2016 Hey just bought this skin and its good so far but there are 2 issues ive ran into, one being how the body text has literally no margin so hugs the main body block, and the Contact page is sort of broken.
g1nt3r Posted March 11, 2016 Posted March 11, 2016 11 hours ago, Jamie Robertson said: Hey just bought this skin and its good so far but there are 2 issues ive ran into, one being how the body text has literally no margin so hugs the main body block, and the Contact page is sort of broken. I got you fam on the text hugging the blocks Edit the theme Go to CSS Find Forums > Font > Forums.css In that find html[dir="ltr"] .cPost .ipsComment_content { padding-right: 0; padding-left: 15px; } html[dir="rtl"] .cPost .ipsComment_content { padding-left: 0; padding-right: 15px; } and change too html[dir="ltr"] .cPost .ipsComment_content { padding-right: 20px; padding-left: 20px; padding-bottom: 20px; } html[dir="rtl"] .cPost .ipsComment_content { padding-left: 20px; padding-right: 20px; padding-bottom: 20px; } Alternativley and I guess the right way to do it is to just put html[dir="ltr"] .cPost .ipsComment_content { padding-right: 20px; padding-left: 20px; padding-bottom: 20px; } html[dir="rtl"] .cPost .ipsComment_content { padding-left: 20px; padding-right: 20px; padding-bottom: 20px; } in custom.css
Dylan Riggs Posted March 11, 2016 Posted March 11, 2016 37 minutes ago, g1nt3r said: I got you fam on the text hugging the blocks Edit the theme Go to CSS Find Forums > Font > Forums.css In that find html[dir="ltr"] .cPost .ipsComment_content { padding-right: 0; padding-left: 15px; } html[dir="rtl"] .cPost .ipsComment_content { padding-left: 0; padding-right: 15px; } and change too html[dir="ltr"] .cPost .ipsComment_content { padding-right: 20px; padding-left: 20px; padding-bottom: 20px; } html[dir="rtl"] .cPost .ipsComment_content { padding-left: 20px; padding-right: 20px; padding-bottom: 20px; } NO, don't edit the core CSS files. Make your changes to custom.css by pasting the same code into custom.css......................... You're hurting upgrades doing that. All CSS changes should be in only custom.css or in the custom.css directory. For example, you can create a navigation.css file or ui.css file etc directly below custom.css for more organization of your css if you don't want to go through endless scrolling in one file only.
g1nt3r Posted March 11, 2016 Posted March 11, 2016 10 minutes ago, Dylan Riggs said: NO, don't edit the core CSS files. Make your changes to custom.css by pasting the same code into custom.css......................... You're hurting upgrades doing that. All CSS changes should be in only custom.css or in the custom.css directory. For example, you can create a another.css file directly below custom.css for more organization purposes. Alright, I imagine thats another way of doing it. Btw Dylan wheres you sweet ass Twitch Plugin?!
Dylan Riggs Posted March 11, 2016 Posted March 11, 2016 5 minutes ago, g1nt3r said: Alright, I imagine thats another way of doing it. Btw Dylan wheres you sweet ass Twitch Plugin?! I've been upgrading clients, I get a lot of custom work and I mean a lot. I have to upgrade them first before I go through the Twitch App - It's in my roadmap though once I get my first theme release done.
g1nt3r Posted March 11, 2016 Posted March 11, 2016 11 minutes ago, Dylan Riggs said: I've been upgrading clients, I get a lot of custom work and I mean a lot. I have to upgrade them first before I go through the Twitch App - It's in my roadmap though once I get my first theme release done. Well I'm lookin forward to it bud, it would be perfect for my Tom Clancy's The Division Forums
Veilon Posted March 12, 2016 Author Posted March 12, 2016 On 11.03.2016 at 10:09 AM, Jamie Robertson said: Hey just bought this skin and its good so far but there are 2 issues ive ran into, one being how the body text has literally no margin so hugs the main body block, and the Contact page is sort of broken. In version 1.1 this will be fixed.
Jamie Robertson Posted March 13, 2016 Posted March 13, 2016 15 hours ago, Denis M said: In version 1.1 this will be fixed. Okay thanks Denis
kirosuto Posted March 13, 2016 Posted March 13, 2016 It doesn't look like the Upcoming Widget is receiving the same treatment as the others (see screenshot). There's no padding/background to connect the Titlebar and each event.
Veilon Posted March 13, 2016 Author Posted March 13, 2016 23 minutes ago, kirosuto said: It doesn't look like the Upcoming Widget is receiving the same treatment as the others (see screenshot). There's no padding/background to connect the Titlebar and each event. Refresh the page, this happens only when you exit the edit mode blocks. To fix the white color (will Fix in version 1.1) go to veilon.css or custom.css and add it to the bottom .ipsWidget .ipsCalendarDate { background: you color !important; }
kirosuto Posted March 13, 2016 Posted March 13, 2016 Just now, Denis M said: Refresh the page, this happens only when you exit the edit mode blocks. To fix the white color (will Fix in version 1.1) go to veilon.css or custom.css and add it to the bottom .ipsWidget .ipsCalendarDate { background: you color !important; } Good to know / I'll add that bit-- I just refreshed it prior and noticed it resolved itself and was wondering how that happened.
Veilon Posted March 13, 2016 Author Posted March 13, 2016 5 minutes ago, kirosuto said: Good to know / I'll add that bit-- I just refreshed it prior and noticed it resolved itself and was wondering how that happened. When you refresh the page, it will apply CSS classes. Which were not available in 'edit blocks'.
kirosuto Posted March 13, 2016 Posted March 13, 2016 A few more things to also point out... Activity Stream > Date/Calendar boxes + Comment bubbles need some treatment... (Pardon the dummy text) If I set your theme to Default, it messes up with the AdminCP formatting entirely...
Veilon Posted March 13, 2016 Author Posted March 13, 2016 1 hour ago, kirosuto said: Activity Stream > Date/Calendar boxes + Comment bubbles need some treatment... 1.1 Fix Theme Settings -> Front End Color -> Light area background (Change Color) 1 hour ago, kirosuto said: If I set your theme to Default, it messes up with the AdminCP formatting entirely... Use the default AdminCP theme
Veilon Posted March 13, 2016 Author Posted March 13, 2016 Version 1.1 What's new: In the subject added extra theme and CKEditor configuration. Added ability to remove forum border-radius from the style settings Added ability to select color settings for forms on Your forum Remade 'Forum Nodes', it adds more settings for Your convenience. Added tooltip for social icons in the footer, also they displayed in the style settings. Added more colors that you can change in settings (Theme Colors) Completed the mobile version of the style Added color selection to notify badge Fixed bug with parts of the calendar in the profile Fixed white colors that make my eyes hurt Fixed this And more...
kirosuto Posted March 13, 2016 Posted March 13, 2016 .ipsBreadcrumb > ul > li { line-height: inherit; } Not sure if this is intentional or not, but... 1, the breadcrumbs are misaligned though I think this is because of the edits we made to go from SVG icons to FA glyph codes. I found a quick fix... .ipsBreadcrumb > ul > li { line-height: inherit; } 2, haven't looked into this one but I imagine it's a simple fix but wanted to bring that to your attention.
Veilon Posted March 14, 2016 Author Posted March 14, 2016 17 hours ago, kirosuto said: .ipsBreadcrumb > ul > li { line-height: inherit; } Not sure if this is intentional or not, but... 1, the breadcrumbs are misaligned though I think this is because of the edits we made to go from SVG icons to FA glyph codes. I found a quick fix... .ipsBreadcrumb > ul > li { line-height: inherit; } 2, haven't looked into this one but I imagine it's a simple fix but wanted to bring that to your attention. 1.1.1 - Fix, Tonight or tomorrow morning will be another update
Veilon Posted March 14, 2016 Author Posted March 14, 2016 Hot Fix Version 1.1.1 What's new: Fix this Work in collaboration with third-party plugins Fixed white color in notifications Fixed settings '(SideBar Gradient) Title Background Second Color' And more... Next version 1.1.2 or 1.2 (In this version added a number of new features, including the slider) Some may not work SVG icons. The reason for this is unknown to us (They don't work only in units, others, including on our test site everything is OK), at the moment, work is underway to correct this error. The new manual (to Be video recorded) by adding icons to the navbar in the development...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.