joannaleng
Forum Replies Created
-
Forum: Plugins
In reply to: [PayPal for WooCommerce] Accepting terms and conditions with Paypal Expressjust so you know, i am having the same concern as @macek3. to me this is important because I sell hand-made iteams
i am using a multiuser blog. if i have it there, everyone can click onto it
Forum: Plugins
In reply to: [WooCommerce] Why Does Woocommerce Shop's Page Title Show Product TitleI am using the theme: minamze.
it seems the theme will add backslash to the word shop, i do not know why.so, I tried to put your codes into wordpress CSS Editor. and it worked fine without adding the backslashes now.
Thank you lorro!
Forum: Plugins
In reply to: [WooCommerce] Why Does Woocommerce Shop's Page Title Show Product TitleI see now.
I tried to change it. It seems that it will add the slash ‘\’ by itself when i save it.
the theme has custom css option and i have saved it there
Forum: Plugins
In reply to: [WooCommerce] Why Does Woocommerce Shop's Page Title Show Product TitleI just did the css you recommended.
IT does remove the poroduct name, as well as the title shop.
here is the link.
https://darlingmomo.com/shop/no other way for a mjore consistent feel?
Forum: Plugins
In reply to: [WooCommerce] Why Does Woocommerce Shop's Page Title Show Product TitleIt’s inside. But no changes. Will try css
Forum: Plugins
In reply to: [WooCommerce] Why Does Woocommerce Shop's Page Title Show Product TitleDo I put it in the theme’s php or do I put it in woocommerce’s function php?
I put it in theme’s function php.
Forum: Plugins
In reply to: [WooCommerce] Why Does Woocommerce Shop's Page Title Show Product TitleI fixed the site, and have pasted the whole code:
// Change Shop page title
// code goes in functions.php for your child theme
// used for themes that use a product title for the shop page title
add_filter(‘post_type_archive_title’, ‘shop_page_title’ );
function shop_page_title( $title ) {
if( $title == __(‘Products’, ‘woocommerce’)) {
$shop_page_id = woocommerce_get_page_id( ‘shop’ );
$page_title = get_the_title( $shop_page_id );
return $page_title;
}
return $title;
}However there is no cchange
Forum: Plugins
In reply to: [WooCommerce] Why Does Woocommerce Shop's Page Title Show Product Titlei just tried and now my entire site is down.
Forum: Plugins
In reply to: [WooCommerce] Why Does Woocommerce Shop's Page Title Show Product Titleattached are screenshots
https://darlingmomo.com/cart/
cart page shows cart titlehttps://darlingmomo.com/read-me/
read me shows read me titlehttps://darlingmomo.com/shop/
shop shows COLLAGE PHOTO ON WOOD titleSo it can’t work with my theme?
Anyway to sort which fields come first and last? Looks very jumbled
I just did a switch back to default theme. U can look at the site
https://Www.singaporehometutors.com
Nothing happened
Hello!
I am using WordPress directory theme “vantage”
By apptheme.com