Jump to content

Bluto

Members
  • Posts

    1,194
  • Joined

  • Last visited

  • Days Won

    4

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Bluto

  1. Having the same issues with the sorting here. I hope IPS issues a bug fix soon.
  2. Yea, that's what I added. Works great.
  3. Just a suggestion - I added it in the custom.css: For the news ticker you have both the font and the link the same color. I might be good to have the link color as an option. Since it's a news ticker, an owner might want the option to draw attention to a link... like "Click here for more information" or if it's an ad, "click here for special deal".
  4. On both the right and the left side of the slider there seems to be a 1 pixel vertical line. Normally with a slider background it wouldn't be noticed, but with an entire white / light site it's easily seen. I have png centered images and use the site's background color as the slider background. So, it's easy to see the lines. I include 2 screen shots from both sides with no background in the slider. In the image below it looks grey, but it's actually solid black. Screen shots are taken from your default template (no mods) and removal of the slider backgrounds. The lines are coming from ta_swiperslider.css border. .swiper-container { position: relative; width: 100%; height: {theme="slider_customheight"}px; min-height: 351px; background-color: {theme="page_background"}; border: 1px solid rgba(0, 0, 0, 0.8); border-width: 0 1px 0 1px; The last two lines (border and border-width) are causing the lines. Just wanted to let you know. I removed the lines in my custom.css. .swiper-container { border: none !important; }
  5. Excellent. I just replaced the image in resources for my light theme version. Works perfect. Thanks again!
  6. Question: if I replace the icon image in the resources, will that be overwritten when I upgrade the theme?
  7. Just an FYI. 1. Textures tab is spelled wrong (Texturs) 2. Under Swiper Slider Tab: "Show pagenition" is spelled wrong.
  8. Ahh... I was wondering why I couldn't find the CSS. Thanks!
  9. I need to change the ckeditor icon button color. I found most of the settings in the Topic View Tab for Editor. I switched my editor to a lighter color and right now the fonts are light too. What CSS control the font color? Or what would be the CSS I would use to change the below to color: #000. Thanks!
  10. Would it be possible in the future to add an exclusion for the slider on the site offline page?
  11. 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
  12. 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!
  13. 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.
  14. Yea, I missunderstood that I could do it all with one line of code. Were you going to provide that code?
  15. 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.
  16. I'm removing all the box-shadows. I wasn't removing one in particular. I wanted a flat theme.
  17. I see what you mean. But since I'm just removing box-shadow's, to make things easier for me - not having to add additional css (body tag or !important) using the zcustom.css would be easiest IMO. Thanks for the info!
  18. What do you mean by targeting the class differently? What harm would be done if I just used zcustom.css? It's seems to work perfectly.
  19. 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.
  20. Small thing... might want to put a space between the "Get started faster" signup methods.
  21. Thanks for the quick fix. Much appreciated!
  22. I know about the custom.css, not my first rodeo. Put 1 in Header & Navigation > Navbar & Userbar Opacity = still transparent. Tested it out on a stock Behemoth template, same results.
×
×
  • Create New...