Forum Replies Created
-
AuthorPosts
-
September 10, 2019 at 7:58 am in reply to: How to change z-index of tabs in single product page? #1136402
Thanks very much. Problem solved.
September 9, 2019 at 7:10 pm in reply to: How to change z-index of tabs in single product page? #1136179Sorry for the wrong url.
The correct url is : https://pigo.ygr.tw/product/科大訊飛翻譯機3-0-紅租/?v=3d9975706be3
Click the 租用起始日 (means start date), you will see the result.Best regards.
ThomasDear Basilis
Some people told me http://www.ygr-wp.com my website shows 404 not found.
url : http://www.ygr-wp.com
I check the frontpage in Enfold, and it shows : This page is currently selected to be displayed as custom 404 page. (Set in Enfold » Theme Options). (Change)
url : https://www.ygr-wp.com/3.jpgI tried to duplicate the frontpage and delete the old one, but the error is still there.
I think maybe is because the frontpage has some code error. How to fix it?Best regards.
ThomasHi, Nikho
I tried to use code in function.php you told me. It works but not totally work.
remove_action( ‘woocommerce_after_shop_loop_item’, ‘avia_add_cart_button’, 16);
Add to cart button in some single product page was disabled, but some not.After I add below two codes found on Google, all done.
remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’ );
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 30 );Best regards.
ThomasDear Victoria
1. I tried to use css you gave me, but it doesn’t work. I delete the div code in the beginning, then it works fine.
.main_color .button.single_add_to_cart_button {
color: aqua;
background-color: navy;
border: green 1px solid;
border-radius: 11px;
font-size: 15px;
}2. You told me to use filters or modify templates. I try to find some docs
But it’s not enough. would you give me more detail docs teach why to do it?
Best regards.
Thomas- This reply was modified 5 years, 3 months ago by thomasvr4.
Hi, Victoria
I want to change the add to cart button style
1. background color
2. text size, font style
3. Add another button near the add to cart buttonurl : http://netfood.ygr-wp.com/product/green-blouse/
Best regards.
ThomasDear Victoria
About my #3 question, I tried to use Advanced Styling to change the add to cart button, but all buttons’ style will be changed too.
Is there any way to just only change the style of add to cart button in single product page?Best regards.
ThomasDear Victoria,
Thanks for your help. You slove my problem. Thanks very much.Thomas
Dear Nikko
Thanks for your help.
I tried your first answer, but the frontpage cart icon is still there.
Please see the attach file : http://netfood.ygr-wp.com/2.jpgIn addition, the third answer is for hole web site, I want to change only the add to cart button in single porduct page.Is it possible to do it?
Best regards.
ThomasThis reply has been marked as private.July 21, 2019 at 5:05 pm in reply to: How to migrate Enfold setting from A website to B website? #1120657Dear Mike
Yes, I use phpMyAdmin to replace all old site’s url path to new one.
I am confused. Do I have to manually replace all picuture’s url path when I move old site to a new site?
I always think the picture path is relative path, but when I open the .sql file and find the keywords of picture path. I saw many picture path is absolute path. Am I right?Best regards.
ThomasJuly 20, 2019 at 5:43 am in reply to: How to migrate Enfold setting from A website to B website? #1120386Dear Mike
I import the theme settings file from Enfold Theme Options > Import/Export , but some picture’s url path is still the old one, is it right?
Best regards.
ThomasThis reply has been marked as private.Dear Rikard
I can load the website in chrome successful but not success in IE.
Is it possible I use WP super cache cause website crash?Best regards.
Thomas- This reply was modified 5 years, 4 months ago by thomasvr4.
July 18, 2019 at 5:17 pm in reply to: How to migrate Enfold setting from A website to B website? #1119957Dear Mike
I tried to use your way to replace the database.
ex : update ygr_layerslider set data = replace(data, ‘ygr.tw’,’ygr-wp.com’);
It works fine, but the result is not the same as before. Some Enfold setting was changed.
Please see the url : https://www.ygr-wp.com/The text color changed to green, the original color is black.
The logo changed to Enfold, the original logo is my own picture.
The main page is changed, the original main page is https://www.ygr-wp.com/home/
And many setting was changed. Why?
I replace all text ( ‘www.ygr.tw’ ) to text ( ‘ http://www.ygr-wp.com’ ), but the result is not I want.Best regards.
ThomasThis reply has been marked as private.April 25, 2019 at 8:29 am in reply to: How to add Google font ( noto sans tc ) to Enfold theme? #1094317Hi, Rikard
Yes, I tried out the way Michael teached me, and problem had been solved. Thank you very much.
April 25, 2019 at 8:27 am in reply to: How to add Google font ( noto sans tc ) to Enfold theme? #1094316Hi, Michael
My problem had been solved. Thank you very much.
Here is my step
1. Using Google webfonts helper to create a ZIP file.
2. Upload ZIP using Enfold > Import/Export > Custom Font Manager.
3. Create a file named fonts,css, and copy/paste code into fonts.css file.
4. Copy/paste below code into header.php between <head></head>
<link rel=”stylesheet” type=”text/css” href=”/fonts.css”>
5. Upload fonts(folder), fonts.css, header.php to server.
6. Use Enfold > General Styling > Fonts, select uploaded fonts.
7. Clear Cache. Done.I also found another easy way to change fonts.
Add below css code using WordPress > Appearance > customize > Additional CSS
@import url(‘https://fonts.googleapis.com/css?family=Noto+Serif+TC’);
*{
font-family: ‘Noto Serif TC’!important;
} -
AuthorPosts