Galaxy Map
- TheMightyDude
- Site Admin
- Posts: 311
- Joined: Thu Apr 17, 2014 09:15 UTC
Re: Galaxy Map
Ok, I can see the issue on your game...
Have you modified anything?
I can see some differences.
It seems that you have modified a file some place ?
Have you modified anything?
I can see some differences.
It seems that you have modified a file some place ?
- TheMightyDude
- Site Admin
- Posts: 311
- Joined: Thu Apr 17, 2014 09:15 UTC
Re: Galaxy Map
Ok, I think I have found the issue.
In your main.css located templates\classic\styles\ open it up in an editor and on line 25 there should be a line starting with .map {
At the end of that line you should see z-index:-1 }
Remove just the z-index:-1 and save the file back to your server.
Now try the Galaxy Map once again and it "should" work.
Basically the z-index:-1 was moving it behind, so it became unclickable.
In your main.css located templates\classic\styles\ open it up in an editor and on line 25 there should be a line starting with .map {
At the end of that line you should see z-index:-1 }
Remove just the z-index:-1 and save the file back to your server.
Now try the Galaxy Map once again and it "should" work.
Basically the z-index:-1 was moving it behind, so it became unclickable.
Re: Galaxy Map
The problem remains. The only changes I did to it was in the galaxy php just changed the images from using the ports icon to the icon you see for the resources on the main page. This problem was present before that change.
- TheMightyDude
- Site Admin
- Posts: 311
- Joined: Thu Apr 17, 2014 09:15 UTC
Re: Galaxy Map
What I said is the cause and the fix, I just removed z-index:-1 from the css file and it works.newadmin wrote:The problem remains. The only changes I did to it was in the galaxy php just changed the images from using the ports icon to the icon you see for the resources on the main page. This problem was present before that change.
Re: Galaxy Map
I'll play around with it and revert the changes I made. I might try a fresh install of everything and make that change from the start.
- TheMightyDude
- Site Admin
- Posts: 311
- Joined: Thu Apr 17, 2014 09:15 UTC
Re: Galaxy Map
Well I have just checked and its working now.newadmin wrote:I'll play around with it and revert the changes I made. I might try a fresh install of everything and make that change from the start.
Re: Galaxy Map
It' still isn't working for me even after I cleared all my browsing data and cookies. Seems that it might be on my end if it's working for you.TheMightyDude wrote: Well I have just checked and its working now.
- TheMightyDude
- Site Admin
- Posts: 311
- Joined: Thu Apr 17, 2014 09:15 UTC
Re: Galaxy Map
What browser are you using, I was using Edge.newadmin wrote:It' still isn't working for me even after I cleared all my browsing data and cookies. Seems that it might be on my end if it's working for you.TheMightyDude wrote: Well I have just checked and its working now.
I just tried it in Chrome and it also works ok for me.
Re: Galaxy Map
I usually use chrome. I just tested with firefox and it works fine.TheMightyDude wrote: What browser are you using, I was using Edge.