All Astronauts Posted March 2, 2018 Posted March 2, 2018 Got my hands on an iPad. Mobile menus fly out just fine.
Alexaner Pachkovsky Posted March 2, 2018 Posted March 2, 2018 (edited) 9 hours ago, All Astronauts said: Did you or someone change the animation speeds to be slow? KS - Global then scroll down No. Setting is: 0,17 0,17 0,50 0,50 Problem on Iphone 6 Plus. https://lanos.com.ua/forum/ Edited March 2, 2018 by Alexaner Pachkovsky
James W Posted March 6, 2018 Posted March 6, 2018 Hello, Not sure if this has been mentioned yet, but my Plugin continually resets all custom values every time that: A new plugin is installed. A new plugin is uninstalled. An update is applied to IPB I'm kind of getting annoyed that I have to re-apply the settings each time when any of the above happens. Do you have an idea what might cause this kind of behavior? Thanks
All Astronauts Posted March 6, 2018 Posted March 6, 2018 None, other than a few versions back this was a known problem with IPS settings (should be resolved). The plugin just uses the standard IPS save form settings routine; I do nothing out of the ordinary anywhere in that regard. Current version (IPS and KS)? Though, if you haven't already, uninstall KS, hit the support tool to clear caches, then install again and see if it clears up.
Alexaner Pachkovsky Posted March 9, 2018 Posted March 9, 2018 On 02.03.2018 at 8:15 AM, Alexaner Pachkovsky said: No. Setting is: 0,17 0,17 0,50 0,50 Problem on Iphone 6 Plus. https://lanos.com.ua/forum/ When I set "Fast Animation Speed = 0.00", the problem disappears.
All Astronauts Posted March 9, 2018 Posted March 9, 2018 It seems to be an issue specific to iPhone 6 Plus. And the setting in question is a single css value. Strange. Be a lot easier if I had an iPhone 6 around...
PPlanet Posted March 13, 2018 Posted March 13, 2018 Hi @All Astronauts I've bought Kitchen Sink mainly to move the "Mark Site Link" to the user menu, and that's fine. Now, is there a way of achieving that without touching the streams I have in the breadcrumb? You see, I had removed "Mark Site Read" completely already, and there I have 3 other streams instead. So basically is there a way to make your script do the work in the user menu but not interfering with the current links in the breadcrumb. I looked among the templates to see if there was one replacing the breadcrumb template but didn't find one.
All Astronauts Posted March 13, 2018 Posted March 13, 2018 I thought I had that fixed loong ago, I'll take a look when I get back in. Thx. PPlanet 1
PPlanet Posted March 20, 2018 Posted March 20, 2018 On 3/14/2018 at 12:53 AM, All Astronauts said: I thought I had that fixed loong ago, I'll take a look when I get back in. Thx. Hi AA; have you had a chance to look at this?
All Astronauts Posted March 21, 2018 Posted March 21, 2018 (edited) Yeah, just now. For convenience I did this by pulling most of the structure there. To clean it up I'll need to break open one of the KS settings into two separate ones now, and then account for it in the code/css. This will kick out with the 4.3 compatible release. Edited March 21, 2018 by All Astronauts
PPlanet Posted March 21, 2018 Posted March 21, 2018 Okay, thanks. I hope it will be still compatible with 4.2 because not everyone is keen to jump straight into the brand new big releases, not at least until they are massively tested, etc. So, a fair bit of time can pass all considered.
All Astronauts Posted March 21, 2018 Posted March 21, 2018 Should be, or rather, I don't plan on introducing anything new in the first release for 4.3 so unless its a compatibility thing. Maybe I can tackle this today and just push something out for you before I flip the dev environment over to 4.3 PPlanet 1
All Astronauts Posted March 25, 2018 Posted March 25, 2018 Current KS appears to be all good for 4.3. Maybe minor blip or two somewhere but nothing to stop you from using it.
JTHastings Posted March 30, 2018 Posted March 30, 2018 Question: is there a reason that some of the items re included in the Cog Wheel when KS is enabled and some are not (and don't even show at all in some cases)? I would have thought that everything available would be pulled into the Cog Wheel...
Flitterkill Posted March 30, 2018 Author Posted March 30, 2018 That options menu Cog Wheel stuff is a nightmare to deal with (I'd have to write a paragraph or two to explain it...) involving permissions checks that have to be added and 3rd-party application hooks into this area being over-written by KS and no easy way around it. I've made a few specific app fixes but honestly it's more trouble than it's worth (and none of them move things into the options/cogwheel bit - they make sure they are stuck in there at the bottom.) I'm strongly considering pulling some things out of the KS plugin and sticking them in an application to tackle some of these problems. In this case it would literally be just a single hook for this forum post menu bit, and you would have to drag the application to right after the Forums app in the app list. That way, it would let you move the edit and quote buttons into the options menu, and change it into cog wheel if you like, but would cause zero conflicts with any other 3rd party stuff. No 3rd party stuff would appear in the options menu though, there is no real way to handle that at all, at least on my end.
All Astronauts Posted May 9, 2018 Posted May 9, 2018 New in KS 21: Fully 4.3 compatible! Reworked Javascript bits, ditched a library no longer needed. Patches setting search results order setter for 4.3. Misc. whatevers. DanLemX and Metor 2
Metor Posted May 13, 2018 Posted May 13, 2018 could you add an option to show the amount of replies and views inside the topic underneath the title or something. I would buy this addon then. thank you.
Josiah Wallingford Posted May 20, 2018 Posted May 20, 2018 I need to change the font color of the forum category descriptions. Could you add this feature into kitchen sink or tell me what css to use? I am trying this css with no luck. .ks_catDescs { font-color:#ffffff; }
All Astronauts Posted May 20, 2018 Posted May 20, 2018 (edited) How odd... They have a full editor up for that field, which is why I have to warn about the clown car aspect of this if you include images and so on, but there is no font color on the editor. If you feel like it, submit a support request and ask why the the color options aren't available on that editor. A cursory look at the code seems to show it should just pull whatever buttons you have up on the editor everywhere. EDIT: This is all editors in the ACP. Hmmm, dare I waste more time looking... That said, so close... .ks_catDescs p { color: red; } Just need a space and a p Edited May 20, 2018 by All Astronauts
Josiah Wallingford Posted May 22, 2018 Posted May 22, 2018 On 5/20/2018 at 10:33 AM, All Astronauts said: That said, so close... .ks_catDescs p { color: red; } Just need a space and a p 1 That is not working either. I also tried copy/pasting your code just in case I missed something. Just to be clear, this is what I am trying to change:
All Astronauts Posted May 23, 2018 Posted May 23, 2018 Kitchen Sink 22 Released! Format internal embeds - author header, image block, add border. Searchlight patched up for a specific FURL conflict, totally rewritten, and now can be toggled on/off in settings. CSS file renamed to aa_ks.css pushing it to the first postion (or close to it) in your COMPILED custom css.
Josiah Wallingford Posted May 25, 2018 Posted May 25, 2018 Feature Request: Option to enable the "Create" menu on mobile
Recommended Posts