TAMAN Posted March 20, 2017 Author Posted March 20, 2017 (edited) 3 minutes ago, Steph40 said: Did that but it completely breacks the page css. mmm, maybe double check your copy paste? it shouldn't break anything at all try to paste it on top before anything else  Do you have any customization's in custom.css template? Edited March 20, 2017 by TAMAN
President Evil Posted March 21, 2017 Posted March 21, 2017 (edited) Hi, this is a great skin, looks awesome  Can you please fix some issues though?  1. this bar is white/light color and doesnt match with the rest of the dark theme, I can't find an option to change it according to inspect element, the css is a tr class="ipsAreaBackground can you fix this in the next version?  2.  why is their a hill/bump on the bottom of the slider? Can you make an option to remove that  3. Please add an option to move the user nav to the top under the nav menu instead of inside the slider  4. There's no mobile version?  Edited March 21, 2017 by President Evil
TAMAN Posted March 21, 2017 Author Posted March 21, 2017 Hello, 1 hour ago, President Evil said: according to inspect element, the css is a tr class="ipsAreaBackground This color setting is in Front-End colors tabs, named Area background but im unsure if the white background comes from that it might be from whatever that app/plugin widget you're using, i cant check without a link tho 1 hour ago, President Evil said: why is their a hill/bump on the bottom of the slider? Can you make an option to remove that  This is just an svg line separator theres no settings to remove, but you can simple remove it in globalTemplate search by this css class and remove the line sec-sepTop  1 hour ago, President Evil said: 3. Please add an option to move the user nav to the top under the nav menu instead of inside the slider  maybe in next version  if you still want to do something like this maybe try to add the below css to custom.css,  i posted for someone else he wanted something similar to what you ask On 3/3/2017 at 7:33 AM, TAMAN said: Sorry This should be fine now .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; }   1 hour ago, President Evil said: 4. There's no mobile version?  Is this setting enabled on your side? President Evil 1
President Evil Posted March 21, 2017 Posted March 21, 2017 16 minutes ago, TAMAN said: This color setting is in Front-End colors tabs, named Area background but im unsure if the white background comes from that it might be from whatever that app/plugin widget you're using, i cant check without a link tho yea it's not on the front end colors options, Im using this Â
TAMAN Posted March 21, 2017 Author Posted March 21, 2017 10 minutes ago, President Evil said: yea it's not on the front end colors options, Im using this  I cant check like this, Send me your website link with a message maybe?Â
President Evil Posted March 21, 2017 Posted March 21, 2017 (edited) 11 minutes ago, TAMAN said: I cant check like this, Send me your website link with a message maybe? http://www.slayersgaming.com/servers Edited March 21, 2017 by President Evil
TAMAN Posted March 21, 2017 Author Posted March 21, 2017 (edited) 4 minutes ago, President Evil said: http://www.slayersgaming.com/ mmm I will fix it in next update for now just add this to custom.css .ipsWidget .ipsTable th { background: inherit; }  Thanks. Edited March 21, 2017 by TAMAN President Evil 1
Nicholas Cole Posted March 22, 2017 Posted March 22, 2017 hi, my top nav bar is a solid colour and not transparent like the demo version. Â Is there a setting I can't find somewhere? Â Thanks
TAMAN Posted March 22, 2017 Author Posted March 22, 2017 21 minutes ago, Nicholas Cole said: hi, my top nav bar is a solid colour and not transparent like the demo version. Â Is there a setting I can't find somewhere? Â Thanks Hi, Yes the navigation need to be set to "Fixed", Â the setting is in Header tab
Nicholas Cole Posted March 22, 2017 Posted March 22, 2017 9 hours ago, TAMAN said: Hi, Yes the navigation need to be set to "Fixed",  the setting is in Header tab Hi, I already have it set to 'fixed' but it doesn't make a difference.  I have re-installed the theme but that doesn't help.  My website is www.caymanoc.com if that helps Thanks Â
Nicholas Cole Posted March 22, 2017 Posted March 22, 2017 I'm also having problems with the Different Article Styles too, doesn't look anything like your demo page. Â If I add as a block it looks perfect, but clicking on the article doesn't open a new page just a refresh of the same page. Â Help!! Â Â
TAMAN Posted March 22, 2017 Author Posted March 22, 2017 (edited) 10 hours ago, Nicholas Cole said: Hi, I already have it set to 'fixed' but it doesn't make a difference.  I have re-installed the theme but that doesn't help.  My website is www.caymanoc.com if that helps Thanks  Hi, Have you added any custom css or changed anything of of the theme css codes? by looking at your website the header has a solid background which seems like added manually and it doesn't come with my theme have you added anything like this? #ipsLayout_header header { background-color: #000000; background-image: url(http://www.caymanoc.com/uploads/); background-repeat: no-repeat; background-position: initial; background-size: cover; }  If yes, then just remove it and it will be fixed, otherwise add this to custom.css #ipsLayout_header header { background-color: none !important; } -------------  4 hours ago, Nicholas Cole said: I'm also having problems with the Different Article Styles too, doesn't look anything like your demo page.  If I add as a block it looks perfect, but clicking on the article doesn't open a new page just a refresh of the same page.  Help!!   The articles on your website looks fine on my side, Edited March 22, 2017 by TAMAN
Nicholas Cole Posted March 22, 2017 Posted March 22, 2017 52 minutes ago, TAMAN said: Hi, Have you added any custom css or changed anything of of the theme css codes? by looking at your website the header has a solid background which seems like added manually and it doesn't come with my theme have you added anything like this? #ipsLayout_header header { background-color: #000000; background-image: url(http://www.caymanoc.com/uploads/); background-repeat: no-repeat; background-position: initial; background-size: cover; } Â If yes, then just remove it and it will be fixed, otherwise add this to custom.css #ipsLayout_header header { background-color: none !important; } ------------- Â The articles on your website looks fine on my side, Well i've fixed the issue with the articles. Â The header I can't figure out, i've looked for the code you mentioned above but nothing obvious to me. Â Adding the second code to custom.css hasn't worked. Â I haven't added any code to your theme Â
TAMAN Posted March 22, 2017 Author Posted March 22, 2017 (edited) 30 minutes ago, Nicholas Cole said: Well i've fixed the issue with the articles.  The header I can't figure out, i've looked for the code you mentioned above but nothing obvious to me.  Adding the second code to custom.css hasn't worked.  I haven't added any code to your theme  Then it might come from a plugin try to disable the plugins just to test.  Also try to add this css instead of the previous one i posed add it in custom.css #ipsLayout_header header { background-color: transparent !important; }  Edited March 22, 2017 by TAMAN
Nicholas Cole Posted March 22, 2017 Posted March 22, 2017 11 minutes ago, TAMAN said: Then it might come from a plugin try to disable the plugins to test Try to add this instead add it in custom.css #ipsLayout_header header { background-color: transparent !important; }  It was a plugin!!!  You're a star!   Thank you Â
TAMAN Posted March 22, 2017 Author Posted March 22, 2017 Just now, Nicholas Cole said: It was a plugin!!!  You're a star!   Thank you  Cool then you dont need to disable it if you need it, just add the css i posted it should fix it Â
Steph40 Posted March 26, 2017 Posted March 26, 2017 On 3/20/2017 at 5:46 PM, TAMAN said: mmm, maybe double check your copy paste? it shouldn't break anything at all try to paste it on top before anything else  Do you have any customization's in custom.css template? It was my server have the hickups, all good now, thanks for the fix.
TAMAN Posted March 26, 2017 Author Posted March 26, 2017 1 hour ago, Steph40 said: It was my server have the hickups, all good now, thanks for the fix. You're welcome  Â
President Evil Posted April 2, 2017 Posted April 2, 2017 im not sure if to post this here or in IPS general forum but I want people to only Sign Up with Steam and not be able to register using the traditional email way (too many people making alt accounts) what do I have to change so only sign up with steam shows and no other options? Â
TAMAN Posted April 2, 2017 Author Posted April 2, 2017 9 minutes ago, President Evil said: im not sure if to post this here or in IPS general forum but I want people to only Sign Up with Steam and not be able to register using the traditional email way (too many people making alt accounts) what do I have to change so only sign up with steam shows and no other options?  Post a new topic here https://invisionpower.com/forums/forum/497-peer-to-peer-technical-support/  Im sure there are settings for that Â
darth12 Posted April 6, 2017 Posted April 6, 2017 (edited) Buttons in my editor keep disappearing... The only way to fix it is to change the editor style to the alternate one. Then after a while the icons disappear and get mixed up again - happens on either of the two default editors that come with the theme. Refresh cache does not fix. The only way is to change the editor style. Eg below numbered list is actually align right. Edited April 6, 2017 by darth12
TAMAN Posted April 6, 2017 Author Posted April 6, 2017 (edited) Hello Have you installed a new editor skin? The problem might be because of that. any ways, there is also a setting in Topic view tab you can disable my theme editor styles, try it maybe! Edited April 6, 2017 by TAMAN RaZor Edge 1
darth12 Posted April 6, 2017 Posted April 6, 2017 Thank disabling theme editor styles in topic seems to have worked for now. Another stupid question though - how do I delete editor skins? Excellent support - thanks!
TAMAN Posted April 6, 2017 Author Posted April 6, 2017 1 hour ago, darth12 said: Thank disabling theme editor styles in topic seems to have worked for now. Another stupid question though - how do I delete editor skins? Excellent support - thanks! Editor skins are installed in this direction \applications\core\interface\ckeditor\ckeditor\skins The one you have installed is in skins folder, so just delete it from this folder. -- BTW, Thank you for the review.  darth12 1
Willie88 Posted April 14, 2017 Posted April 14, 2017 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?
Recommended Posts