Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • When you first set up the ‘Simple URL’, the permalink is automatically generated from the Title, as default, this will be in the format domain.com/title-name – once you click Save, however, /go/ is thrown into the middle of the mix, thus domain.com/go/title-name – have you confirmed this is the case and that even this URL does not work?

    Furthermore, I set my Simple URL’s up first, then went back to Permalinks and clicked Save. Now all the 404 Errors have disappeared which I was getting for the first couple of Simple URL’s I created after I re-saved the Permalink setting but had not re-saved the Permalinks settings.

    Thread Starter StellarBytes

    (@stellarbytes)

    DOH!

    Open tipTip.css

    Find:

    #tiptip_holder {
    	display: none;
    	position: absolute;
    	top: 0;
    	left: 0;
    	z-index: 99999;
    }

    Edit line:
    top: 0;
    To:
    top: 10px;
    Increase the value (eg. 10px > 100px) to increase the height value between your text, image, etc and the tooltip itself.

    Top Tip: (No puns intended) Don’t work on the same issue for hours, go take out your frustrations by trying to replace your car wiper blades before realising the garage gave you the wrong ones!! Come back, then you’ll find the problem yourself in 30 seconds.

Viewing 2 replies - 1 through 2 (of 2 total)