sbr Posted March 14, 2016 Posted March 14, 2016 3 hours ago, Denis M said: Next version 1.1.2 or 1.2 (In this version added a number of new features, including the slider) Hey! What kind of slider? If you could add an image slider to the header that pulls the images from articles, your theme would be perfect for me. I'm current re-coding my site http://www.mouse-sensitivity.com (take a look to see what I mean) to IPS 4.1, but I'm missing a theme that have the slider I have in 3.4.
kirosuto Posted March 15, 2016 Posted March 15, 2016 I've noticed a few small bugs and pulling them from the demo site to ensure it's not from any additions from my end. The section titles / title bars are showing the container's background / not true rounded There's inconsistency across the buttons. When we're first presented we see the SIGN IN and SIGN UP, both have opaque backgrounds. Then if we look at the buttons that are Create New Topic, Reply to this Topic, Create Event, [ + ] (quote), etc. they are fully transparent. Is this intentional? Hope these help!
Veilon Posted March 15, 2016 Author Posted March 15, 2016 3 hours ago, kirosuto said: I've noticed a few small bugs and pulling them from the demo site to ensure it's not from any additions from my end. The section titles / title bars are showing the container's background / not true rounded There's inconsistency across the buttons. When we're first presented we see the SIGN IN and SIGN UP, both have opaque backgrounds. Then if we look at the buttons that are Create New Topic, Reply to this Topic, Create Event, [ + ] (quote), etc. they are fully transparent. Is this intentional? Hope these help! 1 - Fixed 2 - So conceived, but for You I the next version will make setting these buttons from AdminCP and You will be able to exchange them for ones that will be most convenient for You.
Veilon Posted March 15, 2016 Author Posted March 15, 2016 14 hours ago, sbr said: Hey! What kind of slider? If you could add an image slider to the header that pulls the images from articles, your theme would be perfect for me. I'm current re-coding my site http://www.mouse-sensitivity.com (take a look to see what I mean) to IPS 4.1, but I'm missing a theme that have the slider I have in 3.4. Please, tell us more
sbr Posted March 15, 2016 Posted March 15, 2016 8 hours ago, Denis M said: Please, tell us more The graphics in the header are images from the recent articles, pulled from a block where you configured what to articles to use. It will slide through the last 10 (configurable) article images. This way the whole page seems a lot more dynamic and alive, and for my site the information there instantly tells users what the latest update is. Really loving the opaque style of your theme, I'm planning to code my entire front page to match it.
Veilon Posted March 17, 2016 Author Posted March 17, 2016 On 15.03.2016 at 11:16 PM, sbr said: The graphics in the header are images from the recent articles, pulled from a block where you configured what to articles to use. It will slide through the last 10 (configurable) article images. This way the whole page seems a lot more dynamic and alive, and for my site the information there instantly tells users what the latest update is. Really loving the opaque style of your theme, I'm planning to code my entire front page to match it. I will try to implement this after the release of version 1.2. Namely 1.2.1 and 1.2.2, if possible to implement, then I'll get all this in style settings.
sbr Posted March 17, 2016 Posted March 17, 2016 2 minutes ago, Denis M said: I will try to implement this after the release of version 1.2. Namely 1.2.1 and 1.2.2, if possible to implement, then I'll get all this in style settings. Excellent! Just downloaded your theme
Szymon Nasiadka Posted March 20, 2016 Posted March 20, 2016 Chat doesn't work .. but if i change theme to default then work ..
Veilon Posted March 20, 2016 Author Posted March 20, 2016 3 hours ago, Szymon Nasiadka said: Chat doesn't work .. but if i change theme to default then work .. Fixed in 1.2
Il_Picasso Posted March 21, 2016 Posted March 21, 2016 Icons not working http://api.comugamers.com/i/2016-03-21_11-20-14.png I even tried editting CSS
Veilon Posted March 21, 2016 Author Posted March 21, 2016 8 minutes ago, Stefano Ortiz said: Icons not working http://api.comugamers.com/i/2016-03-21_11-20-14.png I even tried editting CSS Write to me in PM, we will resolve the issue.
Veilon Posted March 23, 2016 Author Posted March 23, 2016 Version 1.2 What's new: Fix This Fixed a bug in the mobile version Work in collaboration with Portal Added advanced configuration ipsToogle and pagination Added Slider carousel Added the ability to replace the .png icons in the navigation on FA icons. While all the CSS code responsible for the icons was conveniently displayed in settings Added FA icons in the drop down menu and user Menu in elCreate And much more...
kirosuto Posted March 23, 2016 Posted March 23, 2016 Loving some of the new features, a few things to point out... 1. When a forum is empty, there's no background so you get... 2. Widget text color not overriding / not able to be set... Here's the code that's giving this color, I can't find it anywhere in the wizard so custom.css to adjust for now... .ipsWidget.ipsWidget_vertical .ipsWidget_inner { color: #8e9aa9; } 3. Turning on the Slider deactivates the background-header / is not working for me =/ 4. NavBar FA-icons not registering It looks like the data-title hasn't been written into the template code and/or just not being registered... .ipsNavBar_primary > ul > li[data-navTitle='Browse'] > a:before When you go to inspect, those data-navTitle bits aren't showing up anywhere. I came up with a fix, though it requires writing over a template file so hopefully changed in the next iteration: Find navBarItems under Templates and find the following code... <li {{if $active}}class='ipsNavBar_active' data-active{{endif}} id='elNavSecondary_{$item->id}' data-role="navBarItem" data-navApp="{expression="mb_substr( get_class( $item ), 4, mb_strpos( get_class( $item ), '\\', 4 ) - 4 )"}" data-navExt="{expression="mb_substr( get_class( $item ), mb_strrpos( get_class( $item ), '\\' ) + 1 )"}"> and change it to: <li {{if $active}}class='ipsNavBar_active' data-active{{endif}} id='elNavSecondary_{$item->id}' data-role="navBarItem" data-navApp="{expression="mb_substr( get_class( $item ), 4, mb_strpos( get_class( $item ), '\\', 4 ) - 4 )"}" data-navTitle="{$item->title()}" data-navExt="{expression="mb_substr( get_class( $item ), mb_strrpos( get_class( $item ), '\\' ) + 1 )"}"> ^ the difference is adding data-navTitle="{$item->title()}" into the line.
Veilon Posted March 24, 2016 Author Posted March 24, 2016 1. It never should be 2. Fix 1.2.1 3. Download images in the settings, I didn't do this by default, as in IPS Marketplace the weight limit to 2 MB. 4. Indeed, I forgot to save the template. Fix 1.2.1
Bluto Posted March 24, 2016 Posted March 24, 2016 Theme looks nice. I noticed in your pics in the marketplace, the main forum top was level. In the demo, they aren't level. See image attached. I'm using Windows Chrome.
Veilon Posted March 24, 2016 Author Posted March 24, 2016 2 minutes ago, Bluto said: Theme looks nice. I noticed in your pics in the marketplace, the main forum top was level. In the demo, they aren't level. See image attached. Blame the widgets sidebar, if I add any widget, you will be fine. Clients such problem should arise.
Bluto Posted March 24, 2016 Posted March 24, 2016 Thanks for the info. I generally go with a wide layout... could you add a few pix to the marketplace (or in this thread) which show the template in a wide format? Also, maybe an image of what the header looks like logged in?
Veilon Posted March 24, 2016 Author Posted March 24, 2016 Version 1.2.2 BETA Added support for version 4.1.9 After the update, you may encounter problems, please report them in this thread or in PM.
sbr Posted March 24, 2016 Posted March 24, 2016 Nice slider implementation! But since it's the entire background I think users can find it a little distracting. A fade option would be nice, kinda like this: http://jsfiddle.net/5M2PD/4/
Veilon Posted March 25, 2016 Author Posted March 25, 2016 Version 1.2. 3 The bug fix beta version Code optimization and add comments to it Support version 4.1.9 15 hours ago, sbr said: Nice slider implementation! But since it's the entire background I think users can find it a little distracting. A fade option would be nice, kinda like this: http://jsfiddle.net/5M2PD/4/ Will do in next versions
jcdesign Posted March 25, 2016 Posted March 25, 2016 Searchbox is missing for the public (guests). Only registered user can search. Have you notice this?
Martin1980 Posted March 25, 2016 Posted March 25, 2016 Is there an ability to disable the header for registered users? 10 minutes ago, jcdesign said: Searchbox is missing for the public (guests). Only registered user can search. Have you notice this? Users are still be able to search: --> https://veilon.net/search/
jcdesign Posted March 25, 2016 Posted March 25, 2016 Yes but who will find this hidden search when visit the site for the first time.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.