Tagged: x
-
AuthorPosts
-
August 16, 2016 at 7:57 pm #1134471
IntegratutionsParticipantDear Sir/Mdm,
Would like to change the word Product to Car as per screenshot.
Thank you 🙂
August 16, 2016 at 11:21 pm #1134661
Prasant RaiModeratorHello There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
August 18, 2016 at 12:39 am #1136299
IntegratutionsParticipantThis reply has been marked as private.August 18, 2016 at 3:08 am #1136433
LelyModeratorHi There,
Thank you for the credentials.
For Product Description:
Please copy this file description.php from this folder \wp-content\plugins\woocommerce\templates\single-product\tabs to this folder on your child theme: \wp-content\themes\x-child\woocommerce\single-product\tabsOpen the copied file from your child theme. Look for this line of code on line 25:
$heading = esc_html( apply_filters( 'woocommerce_product_description_heading', __( 'Product Description', 'woocommerce' ) ) );Update to this:
$heading = esc_html( apply_filters( 'woocommerce_product_description_heading', __( 'Car Description', 'woocommerce' ) ) );For Related Products
Please copy this file related.php from this folder \wp-content\themes\x\woocommerce\single-product\ to the same folder on your child theme: \wp-content\themes\x-child\woocommerce\single-productOpen the copied file from your child theme. Look for this line of code on line 40:
<h2><?php _e( 'Related Products', '__x__' ); ?></h2>
Update that line to this:
<h2><?php _e( 'Related Cars', '__x__' ); ?></h2>Hope this helps.
August 18, 2016 at 12:03 pm #1137113
IntegratutionsParticipantHello!
It’s working now but my Related Cars section now has some issues. Previously this section fits 4 columns of related cars in a row. Now it’s expanded and too big for my liking. How do I change it back to 4 columns per row?
Thank you!
August 18, 2016 at 1:14 pm #1137241
RupokMemberHi there,
You can add this under Custom > CSS in the Customizer.
@media only screen and (min-width: 980px) { .related.products .products .product { float: left; margin-right: 5%; width: 30%; } .related.products .products .product:last-child { margin-right: 0; } }Hope this helps.
August 19, 2016 at 10:18 pm #1139120
IntegratutionsParticipantGreat! it’s working now 🙂
August 19, 2016 at 10:37 pm #1139133
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1134471 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
