bctech05
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Yoast SEO box InvisibleThis helped. Thank you so much…..
Forum: Fixing WordPress
In reply to: Upload Image Modal Not Opening After WordPress UpdateThank you so much kind human!! You’re a saviour. This worked for me.
Forum: Fixing WordPress
In reply to: Link Title to ProductsI 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
In reply to: Link Title to ProductsI have still not found a solution..
Forum: Fixing WordPress
In reply to: Link Title to ProductsThe 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
In reply to: [WooCommerce] How to move WooCommerce Tabs below each other?Yes, thank you.
I took the easy way out by simply copy pasting the content of all tabs into one tab. ??
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] How to move the tabs below each other?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
In reply to: [Custom Product Tabs for WooCommerce] How to move the tabs below each other?Thank you again. I will try this and get back to you if I have any questions.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] How to move the tabs below each other?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
In reply to: [WooCommerce] How to move WooCommerce Tabs below each other?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 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.