Title: StellarBytes's Replies | WordPress.org

---

# StellarBytes

  [  ](https://wordpress.org/support/users/stellarbytes/)

 *   [Profile](https://wordpress.org/support/users/stellarbytes/)
 *   [Topics Started](https://wordpress.org/support/users/stellarbytes/topics/)
 *   [Replies Created](https://wordpress.org/support/users/stellarbytes/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/stellarbytes/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/stellarbytes/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/stellarbytes/engagements/)
 *   [Favorites](https://wordpress.org/support/users/stellarbytes/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple URLs - Link Cloaking, Product Displays, and Affiliate Link Management] Getting 404 Not Found](https://wordpress.org/support/topic/getting-404-not-found/)
 *  [StellarBytes](https://wordpress.org/support/users/stellarbytes/)
 * (@stellarbytes)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/getting-404-not-found/#post-2156477)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Tooltip] [Plugin: WordPress Tooltip] Tooltip Position](https://wordpress.org/support/topic/plugin-wordpress-tooltip-tooltip-position/)
 *  Thread Starter [StellarBytes](https://wordpress.org/support/users/stellarbytes/)
 * (@stellarbytes)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-tooltip-tooltip-position/#post-2162823)
 * 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)