icey51 1 Posted October 15 Share Posted October 15 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 21 Posted October 15 Share Posted October 15 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 1 Posted October 15 Author Share Posted October 15 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 1 Posted October 15 Author Share Posted October 15 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 1 Posted October 15 Author Share Posted October 15 is there a way to custom css the wrapper? Quote Link to comment Share on other sites More sharing options...
Kirill Gromov 21 Posted October 16 Share Posted October 16 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 1 Posted October 17 Author Share Posted October 17 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 1 Posted October 17 Author Share Posted October 17 this area ?> Quote Link to comment Share on other sites More sharing options...
Kirill Gromov 21 Posted October 17 Share Posted October 17 No, Customization > Themes > Edit HTML and CSS Quote Link to comment Share on other sites More sharing options...
icey51 1 Posted October 17 Author Share Posted October 17 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 1 Posted October 18 Author Share Posted October 18 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 21 Posted October 18 Share Posted October 18 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 1 Posted October 21 Share Posted October 21 Hello, @icey51. Did you solve your problem? Quote Link to comment Share on other sites More sharing options...
icey51 1 Posted October 23 Author Share Posted October 23 (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 by icey51 Quote Link to comment Share on other sites More sharing options...
Phil 1 Posted October 23 Share Posted October 23 Hello. Edit HTML and CSS > CSS Tab > custom.css 1 Quote Link to comment Share on other sites More sharing options...
icey51 1 Posted October 24 Author Share Posted October 24 it worked 🙂 Quote Link to comment Share on other sites More sharing options...
icey51 1 Posted October 24 Author Share Posted October 24 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.