Jump to content

Behemoth Theme [ support topic ]


TAMAN

Recommended Posts

Posted
10 minutes ago, Black Tiger said:

Hello Taman.

Is it possible to re-upload screenshots of some of your themes like this one? I'm getting the little cross with access denied notices when clicking on the thumbnails of this theme (and a couple of others).

Seems it's a known problem according to the answers in this thread.

Thank you!

Hello,

I will re-upload the screenshots later, thanks for letting me.

If you want to see the themes you can visit my site for live demos   🙂 

http://ipskit.com/

 

  • 2 weeks later...
Posted
1 hour ago, darth12 said:

Looks like this needs to be updated pursuant to the latest IPB update

No.

The current version works with ips 4.4.x no need updates.

 

Posted
22 hours ago, TAMAN said:

No.

The current version works with ips 4.4.x no need updates.

 

Thanks, somehow some   had been replaced by actual spaces in my theme file and it threw up the errors...

  • 2 weeks later...
Posted
On 4/1/2019 at 11:25 PM, Vianney Gantelmi said:

Hello !

I'd like to add some transparency to the grey footer bar, but I can't find where to edit this in the css files... Any hints ? 🙂

Thanks.

 

Screenshot (16).png

Still looking for a way to edit that footer ! I found how, a few months ago, but after reinstalled my board I can't remember how I did.
Thanks !

Posted
2 hours ago, Vianney Gantelmi said:

No one knows ? Is this possible ? 🙂

Still waiting for some guidance, thanks !

Add this in custom.css

#ipsLayout_footer {
    background: {hextorgb="footer_crbackground" opacity="0.80"};
}

 

Sorry for the late reply 

Just mention my name when post in my topics otherwise i get no notifications of new posts 😕 

 

Posted
8 hours ago, Vianney Gantelmi said:

@TAMAN

Here I am again 🙂

How can I apply transparency here too:

Thanks !

.ipsApp.ipsApp_front #ipsLayout_contentArea {
    background-color: {hextorgb="area_background" opacity="0.80"};
}

 

Posted

With Firefox 66.0.3 i have issues with the quotes (IE, Chrome, IOS Safari is all good) when you press a collapsed quote to open under FF then you are taken back to the top of the site. The default theme works as it should open and closing is no issue.

Posted
14 hours ago, We are Borg said:

With Firefox 66.0.3 i have issues with the quotes (IE, Chrome, IOS Safari is all good) when you press a collapsed quote to open under FF then you are taken back to the top of the site. The default theme works as it should open and closing is no issue.

13 hours ago, We are Borg said:

I have found a second issue when the text is to long and i mean 50+ lines at least it will not save when edited, while the default style is working correctly.

Pleas try to disable apps/plugins to check if one causes the issue because the theme has no issues like that

 

You can also check the demo site and test 

https://ipskit.com/

 

Posted (edited)
56 minutes ago, SerialNoob said:

Hi @TAMAN

I need the background on the profiles page to be different than the set body background, is there a way to do that?

Hi,

In the theme resources page find the image and then replace it with your own image 🙂 

Edited by TAMAN
Posted
3 minutes ago, TAMAN said:

Hi,

In the theme resources page find the image and then replace it with your own image 🙂 

I mean, I don't want this setting to be applied to the profiles

8zLqfaH.png

Posted (edited)
21 hours ago, SerialNoob said:

I mean, I don't want this setting to be applied to the profiles

8zLqfaH.png

I thought you meant by profile background "profile cover" background.

 

Add this in custom.css and change the background color code to what you like 

body.ipsApp.ipsApp_front[data-pagemodule="members"][data-pagecontroller="profile"]:before {
    background-image: none; /* url(https://ipskit.com/uploads/monthly_2018_12/cobalt-blue.jpg.37cd1d0….jpg); */
  	background-color: #000000;
}

 

Edited by TAMAN
Posted
2 minutes ago, TAMAN said:

I thought you meant by profile background "profile cover" background.

 


body.ipsApp.ipsApp_front[data-pagemodule="members"][data-pagecontroller="profile"]:before {
    background-image: none; /* url(https://ipskit.com/uploads/monthly_2018_12/cobalt-blue.jpg.37cd1d0….jpg); */
  	background-color: #000000;
}

 

Where is that? lol

Or where should I put it?

Posted (edited)
3 minutes ago, SerialNoob said:

Where is that? lol

Just add my code in your theme custom.css and change the color code 

isn't that what you looking for??

Edited by TAMAN
Posted
2 minutes ago, TAMAN said:

Just add my code in your theme custom.css and change the color code 

isn't that what you looking for??

Okay, it does what I need. Thank you!

  • Recently Browsing   0 members

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