Is it possible to try and change any of the following ??
1) The Titles of the areas on the page such as the top Product Description to be called Quick Description and the second tabbed Description to be called Detailed Description.
2) Can i have the tabbed description by default to be collapsed to begin with ?
Site URL: hiddenHello,
Do you mean this section? Please look at screenshot: http://prntscr.com/670yht
Regards,
Robert Hall.
Please provide us with ftp credentials for the site as this text fields require some customization in theme files.
With best regards
Brian Jonhson
Hello,
I’ve changed the titles for the tab.
Please check it now.
I’ve edited the files wp-content/plugins/woocommerce/templates/single-product/tabs/description.php and wp-content/themes/woopress/functions.php.
Thank you.
Regards,
Eva Kemp.
Hello @jimbo,
You need edit the files wp-content/plugins/woocommerce/templates/single-product/tabs/description.php and wp-content/themes/woopress/functions.php via FTP, find the text you want to change and replace it with yours.
Thank you.
Regards,
Eva Kemp.
Hello @jimbo,
In the file wp-content/plugins/woocommerce/templates/single-product/tabs/description.php the line is 14 and in the file wp-content/themes/woopress/functions.php I added this code as described in Woocommerce documentation http://docs.woothemes.com/document/editing-product-data-tabs/ :
add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 );
function woo_rename_tabs( $tabs ) {
$tabs['description']['title'] = __( 'More Information' ); // Rename the description tab
return $tabs;
}
Thank you.
Regards,
Eva Kemp.
Hi,
Just be careful. Eva’s changes were fine but I then tried to change the functions.php text as it wasn’t quite what I was after and my site got the white screen of death…
I restored the original functions.php and all started working again !!! PHEW !!!
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.
The message was successfully sent
Your shopping cart is empty
Seems you did not register purchase code for WooPress WordPress Support Forum to be able to create a topic on this forum.