This topic has 83 replies, 5 voices, and was last updated 8 years, 4 months ago ago by Jack Richardson
Hello,
3.1. Create a row with needed elements and copy the code from your home page editor.
5. Sorry, but there is no such option in the theme.
6. For single product page use this code:
.product-name {
font-size: 20px;
}
.short-description table td {
font-size: 10px;
}
and for shop page:
.products-grid .product .product-name {
font-size: 18px;
}
Regards,
Eva Kemp.
Hello, thanks,
please see attached :
Hello,
Original image sizes are these:
http://prntscr.com/bqasn2
Sorry, but I can’t know what Woocommerce settings they used.
Try to use this code in child style.css for single product image:
@media (min-width: 1200px) {.main-image-slider, .main-image-slider img {
height: 600px;
}}
Best regards,
Jack Richardson.
Now it looks a bit better. Thanks
Next problem. On the emails that are sent on processing and completed orders the image thumbnails looks very tiny and very blurry. I set the settings in wocommerce and i regenerated thumbnails but the images on the emails look very bad. Can you help ?
Hello,
Sorry, but in this case you have to contact Woocommerce support because order emails are configured by their team.
Regards,
Eva Kemp.
Okay. A few more questions and hopefully we can close the topic! So far you are the best!
1. On mobile homepage the menu footer we created “about, contact…” has a lot of white space before it. Can we make the gap smaller?
2. On home page the footer logo has a lot of white space before it. Can we make it smaller?
3. I can’t manage to make the homepage/shop page/related products thumbnails to look a bit smaller, can we make it via coding?
4. Also the related product thumbnails on mobile they look bigger than the product image so we need to make them smaller on mobile too.
5. On mobile Single product page the product title breaks in 2 lines. Can we make it into 1 line?
6. On single product page, on the image there are arrows ( left and right ). How can i change the arrow color, background color, arrow hover color and bg hover color ?
7. Same as 6 but for the thumbnails below the image.
Thanks so much!!
submitting our new login details private
Can you also please update our theme to your latest? I am afraid if i do it with all the changes you did we will do something wrong and lose them. For you it should be easy.
Hello,
1. Use this css code:
@media (max-width: 767px) {
.page-content, .page-content .content {
margin-bottom: 0 !important;
}
}
2. Done, check it now please.
3, 4. To change thumbnails sizes go to Woocommerce > Settings > Products > Display and set needed size values and then regenerate thumbnails.
5. Try this css code:
@media (max-width: 480px) {
.product-name {
font-size: 20px;
}
}
Set the value to your needs.
6, 7. Use the following css code:
.single-product-page .flex-direction-nav .flex-next::before,
.single-product-page .flex-direction-nav .flex-prev::before {
color: red;
background-color: grey;
}
.single-product-page .flex-direction-nav .flex-next:hover::before,
.single-product-page .flex-direction-nav .flex-prev:hover::before {
background-color: green;
}
Change color values to your needs.
Can you also please update our theme to your latest? I am afraid if i do it with all the changes you did we will do something wrong and lose them.
To update the theme follow the instruction below.
Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ and it’ll be reuploaded from a new theme package.
Don’t forget to create back up of your files and database before starting update process!
Best regards,
Jack Richardson.
All the codes you gave me so far fixed the white space on the homepage but on every other page the things we fixed on homepage still have white space on them. Can you help?
Also about the theme update. I have modified the email templates of woocommerce and uploaded them in the child theme. Can you help with the theme/woocommerce update so i don’t lose the email templates and/or all the changes you help me with in the website ?
Hello,
All the codes you gave me so far fixed the white space on the homepage but on every other page the things we fixed on homepage still have white space on them. Can you help?
Please give us direct page links where you want to decrease/remove white spaces.
Also about the theme update. I have modified the email templates of woocommerce and uploaded them in the child theme. Can you help with the theme/woocommerce update so i don’t lose the email templates and/or all the changes you help me with in the website ?
If you move all your customizations into child theme you won’t lose them after theme update.
Don’t forget to create back up of your files and database before starting update process!
Best regards,
Jack Richardson.
About the pages on all pages because the changes are for the footer stuff, so all pages should have the same footer.
Can you please update the theme for me and woocommerce? I am begging you!
Hello,
Try the following css code:
.page-content {
margin-bottom: 0px !important;
}
Don’t forget to clear browser and server cache before checking.
Can you please update the theme for me and woocommerce? I am begging you!
Please confirm that you have backup of your site files and database and we will help you to update the theme.
Best regards,
Jack Richardson.
code did not work. I cleared server cache and browser cache.
I believe i have backed up my website with the updraftplus plugin. When you update the theme please don’t forget to also update woocommerce but don’t lose my email ( processing , completed ) changes i made.
Thanks so much!
Also if possible update visual composer too because i am afraid to update it with all the coding you did on it!
Hello,
The code I gave you is working as it should http://prntscr.com/bsb2p0
I’ve updated the theme and mentioned plugins as requested.
Best regards,
Jack Richardson.
The code is not working, I can still see white space above logo footer on mobile on all pages.
After your update i have the following notice :
WooCommerce Data Update – We need to update your store’s database to the latest version.
What do i do for it ?
Also now after the update you did , when i try to save a new order from the admin i get the following error ( see attached ) :
If i refresh the page and save again, i dont see the error, can you fix it ?
Hello,
I can still see white space above logo footer on mobile on all pages.
Please check it now.
WooCommerce Data Update – We need to update your store’s database to the latest version.
Press the button “Run the updater”.
when i try to save a new order from the admin i get the following error
As you can see from the error message it’s related to your child theme customization, so you need to check your code in the mentioned file. Also I was trying to replicate the issue with order saving but there were no any errors.
Best regards,
Jack Richardson.
Thanks for the two fixes.
About the 3rd problem to replicate the problem you need to go to:
orders>add new order>fill up the related fields. In the actions when you click processing and then save it you will get the error. If you refresh the page and re-save it , it doesn’t show the error.
Can you please fix it for us ? We are desperate to go live and we can’t !
Hello,
I was able to create and save test order without any errors http://prntscr.com/bspkh2
Best regards,
Jack Richardson.
You have to create a brand new order not an existing one. I am replicating the problem still. Can you help fix it ?
When i make a new order ( NOT AN EXISTING ONE ) and fill up all the fields and put processing and save it i get the error in attached. The emails are fired but i get the error
Hello,
You need to check your custom code you added in child theme in the wp-content/themes/legenda-child/woocommerce/emails directory.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up