Jump to content

Behemoth Theme [ support topic ]


TAMAN

Recommended Posts

Posted (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 by Bluto
Posted
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 :) 

Posted
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?

Posted (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 (w00t) 

Edited by TAMAN
Posted
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.

Posted (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 by TAMAN
Posted
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?

 

58653663bc2af_ForumsIPSCommunitySuite-mi

 

In addition, why do not I have more color options like here? Do I have white or black only?

 

58669c115c6f5_colorizer-EditingIPSBehemo

Posted
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 ;) 

Posted

Version 4.1.1

  • Easier way to add tickers in "News Ticker"
    7a01b4fccfcdae3babeb276ecade0e31.png
  • Improving "Style your forums" cover user group setting, It is now "Exclude from groups" instead showing to groups

How to update?

ACP --> Customization ---> Themes

uploadanewversion-min.png

Posted
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;
}

 

Posted

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!

Posted
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 :) 

Posted (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 by Bluto
Posted (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 by TAMAN
Posted

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.

Posted
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 

Posted
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.

Posted
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 :) 

 

Posted
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.

Posted

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.

Posted
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 

Posted
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?

Screen Shot 2017-08-23 at 7.54.24 PM.png

Posted (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?

Screen Shot 2017-08-23 at 7.54.24 PM.png

mmm it doesnt happen here, during upgrade did it ask that you have edited any templates?

have you edited any templates? 

Edited by TAMAN
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...