This topic has 12 replies, 6 voices, and was last updated 8 years, 8 months ago by Wajid Khan.
Viewing 13 posts - 1 through 13 (of 13 total)
Can you show me the screenshot where exactly you are pointing?
Topic is set to be resolved because of no reply. If you wish to update this topic please reply here instead of creating another topic.
Go to All pages->shop(page) edit the page and there you can change the title to product for all.
Open the shop page and edit the page options below your WordPress content editor and select the subheader option as Custom and add your Custom text in the field Subheader Custom Title and Subheader Custom Text
open labora/framework/common/iva-generator.php
Find Code
if ( is_shop() ) {
$labora_sub_title = esc_html__( 'Shop', 'labora' );
}
Replace Code
if ( is_shop() ) {
if ( $labora_sub_option == 'customtitle' ) {
$labora_sub_title = get_post_meta( $postid, 'labora_page_title', true );
} else {
$labora_sub_title = esc_html__( 'Shop', 'labora' );
}
}
No matter what i change on the shop page the subheader still reads supplies and page as product http://frag-5.com/shop/
If you want to set custom breadcrumbs you need to go to breadcrumbs setting > post type option where you can set the product as a custom name. Or You can contact us via Skype. Our Skype ID support-aws
Viewing 13 posts - 1 through 13 (of 13 total)
You must be logged in to reply to this topic.