This topic has 96 replies, 7 voices, and was last updated 8 years, 3 months ago ago by Jack Richardson
question 22: i add the code at the custom css you send me, but is seem like doesn’t work.
question 23:
question 25: I testing at ipad mini, the website can’t be resize for the screen size.
question: 24. I add new arrival section by select new , but home page still doesn’t display. what is the date period of new upload product count as new?
thank you
question 26: I add the visual element of feature product at the home page, and it is nothing show up at front end home page.
thank you
Hello,
22. The reason is cache plugin. You need clear browser and server cache. After that check the changes.
23. I’ve added the code for fixed header in header.php file:
<p class="ssl-seal"><span id="siteseal"></span></p>
and this code in custom.css file:
.ssl-seal {
float: left;
}
Please check it now and clear browser/server cache before.
24. You need mark New products in product editor: http://storage8.static.itmages.com/i/16/0622/h_1466610867_7330476_a2df3f95ce.jpeg
25. Disable all 3rd-party plugins, clear server cache and check the site.
26. Clear server cache and check the site again.
Best regards,
Jack Richardson.
question: 27 why ssl label doesn’t show up at footer under terms and conditions? i want to show ssl label at footer as before.
question: 28 mobile and table test: adjust header SSL label and the logo display right position. left and right space must be equal. and doesn’t cover the navigation bar. and ssl label and logo not too close.
question 28
question 28
question 28: final: set header ssl label doesn’t show at phone and table header.
thank you
Hello,
Please provide us with cPanel login details in private content to check ssl seal code.
Best regards,
Jack Richardson.
question 28:
Hello,
Is sealID correct?
When adding the same code on one page (header and footer), the other seal isn’t shown.
Best regards,
Jack Richardson.
question: 28
I added the footer seal so early before you added at the header. after you add the seal at the heard, the seal at footer doesnt show any more.
the seal i copy and paste for godaddy account
Hello,
Please check the SSL seal now.
I’ve added the code in custom.css file:
@media (max-width: 979px) {
.ssl-seal {
float: none;
text-align: center;
}}
Best regards,
Jack Richardson.
question 29: phone/table ssl seal header too high
Hello,
29. Please add this code in custom.css file:
@media (max-width: 979px) {.fixed-header {
padding: 0px 0px !important;
}}
Best regards,
Jack Richardson.
question 29: can you make the SSL seal become small? I put SSL seal at header is because I want to remind ppl my site is safe to shop. it can be small enough to recognize,it doesn’t need to become big to see what is it. footer already has big one to see.
Thank you
UX:
Question 30: can you change the “ADD TO CART” Button to “CLICK TO CART”
Question 31: can you add litter Shadows to “ADD TO CART”, make it more like real button, and motives ppl to click?
Thank you
question 32: can you modify the category product display look like this:(Image)
and
Question 31: can you add litter Shadows to “ADD TO CART”, make it more like real button, and motives ppl to click?
Thank you
Hello,
29. Please use this code in custom.css file:
.ssl-seal img {
width: 100px !important;
}
30. Please read Woocommerce documentation https://docs.woothemes.com/document/change-add-to-cart-button-text/ .
31. Please use this css code:
.etheme_add_to_cart_button.product_type_simple {
box-shadow: 5px 5px 5px grey;
}
32. Sorry, but this is beyond our basic support scope.
Regards,
Eva Kemp.
question 33: can you add shadow for “ADD TO CART” button at quick view and single product page?
Thank you
Hello,
33. Use this code in cusotm.css file:
.quick-view-popup .product-info .single_add_to_cart_button, .single-product-page .product-info .single_add_to_cart_button {
box-shadow: 5px 5px 5px grey;
}
Best regards,
Jack Richardson.
question 34: no button shadow show at category product page at phone version
question 35: how to setup for show product SKU at category product page product?
Thank you
question 35: how to set minimum order ($300)?
Thank you
Hello,
34. As I see shadow is shown for buttons on mobile:
http://prntscr.com/bntc1i
Show a direct page where you don’t see it.
35. Do you mean you want to show SKU at category product page?
Best regards,
Jack Richardson.
question 35:Do you mean you want to show SKU at category product page?—YES
question 36: how to set minimum order ($300)?
question 37: can you make “quick view” button alway show? not only point and show.
Thank you
Hello,
question 35:Do you mean you want to show SKU at category product page?—YES
Try to use this code in your child functions.php:
add_action( 'woocommerce_after_shop_loop_item', 'custom_shop_item', 5);
function custom_shop_item() {
global $product;
/* product sku */
echo '<p>SKU: '.$product->get_sku().'</p>';
}
question 36: how to set minimum order ($300)?
Please check the following links regarding your query:
https://docs.woothemes.com/document/minimum-order-amount/
https://wordpress.org/plugins/minimum-purchase-for-woocommerce/
question 37: can you make “quick view” button alway show? not only point and show.
Use the css code:
.show-quickly {
opacity: 1;
}
Best regards,
Jack Richardson.
hi
and currently the theme word font is upercase(category and the product name); can you I set up for upercase and lowcase??
all the words are upercase is very hard to read for human.
thank you
Hello,
Do you want to change font on single product page?
Use this css code:
h2.product-name {
text-transform: capitalize;
}
If this is not what you want, then show a screenshot for better understanding.
Best regards,
Jack Richardson.
hi,
i want when the product info text will be display as what i put. not all default by uppercase. and the categories text font.
thank you
You must be logged in to reply to this topic.Log in/Sign up