- 24
Hello, while going through site i figured that admin link disappeared for no reason at all, along with manage this page link (where visible). It is present in html when you go to developer tools but it appears like unclickable dark gray area.
First i thought it was something in css that caused it, but i removed entire custom css that is applied to site and problem still exists. This is not such a big deal since i can access admin with /admin, but i would still like to know what could cause this issue.
No custom js was added (except google, which also didn't affect i removed and checked). Some views are changed but nothing considering header. I copied entire theme and checked it and problem is still there. What is interesting that admin link appears when page is loading, then when its loaded it just disappeares again and go in to the far right side of top bar (still not visible). I checked with all major browser and it is same all over.
Link however appears on mobile.
Also, if i remove line from syles.css -> .header-selectors-wrapper {
font-size: 0;
} it reappears in right side of top bar. I checked, that is class that is there by default and size by default is 0.
Any help is more than welcome.
First i thought it was something in css that caused it, but i removed entire custom css that is applied to site and problem still exists. This is not such a big deal since i can access admin with /admin, but i would still like to know what could cause this issue.
No custom js was added (except google, which also didn't affect i removed and checked). Some views are changed but nothing considering header. I copied entire theme and checked it and problem is still there. What is interesting that admin link appears when page is loading, then when its loaded it just disappeares again and go in to the far right side of top bar (still not visible). I checked with all major browser and it is same all over.
Link however appears on mobile.
Also, if i remove line from syles.css -> .header-selectors-wrapper {
font-size: 0;
} it reappears in right side of top bar. I checked, that is class that is there by default and size by default is 0.
Any help is more than welcome.