newbie LAC Posted August 29, 2016 Author Posted August 29, 2016 5 minutes ago, Lenny Warren said: Should I add this? You can if you want. It was a special case.
Lenny Warren Posted August 29, 2016 Posted August 29, 2016 1 minute ago, newbie LAC said: You can if you want. It was a special case. Cheers @newbie LAC, was that for the Question forums?
newbie LAC Posted August 29, 2016 Author Posted August 29, 2016 Just now, Lenny Warren said: Cheers @newbie LAC, was that for the Question forums? Maybe. That was in the last year. I can't reproduce on 4.1.14.2. Maybe a poster has custom css rules which overrided a background. Lenny Warren and muadongvinhcuu 2
greg185 Posted September 23, 2016 Posted September 23, 2016 (edited) I purchased this plugin and then used .nbPinned { background: #3C6994 !important; border-color: rgba(0,0,0,0.03); color: #3C6994; font-weight: bold; padding: 0px; } To create a line (thanks to those in this topic for the code) but would like it to be thinner, I added padding: 0px; to try and accomplish this but while it will make it bigger it doesn't make it smaller even with 0, so is there anyway to make the line thinner? Cheers Edited September 23, 2016 by greg185
newbie LAC Posted September 24, 2016 Author Posted September 24, 2016 5 hours ago, greg185 said: To create a line (thanks to those in this topic for the code) but would like it to be thinner, I added padding: 0px; to try and accomplish this but while it will make it bigger it doesn't make it smaller even with 0, so is there anyway to make the line thinner? Hello, Add also .nbPinned .ipsDataItem_main { padding: 6px 10px; }
greg185 Posted September 25, 2016 Posted September 25, 2016 Thanks Worked, but even sert as 0 it's still not quite what I want but was same as v 3.4 with another code so will have to do. Cheers
newbie LAC Posted September 25, 2016 Author Posted September 25, 2016 2 hours ago, greg185 said: Worked, but even sert as 0 it's still not quite what I want but was same as v 3.4 with another code so will have to do. Give me an example v 3.4
Mercury_ Posted February 14, 2017 Posted February 14, 2017 Hello. Simple question. Are the seperated pinned topics collapsable? Or if not will it be possible in a future version? Because some long term members don't need the pinned topics and would be happy if they could sort them out.
newbie LAC Posted February 15, 2017 Author Posted February 15, 2017 Hello, 5 hours ago, Mercury_ said: Are the seperated pinned topics collapsable? No. 5 hours ago, Mercury_ said: Or if not will it be possible in a future version? Maybe if you tell (show) me how it will be works. I have an idea but maybe you have other. muadongvinhcuu 1
Tomasz Konopka Posted March 22, 2017 Posted March 22, 2017 Is it possible to add another separation? Pinned Topics *Featured Topics Normal Topics
newbie LAC Posted March 22, 2017 Author Posted March 22, 2017 7 minutes ago, Tomasz Konopka said: Is it possible to add another separation? Pinned Topics *Featured Topics Normal Topics Hello, No. There are 2 types only. Pinned topics locate in the top, Unpinned topics locate under pinned topics. Featured topics can locate anywhere (by default depends of last reply).
Volstate Posted April 28, 2017 Posted April 28, 2017 When you pin or unpin a topic the bar image goes away and displays like this. Is there a fix?
newbie LAC Posted April 28, 2017 Author Posted April 28, 2017 Hello, 3 hours ago, Volstate said: When you pin or unpin a topic the bar image goes away and displays like this. Is there a fix? In your custom css .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: transparent !important; } change to .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 ):not( .nbPinned ):nth-child(even) { background: transparent !important; } Volstate 1
Simon Woods Posted August 4, 2017 Posted August 4, 2017 Hi, I was wondering if this will need an update for 4.2, and if so will it be provided?
newbie LAC Posted August 5, 2017 Author Posted August 5, 2017 9 hours ago, Simon Woods said: Hi, I was wondering if this will need an update for 4.2, and if so will it be provided? Hello, Tested on 4.2.1. Works fine Simon Woods and Bluto 2
newbie LAC Posted March 21, 2018 Author Posted March 21, 2018 (edited) Hello, 9 hours ago, Daraesthetic said: Doesn't work! ? I need more information. Screenshots, links etc Edited March 21, 2018 by newbie LAC
Daraesthetic Posted March 22, 2018 Posted March 22, 2018 On 3/21/2018 at 12:57 AM, newbie LAC said: Hello, I need more information. Screenshots, links etc I installed the plugin and I don't see a difference they're not separated.
newbie LAC Posted March 22, 2018 Author Posted March 22, 2018 4 minutes ago, Daraesthetic said: I installed the plugin and I don't see a difference they're not separated. Give me a link on a page with pinned topics
aaabe4d31bb Posted May 5, 2018 Posted May 5, 2018 (edited) Can confirm. Doesn't work on latest version (4.3.1). Not seeing any difference. I can send you ACP access @newbie LAC Edited May 5, 2018 by aaabe4d31bb
newbie LAC Posted May 6, 2018 Author Posted May 6, 2018 10 hours ago, aaabe4d31bb said: I can send you ACP access @newbie LAC Hello, Yes, please
aaabe4d31bb Posted May 6, 2018 Posted May 6, 2018 (edited) I am taking back what I said. I had the Designer MOde enabled as I was working on the theme, then bought and installed your plugin and saw no changes. I then disabled the Designer Mode and everything was working expected. Sorry, and thank you for this awesome plugin. Working fine with latest version. Edited May 6, 2018 by aaabe4d31bb
Recommended Posts