Scheduled Tasks Not showing Edit Icons

Scheduled Tasks Not showing Edit Icons

von Reza Mirdamadi -
Anzahl Antworten: 3

Hi

After our latest upgrade, in scheduled tasks, I don't have the EDIT icon (the gear). 

I have looked up everywhere on the internet to find out the reason but did not manage to find a single solution. 


Mittelwert:  -
Als Antwort auf Reza Mirdamadi

Re: Scheduled Tasks Not showing Edit Icons

von Carlson Smith -
Same here. It also affects attendance plugin "actions" no edit gear of any icon for that matter is showing.

I really wish someone would answer this.
Als Antwort auf Reza Mirdamadi

Re: Scheduled Tasks Not showing Edit Icons

von Carlson Smith -
So I found what the problem is, but where to edit it is what is beating me now.

There is a class called "action-icon".

When I do an inspect on the location that the icon is supposed to be

" a.action-icon{visibility:hidden;}" appears. When the visibility property is changed to visible, it shows icons, not only here, but in the attendance plugin as well.

Only problem now, is where and how to change this properly.
Als Antwort auf Reza Mirdamadi

Re: Scheduled Tasks Not showing Edit Icons

von Carlson Smith -
Found a solution that works.

In your theme Raw SCSS section, put the code "a.action-icons{visibility:visibile;}". They should now appear and be interactable.