Jump to content

Behemoth Theme [ support topic ]


Recommended Posts

5 hours ago, Willie88 said:

First thanks for the awesome Theme!!

 

https://gyazo.com/0dc07fe8c42886347b5640d460c29399

Just have this little problem. Is it possible to remove the boarder from that slider? But show it on the other ones?

If its a custom slider then yes :)

just add this in custom.css

.swiper-slide.slide-1 .slide-contents{
	border: none !important;
}

number "1" in the code defines the slider number.

 

btw you have posted in a wrong support topic

looking in the image you seem to be using the dreadnought theme

Use this topic

 

 

 

 

Edited by TAMAN
Link to comment
  • 3 weeks later...
On 1/17/2017 at 9:51 AM, TAMAN said:

add to custom.css


.usernavigation.ipsLayout_container{
	max-width: 100%;
}
/*Adjust the top*/
.usernavigation.ipsLayout_container{
    top: 100px;
    bottom: initial;
}
/*userbar size*/
.usernavigation #elUserNav{
	padding: 7px 15px;
}
.usernavigation #elUserNav:before {
	border-left: none;
}
/*transparency*/
html[dir="rtl"] .usernavigation #elUserNav,
html[dir="ltr"] .usernavigation #elUserNav{
 	background-color: {hextorgb="userbar_bg" opacity="0.80"};
    background: -webkit-linear-gradient(to left, {hextorgb="userbar_bg" opacity="0.80"} , {hextorgb="userbar_bg" opacity="0.15"}); /* left to right transparency. if you dont like it remove this line */
    background: linear-gradient(to left, {hextorgb="userbar_bg" opacity="0.80"} , {hextorgb="userbar_bg" opacity="0.15"}); /* left to right transparency. if you dont like it remove this line */
  	border-right: none;
  	border-radius: 3px;
}

MaxthonSnap20170117054851.png

Enjoy :) im glad you like it 

Edit: btw i might add it as a setting for next update so users can simply switch the user bar style :) you got good ideas xD thanks 

Hi @TAMAN

I wanted to do this too on my site, I followed your instruction and added the code to custom.css, clicked save, but nothing changes. What am I missing?
Is there an option to do this from your theme options in the latest version? Thanks.

Link to comment

Yea i changed some class names a while ago i already answered in previous posts tho to post the new one 

 

So this should be working fine.

.ta-userNav {
    top: 100px;
    bottom: initial;
}
.ta-userNav #elUserNav{
	padding: 7px 15px;
}
.ta-userNav #elUserNav:before {
	border-left: none;
}
html[dir="rtl"] .ta-userNav #elUserNav,
html[dir="ltr"] .ta-userNav #elUserNav{
 	background-color: {hextorgb="userbar_bg" opacity="0.80"};
    background: -webkit-linear-gradient(to left, {hextorgb="userbar_bg" opacity="0.80"} , {hextorgb="userbar_bg" opacity="0.15"}); 
    background: linear-gradient(to left, {hextorgb="userbar_bg" opacity="0.80"} , {hextorgb="userbar_bg" opacity="0.15"}); 
  	border-right: none;
  	border-radius: 3px;
}

 

---

BTW, Thank you for your review! :) 

Link to comment
2 hours ago, TAMAN said:

Yea i changed some class names a while ago i already answered in previous posts tho to post the new one 

 

So this should be working fine.


.ta-userNav {
    top: 100px;
    bottom: initial;
}
.ta-userNav #elUserNav{
	padding: 7px 15px;
}
.ta-userNav #elUserNav:before {
	border-left: none;
}
html[dir="rtl"] .ta-userNav #elUserNav,
html[dir="ltr"] .ta-userNav #elUserNav{
 	background-color: {hextorgb="userbar_bg" opacity="0.80"};
    background: -webkit-linear-gradient(to left, {hextorgb="userbar_bg" opacity="0.80"} , {hextorgb="userbar_bg" opacity="0.15"}); 
    background: linear-gradient(to left, {hextorgb="userbar_bg" opacity="0.80"} , {hextorgb="userbar_bg" opacity="0.15"}); 
  	border-right: none;
  	border-radius: 3px;
}

 

---

BTW, Thank you for your review! :) 

Works!

Thank you Taman!

Link to comment
  • 3 weeks later...
17 minutes ago, Vegan Gaymer said:

MEGA FOOTER QUICK LINKS MISSING

It seems that the Footer no longer shows Quick Links when choosing Mega Footer. The only links that show are the non-mega footer Quick Links. How can I fix this? Thanks!

You probably used "Upload a new version" from very old behemoth theme to latest, which i have changed many things in footer tab including the links settings, in the new behemoth there is only one setting to add links 

anyways you better install it as a new theme not using "Upload a new version".

also, I have completly re disigned this theme for ips 4.2 i suggest you wait for ips 4.2 final release :) 

Edited by TAMAN
Link to comment
  • 2 weeks later...
  • 2 weeks later...
6 minutes ago, Steph40 said:

@TAMAN

That last update was not for 4.2?

What update? If you mean a couple hours ago, i didn't update anything just changing my item prices in marketplace some up some down, no theme updates, always look in update channel log and version numbers, If i update themes i WILL chnage the version number :) 

But if you are using ips 4.2 beta, just message me i can send you the upgraded version otherwise im not updating in marketplace until full ips 4.2 release :) 

Edited by TAMAN
Link to comment
17 minutes ago, Steph40 said:

@TAMAN

I really which ips would not announce that it was updated when it is not the file that was updated.

Thank you TAMAN

Did the beta version change since the last one you sent me on may 28? 

of course i change many things around but if the theme works fine just wait for full release ;)

Link to comment
  • 3 weeks later...

Thank you for all of your amazing work. You really help make our communities beautiful AND functional/intuitive. I love it!

COLOR NOTIFICATIONS:

I can't seem to get the color changes for notifications to work properly. It seems to be working fine for Notifications, but for Messages the background is not reflecting NEW vs Unread.

 

Notifications.thumb.png.390f0233918b1abe4ec189de2d2ceb36.png

 

The font changes as expected, but the background does not adjust to being read.

Notifications2.thumb.png.cb571d203c16e6c5f1c947d4418b6b29.png

Link to comment
3 hours ago, Vegan Gaymer said:

Thank you for all of your amazing work. You really help make our communities beautiful AND functional/intuitive. I love it!

COLOR NOTIFICATIONS:

I can't seem to get the color changes for notifications to work properly. It seems to be working fine for Notifications, but for Messages the background is not reflecting NEW vs Unread.

 

Notifications.thumb.png.390f0233918b1abe4ec189de2d2ceb36.png

 

The font changes as expected, but the background does not adjust to being read.

Notifications2.thumb.png.cb571d203c16e6c5f1c947d4418b6b29.png

I will check and fix 

thank you :) 

Link to comment
  • Recently Browsing   0 members

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