Flitterkill Posted December 15, 2016 Author Posted December 15, 2016 1 hour ago, Foolboy said: dual avatar display bug still exist Sent fix for Foolboy to test
Flitterkill Posted December 15, 2016 Author Posted December 15, 2016 Kitchen Sink 11.1 released! Etc., etc... Safety1st and Foolboy 2
Foolboy Posted December 15, 2016 Posted December 15, 2016 24 minutes ago, Flitterkill said: Kitchen Sink 11.1 released! Etc., etc... Many thanks! The cover photo issue on mobile is also fixed now.
Flitterkill Posted December 15, 2016 Author Posted December 15, 2016 This was all actually fixed before but there are still some minor irregularities in how the CSS files are imported. What works while in-dev might not parse correctly when the plugin is imported elsewhere. This mainly occurs when you have if-then logic in the css file. I moved a few things, made a few of those if-then checks a little bit syntactically tighter and that seemed to solve the problem/s. Safety1st and Foolboy 2
Safety1st Posted December 16, 2016 Posted December 16, 2016 @Flitterkill Thanks for so long waited update! But what about option to remove quote button? Overquoting is just killing me, I'm ready to pay for modification! And the new suggestion: • make translatable 'Display the last post datetime as length of time since last post' string.
Flitterkill Posted December 16, 2016 Author Posted December 16, 2016 5 hours ago, Safety1st said: But what about option to remove quote button? Done (as in yes, it's done). Next update. Safety1st 1
Safety1st Posted December 21, 2016 Posted December 21, 2016 @Flitterkill I've disabled Create button, also it is needed to remove the leading vertical line
Safety1st Posted December 21, 2016 Posted December 21, 2016 (edited) I was suggested a new place of userbar. What if you add the ability to make this happen? ↓↓↓ Edited December 21, 2016 by Safety1st
Flitterkill Posted December 21, 2016 Author Posted December 21, 2016 What are you trying to have done? Adding? Removing? Padding?
OctoDev Posted December 21, 2016 Posted December 21, 2016 1 hour ago, Flitterkill said: What are you trying to have done? Adding? Removing? Padding? they were all disabled, it added "mark all as read" which broke it.
Flitterkill Posted December 21, 2016 Author Posted December 21, 2016 (edited) This will be specific to your theme or any alterations that you made. Since I allow you to move those bits around I have to allow for a "Default" setting and the IPS default is both of those bits, thats why they have re-appeared. If this isn't a theme-based change then just making sure KS is at the top of the plugin list should fix things. Either way, just add this to your custom.css .ipsBreadcrumb [data-action="markSiteRead"] { display:none; } That should remove that bit. If it doesn't just PM your site adress so I can look at the page directly and then I can give you the correct css. In a future KS update I will separate both of these elements out instead of treating them as a single entity. That way you mess with "mark site read" and "unread content" individually. Edited December 21, 2016 by Flitterkill Safety1st 1
OctoDev Posted December 21, 2016 Posted December 21, 2016 Just now, Flitterkill said: This will be specific to your theme or any alterations that you made. Since I allow you to move those bits around I have to allow for a "Default" setting and the IPS defualt is both of those bits. Add this to your custom.css .ipsBreadcrumb [data-action="markSiteRead"] { display:none; } That should remove that bit. If it doesn't just PM your site adress so I can look at the page directly and then I can give you the correct css. In a future KS update I will separate both of these elements out instead of treating them as a single entity. That way you mess with "mark site read" and "unread content" individually. yes still looks weird, but when i added this css the mark site read is gone.. i removed the css so you can see how it looks http://pscentral.net/forum/4-site-news-updates/
Flitterkill Posted December 21, 2016 Author Posted December 21, 2016 ul.ipsfocus_social { padding-left:15px; } It's conflicting with that social focus add-on (or theme feature) Add the above to your custom.css. That will bump out the padding a bit.
OctoDev Posted December 21, 2016 Posted December 21, 2016 51 minutes ago, Flitterkill said: ul.ipsfocus_social { padding-left:15px; } It's conflicting with that social focus add-on (or theme feature) Add the above to your custom.css. That will bump out the padding a bit. still broken, now cut off
Flitterkill Posted December 21, 2016 Author Posted December 21, 2016 So what is it you are trying to do? This is what I see:
OctoDev Posted December 22, 2016 Posted December 22, 2016 (edited) 12 hours ago, Flitterkill said: So what is it you are trying to do? This is what I see: Yeah well you have to realize that's broken lol. It's cut off. This is how it's supposed to look: vs Edited December 22, 2016 by Jimmy Gavekort
Flitterkill Posted December 22, 2016 Author Posted December 22, 2016 (edited) Are you talking about the grey separator line to the left? Do you want both all activity and unread content to appear? EDIT: Actually, now I think I see it. Hang on. Remove the ul.ipsfocus_social css I gave you above. Then add this: html[dir="ltr"] .ipsList_inline > li:last-child, html[dir="ltr"] .ipsList_inline.ipsList_noSpacing > li { margin-right: 15; } Edited December 22, 2016 by Flitterkill
OctoDev Posted December 22, 2016 Posted December 22, 2016 (edited) 1 hour ago, Flitterkill said: Are you talking about the grey separator line to the left? Do you want both all activity and unread content to appear? EDIT: Actually, now I think I see it. Hang on. Remove the ul.ipsfocus_social css I gave you above. Then add this: html[dir="ltr"] .ipsList_inline > li:last-child, html[dir="ltr"] .ipsList_inline.ipsList_noSpacing > li { margin-right: 15; } Looks the same to me, this is IPSFocus themes - if you have one of theirs you could try. For now, I'll have to disable the plugin sadly. Edited December 22, 2016 by Jimmy Gavekort
Flitterkill Posted December 22, 2016 Author Posted December 22, 2016 (edited) ul.ipsfocus_social { padding-left: 0px !important; } html[dir="ltr"] .ipsList_inline > li:last-child, html[dir="ltr"] .ipsList_inline.ipsList_noSpacing > li { margin-right: 0 !important; } In your custom add that, removing any others in there. Did you want all activity or unread content, or both to appear there? That's the end result - ignore the changed color of the breadcrumb bar, just did that to see what was going on better. Edited December 22, 2016 by Flitterkill
OctoDev Posted December 23, 2016 Posted December 23, 2016 15 hours ago, Flitterkill said: ul.ipsfocus_social { padding-left: 0px !important; } html[dir="ltr"] .ipsList_inline > li:last-child, html[dir="ltr"] .ipsList_inline.ipsList_noSpacing > li { margin-right: 0 !important; } In your custom add that, removing any others in there. Did you want all activity or unread content, or both to appear there? That's the end result - ignore the changed color of the breadcrumb bar, just did that to see what was going on better. Still. "Site News & Updates" + that bar in general is out of position.
Flitterkill Posted December 23, 2016 Author Posted December 23, 2016 (edited) Make sure KS is enabled and let me know. Then I can make the correct the correct css for you when I look at your site. I do have at least one of Ehren's themes. The conflict is that that nav bar isn't stock anymore. There is a new div wrapper, then the social icons are floated to the right in that div, and then the IPS breadcrumb nav is inserted in the div. Solveable problem, just need a few minutes now that I see you need the entire thing handled and not just the stuff on the right. Edited December 23, 2016 by Flitterkill AndyF 1
Flitterkill Posted December 23, 2016 Author Posted December 23, 2016 html[dir="ltr"] .ipsList_inline.ipsPos_right > li:last-child { margin-right: 15px; } [itemtype="http://schema.org/BreadcrumbList"] li:last-child{ padding-left:10px; } ul.ipsfocus_breadcrumb li:last-child { padding-left:10px; } Assuming his breadcrumbs are the same across most of his themes (and I think they are) the above three bits should do it for top and bottom. Remove any other things like them in your custom.css. Tested with the breadcrumb options in KS, all good except the remove trailing separator doesnt do anything as Ehren has removed all the separators in his theme/s, replacing them with the angled border stuff. I can actually add this code into KS as an option for those with ipsfocus themes.
Flitterkill Posted December 23, 2016 Author Posted December 23, 2016 (edited) I've taken another pass at some of the IPS Focus theme stuff. Ehren has changed enough of the userBar to make the KS option to display just the member name or just display the avatar pretty much broken. I passed on some alterations to him a few months back that would make it compatible (and keep the IPS Focus look) but those haven't been adopted. And... I'm not gonna work around this stuff. So, just leave that KS setting on default if you use IPS Focus stuff. Remember, I can only target the default theme. I will, since it was fairly easy to do, option into KS an IPS Focus exception for this breadcrumb junk though. Edited December 23, 2016 by Flitterkill
OctoDev Posted December 23, 2016 Posted December 23, 2016 2 hours ago, Flitterkill said: I've taken another pass at some of the IPS Focus theme stuff. Ehren has changed enough of the userBar to make the KS option to display just the member name or just display the avatar pretty much broken. I passed on some alterations to him a few months back that would make it compatible (and keep the IPS Focus look) but those haven't been adopted. And... I'm not gonna work around this stuff. So, just leave that KS setting on default if you use IPS Focus stuff. Remember, I can only target the default theme. I will, since it was fairly easy to do, option into KS an IPS Focus exception for this breadcrumb junk though. any option to disable whatever KS is doing? i left them all disabled, but it still did this .
Recommended Posts