Title: bctech05's Replies | WordPress.org

---

# bctech05

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

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

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 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 SEO box Invisible](https://wordpress.org/support/topic/yoast-seo-box-invisible/)
 *  Thread Starter [bctech05](https://wordpress.org/support/users/bctech05/)
 * (@bctech05)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/yoast-seo-box-invisible/#post-13650227)
 * This helped. Thank you so much…..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Upload Image Modal Not Opening After WordPress Update](https://wordpress.org/support/topic/upload-image-modal-not-opening-after-wordpress-update/)
 *  Thread Starter [bctech05](https://wordpress.org/support/users/bctech05/)
 * (@bctech05)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/upload-image-modal-not-opening-after-wordpress-update/#post-13613826)
 * Thank you so much kind human!! You’re a saviour. This worked for me.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Link Title to Products](https://wordpress.org/support/topic/link-title-to-products/)
 *  Thread Starter [bctech05](https://wordpress.org/support/users/bctech05/)
 * (@bctech05)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/link-title-to-products/#post-13135479)
 * I took professional help. Developer added following code to content-product.php
   file under class=”item-details”.
 * Before
 *     ```
       <?php woocommerce_get_template( 'loop/price.php' );?>
       <div class="item-details">
       <h3><?php the_title(); ?></h3>
       <div class="product-item-cat"><?php echo $product->get_categories(', ');?></div>
       </div>
       ```
   
 * After
 *     ```
       <?php woocommerce_get_template( 'loop/price.php' );?>
       <div class="item-details">
       <h3><a href="<?php echo get_permalink(); ?>" class="custom-link"><?php the_title(); ?></a></h3>
       <div class="product-item-cat"><?php echo $product->get_categories(', ');?></div>
       </div>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Link Title to Products](https://wordpress.org/support/topic/link-title-to-products/)
 *  Thread Starter [bctech05](https://wordpress.org/support/users/bctech05/)
 * (@bctech05)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/link-title-to-products/#post-13118246)
 * I have still not found a solution..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Link Title to Products](https://wordpress.org/support/topic/link-title-to-products/)
 *  Thread Starter [bctech05](https://wordpress.org/support/users/bctech05/)
 * (@bctech05)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/link-title-to-products/#post-13116104)
 * The site was developed by someone and I don’t have contact of theme developer.
   I now host the site myself. That’s why I need to figure out myself.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to move WooCommerce Tabs below each other?](https://wordpress.org/support/topic/how-to-move-woocommerce-tabs-below-each-other/)
 *  Thread Starter [bctech05](https://wordpress.org/support/users/bctech05/)
 * (@bctech05)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/how-to-move-woocommerce-tabs-below-each-other/#post-10463216)
 * Yes, thank you.
 * I took the easy way out by simply copy pasting the content of all tabs into one
   tab. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Product Tabs for WooCommerce] How to move the tabs below each other?](https://wordpress.org/support/topic/how-to-move-the-tabs-below-each-other/)
 *  Thread Starter [bctech05](https://wordpress.org/support/users/bctech05/)
 * (@bctech05)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/how-to-move-the-tabs-below-each-other/#post-10463214)
 * I couldn’t do both of the above, so I simply copy pasted the content of all tabs
   into one tab.
 * Thank you again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Product Tabs for WooCommerce] How to move the tabs below each other?](https://wordpress.org/support/topic/how-to-move-the-tabs-below-each-other/)
 *  Thread Starter [bctech05](https://wordpress.org/support/users/bctech05/)
 * (@bctech05)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/how-to-move-the-tabs-below-each-other/#post-10455764)
 * Thank you again. I will try this and get back to you if I have any questions.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Product Tabs for WooCommerce] How to move the tabs below each other?](https://wordpress.org/support/topic/how-to-move-the-tabs-below-each-other/)
 *  Thread Starter [bctech05](https://wordpress.org/support/users/bctech05/)
 * (@bctech05)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/how-to-move-the-tabs-below-each-other/#post-10455677)
 * Thanks for a super quick reply.
 * No, but I have a friend’s help. Even little guidance on how to do it will help.
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to move WooCommerce Tabs below each other?](https://wordpress.org/support/topic/how-to-move-woocommerce-tabs-below-each-other/)
 *  Thread Starter [bctech05](https://wordpress.org/support/users/bctech05/)
 * (@bctech05)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/how-to-move-woocommerce-tabs-below-each-other/#post-10455610)
 * I found the right place to ask this – it’s controlled by the plugin I use.
 * Thank you for taking the time to reply.
 * **UPDATE:**
 * Uh, the [plugin maker](https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/)
   says it’s controlled by WooCommerce or by the theme. So now I am completely clueless
   on what to do. A little guidance on how to proceed will surely be of help. Thank
   you.
    -  This reply was modified 7 years, 11 months ago by [bctech05](https://wordpress.org/support/users/bctech05/).
      Reason: update
    -  This reply was modified 7 years, 11 months ago by [bctech05](https://wordpress.org/support/users/bctech05/).

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