Title: pixelmorph's Replies | WordPress.org

---

# pixelmorph

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] yoast sitemap xml :This is not a valid URL.](https://wordpress.org/support/topic/yoast-sitemap-xml-this-is-not-a-valid-url/)
 *  Thread Starter [pixelmorph](https://wordpress.org/support/users/pixelmorph/)
 * (@pixelmorph)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/yoast-sitemap-xml-this-is-not-a-valid-url/#post-10794548)
 * well sure but how do i get the pluggin to do that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Tabs for WooCommerce] #anchors and keys](https://wordpress.org/support/topic/anchors-and-keys/)
 *  Thread Starter [pixelmorph](https://wordpress.org/support/users/pixelmorph/)
 * (@pixelmorph)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/anchors-and-keys/#post-10485806)
 * can anyone help ?
 * Im trying to give the user a link to either open or at least navigate to a specific
   tab
    how do i get or assign a tab an id #
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] customize featured products homepage](https://wordpress.org/support/topic/customize-featured-products-homepage/)
 *  Thread Starter [pixelmorph](https://wordpress.org/support/users/pixelmorph/)
 * (@pixelmorph)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/customize-featured-products-homepage/#post-6232344)
 * yes ! sort of muddled through not perfect and theres probably better ways to 
   do it but I found a mod that targeted the image thumbnail and got it working:
 * if ( ! function_exists( ‘woocommerce_template_loop_product_thumbnail’ ) ) {
 *  function woocommerce_template_loop_product_thumbnail() {
 *  echo woocommerce_get_product_thumbnail();
 *  }
 * }
 * if ( ! function_exists( ‘woocommerce_get_product_thumbnail’ ) ) {
 *  function woocommerce_get_product_thumbnail( $size = ‘shop_catalog’, $placeholder_width
   = 0, $placeholder_height = 0 ) {
 *  global $post, $woocommerce;
 *  $output = $output =
    ‘<div class=”featured_text”>’. ‘<h3 class=”featured-heading”
   >Featured Product</h3>’. ‘<h4 class= “featured-product_heading”>’. the_title().‘
   </h4> <p class= “featured-desc”>’.the_excerpt().'</p></div> <div class=”imagewrapper”
   >’;
 *  if ( has_post_thumbnail() ) {
 *  $output .= get_the_post_thumbnail( $post->ID, $size );
 *  }
 *  $output .= ‘</div>’;
 *  return $output;
 *  }
 * }
 * removing the title underneath is going to also be tricky as i feel like i have
   to fish for where it lives
    heres my site.. [http://www.pixelmorph.com.au/sandbox/](http://www.pixelmorph.com.au/sandbox/)
   odd that it seems to write the title before the <h3> content – given its shoved
   in after. making it conditional on the front page sounds like a fantastic plan
   ill go look at that now. *grow brain grow*
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SD PDF Template Customizer] Installs though not sure what to do](https://wordpress.org/support/topic/installs-though-not-sure-what-to-do/)
 *  [pixelmorph](https://wordpress.org/support/users/pixelmorph/)
 * (@pixelmorph)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/installs-though-not-sure-what-to-do/#post-3674477)
 * hi i cant seem to activate it… tryed your suggestion of doing that through the
   database but im not sure what to put in there to force it.. php error message:
   
   plugins.php?error=true&charsout=258&plugin=sd-pdf-template-customizer%2FSD_PDF_Template_Customizer.
   php&plugin_status=all&paged=1&s&_error_nonce=9fa8304119

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