Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Bluto Posted August 14, 2017 Posted August 14, 2017 (edited) If you want to give me that one line, that would be great - then I would be sure I wouldn't be missing any. Â I wanted to remove all the box-shadows and text-shadows or anything else that has a shadow. Edited August 14, 2017 by Bluto
TAMAN Posted August 14, 2017 Author Posted August 14, 2017 Just now, Bluto said: If you want to give me that one line, that would be great - then I would be sure I wouldn't be missing any.  I wanted to remove all the box-shadows and text-shadows. You clearly misunderstood me  anyways, Have a good day Â
Bluto Posted August 14, 2017 Posted August 14, 2017 3 minutes ago, TAMAN said: You can remove all with one line and in custom.css  1 minute ago, TAMAN said: You clearly misunderstood me  anyways, Have a good day  Yea, I missunderstood that I could do it all with one line of code. Were you going to provide that code?
TAMAN Posted August 14, 2017 Author Posted August 14, 2017 (edited) Again, there is no such thing like all box shadows, box shadow have been used on countless areas on IPS theme and this has nothing to do with behemoth theme brother, i might have added box shadow to only 4-5 areas like sidebars,wrapper, navbar, custom footer thats all and again, if you want me to help removing box shadows AND in custom.css then as i said earlier post screenshots and point to whatever that places you want to remove the box shadows, and then yes i can remove it ALL in one line and in custom.css You been talking about this "all box shadow" since few posts and arguing you cant remove it in custom.css, well, I CAN DO IT FOR YOU just tell me what box sahdow for the love of god xD  Edited August 14, 2017 by TAMAN
Bluto Posted August 14, 2017 Posted August 14, 2017 11 hours ago, Bluto said: FYI - putting anything in the custom.css won't work since the ta_base.css comes after custom.css (both in the custom folder but are injected based on alphabetical order). For the custom.css file to work, I needed to create a zcustom.css file so it was loaded after all other css files in custom. Â 25 minutes ago, Bluto said: I'm removing all the box-shadows. Â I wasn't removing one in particular. Â I wanted a flat theme. Â I haven't been arguing that it can't be done in the custom.css, I was saying that the custom.css comes before your custom css files. Â What worked for me was a zcustom.css. I wouldn't consider 2 posts "arguing". Â Not sure where that is coming from. Anyway, I can take care of this, thanks for the help, sorry if there was some confusion.
TAMAN Posted August 14, 2017 Author Posted August 14, 2017 (edited) 30 minutes ago, Bluto said: I haven't been arguing that it can't be done in the custom.css, I was saying that the custom.css comes before your custom css files.  What worked for me was a zcustom.css. I wouldn't consider 2 posts "arguing".  Not sure where that is coming from. Anyway, I can take care of this, thanks for the help, sorry if there was some confusion. But It doesn't matter if it comes before or after, It works if you use it properly as i have replied targeting the selectors differently or using !important, and i have replied on first post tell me what box shadow's you want to remove so i can help  anyway, try to add this in custom.css *{box-shadow:none!important;text-shadow:none!important;} This should remove any box-shadow and any text shadow used on any elements  Have a good day Edited August 14, 2017 by TAMAN Bluto 1
MJL Posted August 14, 2017 Posted August 14, 2017 On 29.12.2016 at 5:30 PM, TAMAN said: Â Â Hello, I would like to ask how can I get such user navigation bar as in this photo and header? Â Â In addition, why do not I have more color options like here? Do I have white or black only? Â
TAMAN Posted August 15, 2017 Author Posted August 15, 2017 Just now, Pawel Filonczuk said: Hello, I would like to ask how can I get such user navigation bar as in this photo and header? In addition, why do not I have more color options like here? Do I have white or black only?  Hello, These images are quite old in marketplace i will change it when i can however this theme for ips 4.2 is completely redesigned, evetything is way better and with more features And there is a user bar style setting in Header tab you can switch to two different style  as for the colorizer, It is still same, dark and white version, the palette side on the image above were used only for navigation not everything so it is removed now there will be more color presets in this theme in time Â
TAMAN Posted August 18, 2017 Author Posted August 18, 2017 Version 4.1.1 Easier way to add tickers in "News Ticker" Improving "Style your forums" cover user group setting, It is now "Exclude from groups" instead showing to groups How to update? ACPÂ --> Customization ---> Themes
Michael R Posted August 19, 2017 Posted August 19, 2017 Is there a setting for control the uppercase in the category titles?
TAMAN Posted August 19, 2017 Author Posted August 19, 2017 5 hours ago, Michael R said: Is there a setting for control the uppercase in the category titles? No, Just ad this to custom.css to make it normal .ipsType_sectionTitle { text-transform: none; } Â Michael R 1
Bluto Posted August 20, 2017 Posted August 20, 2017 Thanks for the info about the shadow-box and text-shadow. I can't seem to find the profile tab settings. Â I see them in the CSS. .ipsApp.ipsApp_front .ipsTabs_activeItem, .ipsApp .ipsButton_overlaid:hover, .cCalendar td.cCalendar_today, .cCalendarWeek div.cCalendar_today{ background: {theme="tabs_activebutton"}; color: {theme="tabs_actifocolor"}; } .ipsApp.ipsApp_front .ipsTabs_item:not( .ipsTabs_activeItem ){ background: {theme="tabs_buttonbg"}; color: {theme="tabs_fontcolor"} !important; } .ipsApp.ipsApp_front .ipsTabs_item:not( .ipsTabs_activeItem ):hover { background: {hextorgb="tabs_activebutton" opacity="0.5"}; color: {theme="tabs_actifocolor"} !important; } .ipsApp.ipsApp_front .ipsTabs_small .ipsTabs_activeItem { border-bottom: 1px solid rgba(0,0,0,0.25); } Where they in the settings? Â I can't seem to find them. Thanks!
TAMAN Posted August 20, 2017 Author Posted August 20, 2017 5 minutes ago, Bluto said: Thanks for the info about the shadow-box and text-shadow. I can't seem to find the profile tab settings.  I see them in the CSS. .ipsApp.ipsApp_front .ipsTabs_activeItem, .ipsApp .ipsButton_overlaid:hover, .cCalendar td.cCalendar_today, .cCalendarWeek div.cCalendar_today{ background: {theme="tabs_activebutton"}; color: {theme="tabs_actifocolor"}; } .ipsApp.ipsApp_front .ipsTabs_item:not( .ipsTabs_activeItem ){ background: {theme="tabs_buttonbg"}; color: {theme="tabs_fontcolor"} !important; } .ipsApp.ipsApp_front .ipsTabs_item:not( .ipsTabs_activeItem ):hover { background: {hextorgb="tabs_activebutton" opacity="0.5"}; color: {theme="tabs_actifocolor"} !important; } .ipsApp.ipsApp_front .ipsTabs_small .ipsTabs_activeItem { border-bottom: 1px solid rgba(0,0,0,0.25); } Where they in the settings?  I can't seem to find them. Thanks! Should be in Buttons tab  Bluto 1
Bluto Posted August 20, 2017 Posted August 20, 2017 (edited) I was trying to change the widget background in the Profile page. All the Widget settings work except:  Widget background All the Below work great: Widget Title Bar background Widget Title Bar Font Widget Title Bar: Border  Edited August 20, 2017 by Bluto
TAMAN Posted August 20, 2017 Author Posted August 20, 2017 (edited) 9 minutes ago, Bluto said: I was trying to change the widget background in the Profile page. All the Widget settings work except:  Widget background All the Below work great: Widget Title Bar background Widget Title Bar Font Widget Title Bar: Border Widget Border  Profile widgets background connected with IPS Box background Background located in Body tab Widget background changes widget backgrounds not anything else, for example any widget that you manually drag and drop any where  Edited August 20, 2017 by TAMAN Bluto 1
PTruong Posted August 22, 2017 Posted August 22, 2017 Is there anyway to increase logo size? I want to display larger logo. It seems that if I increase size using the logo height setting, the entire logo image is distorted and looks terrible.
TAMAN Posted August 22, 2017 Author Posted August 22, 2017 12 minutes ago, PTruong said: Is there anyway to increase logo size? I want to display larger logo. It seems that if I increase size using the logo height setting, the entire logo image is distorted and looks terrible. Max height is 100px you cant make it higher than this it will mess with the headerÂ
PTruong Posted August 22, 2017 Posted August 22, 2017 1 hour ago, TAMAN said: Max height is 100px you cant make it higher than this it will mess with the header what is the max width of the logo? so I can make sure of the correct aspect ratio.
TAMAN Posted August 22, 2017 Author Posted August 22, 2017 17 minutes ago, PTruong said: what is the max width of the logo? so I can make sure of the correct aspect ratio. max width is 320px and max height is 100px  Â
Bluto Posted August 23, 2017 Posted August 23, 2017 Would it be possible in the future to add an exclusion for the slider on the site offline page? TAMAN 1
TAMAN Posted August 23, 2017 Author Posted August 23, 2017 1 hour ago, Bluto said: Would it be possible in the future to add an exclusion for the slider on the site offline page? Yep, Maybe in next version, But no promises. Bluto 1
vpatrickd Posted August 23, 2017 Posted August 23, 2017 Hi @TAMAN Quick question. I haven't been updating the theme regularly, so right now I'm still using version 2.0.1. I have just updated to IPB 4.2.2. The question is, when I download your newest version (4.1.1), do I have to use the "Upload new version" method or install as fresh, to keep my theme settings intact? Thank you.
TAMAN Posted August 23, 2017 Author Posted August 23, 2017 15 minutes ago, vpatrickd said: Hi @TAMAN Quick question. I haven't been updating the theme regularly, so right now I'm still using version 2.0.1. I have just updated to IPB 4.2.2. The question is, when I download your newest version (4.1.1), do I have to use the "Upload new version" method or install as fresh, to keep my theme settings intact? Thank you. You are on IPS 4.2 right? If so yes use "Upload a new version" method  you ONLY need to install the theme fresh if you are upgrading from IPS 4.1 to IPS 4.2Â
vpatrickd Posted August 23, 2017 Posted August 23, 2017 3 hours ago, TAMAN said: You are on IPS 4.2 right? If so yes use "Upload a new version" method  you ONLY need to install the theme fresh if you are upgrading from IPS 4.1 to IPS 4.2 Hi again @TAMAN Thank you. I just did that, now having a very minor issue, the user bar and the header bar seems unaligned. What should I do to fix this?
TAMAN Posted August 23, 2017 Author Posted August 23, 2017 (edited) 4 hours ago, vpatrickd said: Hi again @TAMAN Thank you. I just did that, now having a very minor issue, the user bar and the header bar seems unaligned. What should I do to fix this? mmm it doesnt happen here, during upgrade did it ask that you have edited any templates? have you edited any templates? Edited August 23, 2017 by TAMAN
Recommended Posts