TAMAN Posted March 3, 2019 Author Posted March 3, 2019 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/  Black Tiger 1
Vianney Gantelmi Posted March 3, 2019 Posted March 3, 2019 2 hours ago, Steph40 said: Are you using cloudflare with Rocket Loader? No !
SerialNoob Posted March 14, 2019 Posted March 14, 2019 (edited) --- nevermind --- Edited March 14, 2019 by SerialNoob
darth12 Posted March 21, 2019 Posted March 21, 2019 Looks like this needs to be updated pursuant to the latest IPB update
TAMAN Posted March 21, 2019 Author Posted March 21, 2019 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. Â
darth12 Posted March 21, 2019 Posted March 21, 2019 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...
Vianney Gantelmi Posted April 1, 2019 Posted April 1, 2019 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. Â
Vianney Gantelmi Posted April 6, 2019 Posted April 6, 2019 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.  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 !
Vianney Gantelmi Posted April 10, 2019 Posted April 10, 2019 No one knows ? Is this possible ? 🙂 Still waiting for some guidance, thanks !
TAMAN Posted April 10, 2019 Author Posted April 10, 2019 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 😕  Vianney Gantelmi 1
Vianney Gantelmi Posted April 10, 2019 Posted April 10, 2019 Okay, I'll remember the next time. Thank you !! 🙂
Vianney Gantelmi Posted April 17, 2019 Posted April 17, 2019 @TAMAN Here I am again 🙂 How can I apply transparency here too:  Thanks !
TAMAN Posted April 17, 2019 Author Posted April 17, 2019 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"}; }  Vianney Gantelmi 1
We are Borg Posted April 21, 2019 Posted April 21, 2019 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.
We are Borg Posted April 21, 2019 Posted April 21, 2019 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.
TAMAN Posted April 21, 2019 Author Posted April 21, 2019 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/ Â
SerialNoob Posted April 29, 2019 Posted April 29, 2019 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?
TAMAN Posted April 29, 2019 Author Posted April 29, 2019 (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 April 29, 2019 by TAMAN
SerialNoob Posted April 29, 2019 Posted April 29, 2019 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
TAMAN Posted April 30, 2019 Author Posted April 30, 2019 (edited) 21 hours ago, SerialNoob said: I mean, I don't want this setting to be applied to the profiles 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 April 30, 2019 by TAMAN SerialNoob 1
SerialNoob Posted April 30, 2019 Posted April 30, 2019 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?
TAMAN Posted April 30, 2019 Author Posted April 30, 2019 (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 April 30, 2019 by TAMAN SerialNoob 1
SerialNoob Posted April 30, 2019 Posted April 30, 2019 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!
Stephen Owen Posted May 6, 2019 Posted May 6, 2019 @TAMAN i must be going blind because i have no idea how to get the darktheme activated, can you give me advice on how to do this. SerialNoob 1
Recommended Posts