Jump to content

Behemoth Theme [ support topic ]

Featured Replies

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

  • Replies 905
  • Views 77.1k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • oh yes its going to be a great update for all of my themes but... first theme update is magnum theme not behemoth 😅   whats new in short theres new ipskit addons app it will be fre

  • Hi, i have updated this theme to support the latest version now, please be patient as it gets approved.   I'm sorry for the late reply i wasnt on a vacation! its just real life ge

  • Dean Spencer
    Dean Spencer

    Just bought it. Amazing theme. I love it. I wanted to ask if there's a way to make the colorizer available to members, so they can choose their own palette etc ? or can it be implemented in future upd

Posted Images

  • Author
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 :) 

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?

  • Author

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

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.

  • Author
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

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

  • Author
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 ;) 

  • Author

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

Is there a setting for control the uppercase in the category titles?

  • Author
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;
}

 

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!

  • Author
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 :) 

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

  • Author
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

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.

  • Author
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 

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.

  • Author
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 :) 

 

Would it be possible in the future to add an exclusion for the slider on the site offline page?

  • Author
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.

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.

  • Author
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 

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

  • Author
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

  • No registered users viewing this page.