Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
TAMAN Posted June 22, 2017 Author Posted June 22, 2017 2 hours ago, Mike Henry Sr. said: Roger. Thanks. I appreciate it. You're very welcome, Thanks for the review btw
KPDub Posted June 24, 2017 Posted June 24, 2017 On 12/01/2017 at 5:12 PM, TAMAN said: [cat-title="A test forum"] > ol li > .ipsDataItem_main > .ipsDataItem_subList {display:none;} Has this code changed? I can't get it work
WOFman Posted June 25, 2017 Posted June 25, 2017 How do you change the zebra colors on the index page. I tried putting in css code in the extra css to change the color, but something is preventing it from displaying. I did this code and it did nothing .ipsDataList.ipsDataList_zebra .ipsDataItem:not( .ipsDataItem_selected ):not( .ipsModerated ):not( .ipsDataItem_new ):not( .ipsDataItem_success ):not( .ipsDataItem_warning ):not( .ipsDataItem_error ):not( .ipsDataItem_info ):not( .ipsDataItem_status ):nth-child(even) { background: #FFF1D2; }
TAMAN Posted June 25, 2017 Author Posted June 25, 2017 4 minutes ago, WOFman said: How do you change the zebra colors on the index page. I tried putting in css code in the extra css to change the color, but something is preventing it from displaying. I did this code and it did nothing .ipsDataList.ipsDataList_zebra .ipsDataItem:not( .ipsDataItem_selected ):not( .ipsModerated ):not( .ipsDataItem_new ):not( .ipsDataItem_success ):not( .ipsDataItem_warning ):not( .ipsDataItem_error ):not( .ipsDataItem_info ):not( .ipsDataItem_status ):nth-child(even) { background: #FFF1D2; } You don't need custom css to do that, there is already a color setting to chnage the data item zebra color in Front-End Colors tab "Data item background: Zebra" WOFman 1
WOFman Posted June 25, 2017 Posted June 25, 2017 Thanks Is there a way to change the color of the status icon? The read not read thing. I want to change it from its default blue color
TAMAN Posted June 26, 2017 Author Posted June 26, 2017 (edited) 8 hours ago, WOFman said: Thanks Is there a way to change the color of the status icon? The read not read thing. I want to change it from its default blue color Front-End Colors tab Edited June 26, 2017 by TAMAN
thomasdw Posted June 27, 2017 Posted June 27, 2017 I tried to update to the latest version, but I did not as this one no longer supports textures and only uses colors now http://www.lockonfiles.com/ is there a way to add those textures that I missed ?
TAMAN Posted June 27, 2017 Author Posted June 27, 2017 7 minutes ago, thomasdw said: I tried to update to the latest version, but I did not as this one no longer supports textures and only uses colors now http://www.lockonfiles.com/ is there a way to add those textures that I missed ? What textures?
thomasdw Posted June 27, 2017 Posted June 27, 2017 I use textures instead of colors for widgets and the page backgrounds
TAMAN Posted June 27, 2017 Author Posted June 27, 2017 13 minutes ago, thomasdw said: I use textures instead of colors for widgets and the page backgrounds If you mean custom css codes you were using then just re-add it back to custom.css
KPDub Posted June 27, 2017 Posted June 27, 2017 On 24/06/2017 at 5:11 PM, KPDub said: Has this code changed? I can't get it work Any update please?
TAMAN Posted June 27, 2017 Author Posted June 27, 2017 (edited) 38 minutes ago, KPDub said: Any update please? Sorry, I get no notifications on reply lol anyways, please target the forum section by its ID for example your "A test forum" has sub forums and you want to hide this sub forums add this [data-forumid="3"]>.ipsDataItem_main>.ipsDataItem_subList{display: none} where the number 3 is the "A test forum" section ID, you can get the forum section ID's by opening browser inspector with F12 and then navigate the data list to see, Or in ACP edit the "A test forum" and then in the address bar you can see the ID Edited June 27, 2017 by TAMAN KPDub 1
PasXal Posted June 27, 2017 Posted June 27, 2017 @TAMAN How can i change the "Header Background"? I dont like the white colour behind my logo...
TAMAN Posted June 27, 2017 Author Posted June 27, 2017 (edited) 3 minutes ago, PasXal said: @TAMAN How can i change the "Header Background"? I dont like the white colour behind my logo... .ta_Header .ta_headerContainer{background-color: transparent!important} Edited June 27, 2017 by TAMAN PasXal 1
thomasdw Posted June 27, 2017 Posted June 27, 2017 this is the TAMAN code .ipsWidget.ipsWidget_vertical .ipsWidget_title { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border-bottom: 42px solid #303940; border-left: 25px solid transparent; border-radius: 0 5px 0 1px; color: #ffffff; font-size: 16px; height: 0; line-height: 42px; padding: 0 7px; } this is what I need to add - I added it to custom.css .ipsWidget.ipsWidget_vertical .ipsWidget_title { background-image: url("http://www.crimeanairwars.com/TEMP/handmadepaper.png"); border-bottom: 2px dotted #b3b3b3; border-radius: 3px 3px 0 0; color: #444; font-family: "Segoe UI"; font-size: 28px; font-weight: bold; margin-bottom: 0; margin-top: 8px; padding: 7px 10px; text-align: center; } it did not work
TAMAN Posted June 27, 2017 Author Posted June 27, 2017 1 hour ago, thomasdw said: this is the TAMAN code ... this is what I need to add - I added it to custom.css ... it did not work Try this .ipsWidget.ipsWidget_vertical .ipsWidget_title { background-image: url("http://www.crimeanairwars.com/TEMP/handmadepaper.png") !important; border-bottom: 2px dotted #b3b3b3 !important;; border-radius: 3px 3px 0 0 !important;; color: #444 !important; /*You can use widget title color setting without adding this line to change color*/ font-family: "Segoe UI"; font-size: 28px; font-weight: bold; margin-bottom: 0; margin-top: 8px; padding: 7px 10px; text-align: center; }
thomasdw Posted June 27, 2017 Posted June 27, 2017 it did replace the code - but it did not load and I noticed that the logo image is blown up, even though I use the same image as in v2 v2 installed: http://www.lockonfiles.com/
TAMAN Posted June 27, 2017 Author Posted June 27, 2017 It shows like this on my side what are you trying to do exactly? a texture behind the sidebar title bars? if so then it is already loaded on my side here http://www.lockonfiles.com/
thomasdw Posted June 27, 2017 Posted June 27, 2017 yes - it replaces the theme colors with textures, but it is not loading by adding in custom.css
TAMAN Posted June 27, 2017 Author Posted June 27, 2017 (edited) 42 minutes ago, thomasdw said: yes - it replaces the theme colors with textures, but it is not loading by adding in custom.css But IT IS loaded on my side this is the texture you want to set it behind the Sidebar title bar right? Here is a random block on your website sidebar it is loaded and im not sure what else you are trying to do here Edited June 27, 2017 by TAMAN
thomasdw Posted June 27, 2017 Posted June 27, 2017 yes - if I can do it there I should be able to do it on other blocks
TAMAN Posted June 28, 2017 Author Posted June 28, 2017 (edited) 37 minutes ago, thomasdw said: yes - if I can do it there I should be able to do it on other blocks Im not sure if i follow anymore as i said, and once again, the code is working AND it is added to ALL of your website sidebar blocks NOT only one :/ Edited June 28, 2017 by TAMAN
thomasdw Posted June 28, 2017 Posted June 28, 2017 the version in our website is v2, if I load the new version and edit the theme, it wont show up.
TAMAN Posted June 28, 2017 Author Posted June 28, 2017 (edited) 10 minutes ago, thomasdw said: the version in our website is v2, if I load the new version and edit the theme, it wont show up. Then just show me the theme or let guests have access to change the theme so i can check and help The whole time i thought you were talking about the current theme on your website which is the default one AND the code is already working you have pasted in that default theme If there is another theme then let guests have access so i can check Edited June 28, 2017 by TAMAN
Recommended Posts