Forum Replies Created
-
This reply has been marked as private.in reply to: Padding and margin not working – category builderThis reply has been marked as private.in reply to: No Templates and Not Working As Expected
Dear, You can see popup template when click to WPBakery templates button (see attachment)
Best regards.
Attachments:
You must be logged in to view attached files.in reply to: No Templates and Not Working As ExpectedSorry, the plugin not support effect open popup.
Best regards.
in reply to: Add Slide in EffectDear, If you want add text for only product in category ‘express shipping’, please install and switch your site to use Urami Chid theme. then add custom PHP code in file functions.php of Urami Child theme:
add_action( 'woocommerce_after_shop_loop_item',function(){ global $product; $categoryIds = ['EXPRESS_SHIPPING_CATEGORY_ID']; $found = false; $productCategoryIds = $product->get_category_ids(); foreach ($categoryIds as $categoryId){ if(in_array($categoryId, $productCategoryIds)){ $found = true; break; } } if($found){ echo 'express shipping'; } }, 11, 0 );
Then change
EXPRESS_SHIPPING_CATEGORY_ID
to id of category ‘express shipping’Best regards.
in reply to: MessageDear, I don’t understand your question, please kindly give me more details. I will check to help you.
Best regards.
in reply to: Add Slide in EffectDear, Please kindly send for me admin account and your site URL via private reply, I will check details to help you.
Best regards.
in reply to: No Templates and Not Working As ExpectedDear, You can change to use this CSS code
.site-layout .site-heading--background .breadcrumb > li{ color: #777; } .site-layout .site-heading--background .heading__title { color: #00997a; } .site-layout .site-heading--background .breadcrumb > li a { color: #000; }
Best regards.
in reply to: Header and Breadcrumbs not visibleDear, the send email function not dependent to browser. I think have problem on your site. Please kindly check again.
Best regards.
in reply to: Plugin not working on Microsoft edgeDear, I see you use custom CSS to change text color but default style override it. Please use custom CSS to change text color
.site-heading.site-heading--background .heading__title { color: #00997a; } .site-heading.site-heading--background .breadcrumb > li a { color: #000; }
Best regards.
in reply to: Header and Breadcrumbs not visibleDear, If you want do it, you need create custom field or use ACF plugin in product to help you add text for product then use hook ‘woocommerce_after_shop_loop_item’ to display it.
Best regards.
in reply to: MessageYes. Please kindly contact with us when your site is online .
Best regards.
in reply to: Calendar displaying at the bottomThis reply has been marked as private.in reply to: Duplicated product custom fieldThis reply has been marked as private.in reply to: Duplicated product custom field