Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
June 22, 20177 yr Author 2 hours ago, Mike Henry Sr. said: Roger. Thanks. I appreciate it. You're very welcome, Thanks for the review btw
June 24, 20177 yr 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
June 25, 20177 yr 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; }
June 25, 20177 yr Author 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"
June 25, 20177 yr 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
June 26, 20177 yr Author 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, 20177 yr by TAMAN
June 27, 20177 yr 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 ?
June 27, 20177 yr Author 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?
June 27, 20177 yr Author 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
June 27, 20177 yr On 24/06/2017 at 5:11 PM, KPDub said: Has this code changed? I can't get it work Any update please?
June 27, 20177 yr Author 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, 20177 yr by TAMAN
June 27, 20177 yr @TAMAN How can i change the "Header Background"? I dont like the white colour behind my logo...
June 27, 20177 yr Author 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, 20177 yr by TAMAN
June 27, 20177 yr 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
June 27, 20177 yr Author 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; }
June 27, 20177 yr 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/
June 27, 20177 yr Author 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/
June 27, 20177 yr yes - it replaces the theme colors with textures, but it is not loading by adding in custom.css
June 27, 20177 yr Author 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, 20177 yr by TAMAN
June 28, 20177 yr Author 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, 20177 yr by TAMAN
June 28, 20177 yr the version in our website is v2, if I load the new version and edit the theme, it wont show up.
June 28, 20177 yr Author 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, 20177 yr by TAMAN