Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi edspeed, can you tell us more about the nature of the hack? For example, was it just targeting at your index files? Also, what types of steps have you taken to resolve the issue?

    When I visit your site, the menu is all red, and I can only see the menu items when I mouse over them. Is this the issue you’re troubleshooting?

    After changing to the default permalinks, did you try changing back to what you had before? The initial change to the default may have ‘reset’ some things for you.

    Thread Starter edspeed

    (@edspeed)

    Yeah i have cleared all the hacks its just I can’t make my menu appear and it was working fine before… i have pasted the menu code

    Google Cache shows the links were not working 10 days ago. Are you sure the hack caused the issue?

    The menu not appearing seems to be a css issue, not really a php issue. Your CSS shows that the menu links items have the same color for both the link and the background, causing them to not really show:

    #access ul ul a {
    	background: #721012;
    	color: #721012;
    	line-height: 1em;
    	margin: 0;
    	padding: .66em .5em .5em 1em;
    	min-width: 180px;
    	height: auto;
    }

    Hi edspeed, Have you been able to make any progress on this issue?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu not working after hacking’ is closed to new replies.