Posted October 15, 20231 yr comment_118 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
October 15, 20231 yr comment_119 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.
October 15, 20231 yr Author comment_124 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 ?
October 15, 20231 yr Author comment_125 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.
October 16, 20231 yr comment_127 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">
October 17, 20231 yr Author comment_132 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.
October 17, 20231 yr Author comment_136 that worked can i add a custom wrapper so it scrolls down ? this looks very ugly. Maybe a scroll like the bottom
October 18, 20231 yr Author comment_137 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
October 18, 20231 yr comment_138 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; }
October 23, 20231 yr Author comment_142 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, 20231 yr by icey51
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.