Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author micropat

    (@micropat)

    Your child theme has a transparent element on top of those buttons:

    .site:before {
    		_background-color: #c1d4c9;
    		content: "";
    		display: block;
    		height: 100%;
    		min-height: 100%;
    		position: absolute;
    		top: 0;
    		left: 0;
    		width: 182px;
    		z-index: 2;
    	}

    Thread Starter s10

    (@s10)

    Many thanks for your quick reply and your help finding my own mistake :-). Didn´t saw it in my first check with Firebug. Changed the CSS an now all is good.

    Kind regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘First three buttons didn´t show a link or react!’ is closed to new replies.