icey51 Posted October 15, 2023 Share Posted October 15, 2023 Good afternoon, I have the following status i want to see on my tasks However when i go to add them i only get three can this be fixed as either a picker or more dynamic to choose? thank you in advance 🙂 Great work on this task manager i'm looking to replace Trello with your tasks maker on my site Имя Quote Link to comment Share on other sites More sharing options...
Kirill Gromov Posted October 15, 2023 Share Posted October 15, 2023 Hello. Most likely, the remaining statuses go beyond the boards Wrap view. You need to scroll the board view to see the rest of the statuses. I think we will work on this in version 5 of the IPS. Имя Quote Link to comment Share on other sites More sharing options...
icey51 Posted October 15, 2023 Author Share Posted October 15, 2023 15 hours ago, Kirill Gromov said: Hello. Most likely, the remaining statuses go beyond the boards Wrap view. You need to scroll the board view to see the rest of the statuses. I think we will work on this in version 5 of the IPS. when i zoom out it show more do i need to try other themes to see if this fixes it ? Имя Quote Link to comment Share on other sites More sharing options...
icey51 Posted October 15, 2023 Author Share Posted October 15, 2023 Yeah as you can see the theme is the reason so that means there is something that the is required to see the full list of status - I wish we could just pick them have the all open up in a window then we pick it. Имя Quote Link to comment Share on other sites More sharing options...
icey51 Posted October 15, 2023 Author Share Posted October 15, 2023 is there a way to custom css the wrapper? Имя Quote Link to comment Share on other sites More sharing options...
Kirill Gromov Posted October 16, 2023 Share Posted October 16, 2023 Hello. Open the template: Front > Boards > Card and find: <a href='#tmStatus_{$card->id}_menu' id='tmStatus_{$card->id}' data-card="{$card->id}" class='ipsType_light tmStatus' data-ipsMenu data-ipsMenu-appendTo="#cardItem_{$card->id}"> Change to: <a href='#tmStatus_{$card->id}_menu' id='tmStatus_{$card->id}' data-card="{$card->id}" class='ipsType_light tmStatus' data-ipsMenu data-ipsMenu-appendTo="body"> Имя Quote Link to comment Share on other sites More sharing options...
icey51 Posted October 17, 2023 Author Share Posted October 17, 2023 19 hours ago, Kirill Gromov said: Hello. Open the template: Front > Boards > Card and find: <a href='#tmStatus_{$card->id}_menu' id='tmStatus_{$card->id}' data-card="{$card->id}" class='ipsType_light tmStatus' data-ipsMenu data-ipsMenu-appendTo="#cardItem_{$card->id}"> Change to: <a href='#tmStatus_{$card->id}_menu' id='tmStatus_{$card->id}' data-card="{$card->id}" class='ipsType_light tmStatus' data-ipsMenu data-ipsMenu-appendTo="body"> forgive my ignorance were do i find all this. Имя Quote Link to comment Share on other sites More sharing options...
icey51 Posted October 17, 2023 Author Share Posted October 17, 2023 this area ?> Имя Quote Link to comment Share on other sites More sharing options...
Kirill Gromov Posted October 17, 2023 Share Posted October 17, 2023 No, Customization > Themes > Edit HTML and CSS Имя Quote Link to comment Share on other sites More sharing options...
icey51 Posted October 17, 2023 Author Share Posted October 17, 2023 that worked can i add a custom wrapper so it scrolls down ? this looks very ugly. Maybe a scroll like the bottom Имя Quote Link to comment Share on other sites More sharing options...
icey51 Posted October 18, 2023 Author Share Posted October 18, 2023 it strange it does not show for my main theme but the child one it is showing using Sendo theme dont see that code in the area Имя Quote Link to comment Share on other sites More sharing options...
Kirill Gromov Posted October 18, 2023 Share Posted October 18, 2023 17 hours ago, icey51 said: that worked can i add a custom wrapper so it scrolls down ? this looks very ugly. Maybe a scroll like the bottom Hello. For this you need to edit custom.css and add: .boardsWrap { max-height: 300px; } Имя Quote Link to comment Share on other sites More sharing options...
Phil Posted October 21, 2023 Share Posted October 21, 2023 Hello, @icey51. Did you solve your problem? Имя Quote Link to comment Share on other sites More sharing options...
icey51 Posted October 23, 2023 Author Share Posted October 23, 2023 (edited) sorry was out of town going to try tomorrow when traveling all day, What area do i find the custom.css in sorry for asking so many questions Edited October 23, 2023 by icey51 Имя Quote Link to comment Share on other sites More sharing options...
Phil Posted October 23, 2023 Share Posted October 23, 2023 Hello. Edit HTML and CSS > CSS Tab > custom.css 1 Имя Quote Link to comment Share on other sites More sharing options...
icey51 Posted October 24, 2023 Author Share Posted October 24, 2023 it worked 🙂 Имя Quote Link to comment Share on other sites More sharing options...
icey51 Posted October 24, 2023 Author Share Posted October 24, 2023 id like to make all the font white its a little hard to see Имя Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.