Title: ExcellentSP's Replies | WordPress.org

---

# ExcellentSP

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widget Wrangler] Widget Preview Running Shortcodes](https://wordpress.org/support/topic/widget-preview-running-shortcodes/)
 *  Thread Starter [ExcellentSP](https://wordpress.org/support/users/siphon/)
 * (@siphon)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/widget-preview-running-shortcodes/#post-9007739)
 * Thank you Mr. Daggerhart. That definitely helps.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Widget Wrangler] Continues to blow my mind after 36 implementations.](https://wordpress.org/support/topic/continues-to-blow-my-mind-after-36-implementations/)
 *  Thread Starter [ExcellentSP](https://wordpress.org/support/users/siphon/)
 * (@siphon)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/continues-to-blow-my-mind-after-36-implementations/#post-8240349)
 * Though I do hope Mr. Daggerhart comes out with an implementation that allows 
   for the addition of custom classes on a per widget basis…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Tickets and Registration] Add class to day and event on calendar if sold out](https://wordpress.org/support/topic/add-class-to-day-and-event-on-calendar-if-sold-out/)
 *  Thread Starter [ExcellentSP](https://wordpress.org/support/users/siphon/)
 * (@siphon)
 * [10 years ago](https://wordpress.org/support/topic/add-class-to-day-and-event-on-calendar-if-sold-out/#post-7446064)
 * You are a godsend…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to use add_rewrite_rule() on the home page ("/")…](https://wordpress.org/support/topic/how-to-use-add_rewrite_rule-on-the-home-page/)
 *  Thread Starter [ExcellentSP](https://wordpress.org/support/users/siphon/)
 * (@siphon)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/how-to-use-add_rewrite_rule-on-the-home-page/#post-7397362)
 * Answered my own question:
 *     ```
       function prefix_disable_canonical_front_page( $redirect ) {
           if ( is_page() && $front_page = get_option( 'page_on_front' ) ) {
               if ( is_page( $front_page ) )
                   $redirect = false;
           }
   
           return $redirect;
       }
   
       add_filter( 'redirect_canonical', 'prefix_disable_canonical_front_page' );
       ```
   
 * But I still wonder if there are SEO implications.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page exists in database, but not in my WordPress install.](https://wordpress.org/support/topic/page-exists-in-database-but-not-in-my-wordpress-install/)
 *  Thread Starter [ExcellentSP](https://wordpress.org/support/users/siphon/)
 * (@siphon)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/page-exists-in-database-but-not-in-my-wordpress-install/#post-5715871)
 * We figured it out. Just to answer your question though, it was trashed then directly
   afterwards, permanently deleted.
 * It ended up being that we had an image with the same post_name as the page slug
   we wanted, so we deleted the image in the WordPress dashboard and re-uploaded
   it with a different naming convention.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Virtue Theme: Removing White Space Behind Logo](https://wordpress.org/support/topic/virtue-theme-removing-white-space-behind-logo/)
 *  [ExcellentSP](https://wordpress.org/support/users/siphon/)
 * (@siphon)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/virtue-theme-removing-white-space-behind-logo/#post-5715687)
 * It seems that you have your image saved as a jpg which does not support transparency
   or translucency (shadows). Try switching your image format to png 24 (recommended
   since you have shadows on your image) or png 8 (which does not support shadows).

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