Digital experiences for all disciplines
New Landing › How can we help? › Atelier › List of bugs
New Landing › How can we help? › Atelier › List of bugs
- This topic has 1 reply, 2 voices, and was last updated 9 years by David Martin – Support.
-
Posted in: Atelier
-
August 11, 2015 at 6:22 am #202575
1. https://gofile.me/6lYKv/p8Osff8s
My image is not fitting the side-panel menu2. https://gofile.me/6lYKv/uunWY3w3
Placeholders have same colour as the input. This is bad usability/ UX. Placeholder-font colour should always be lighter.3. https://gofile.me/6lYKv/Mu2BTQNB
VAT colour and font size etc. has same weight as total price. VAT should always appear secondairy so that total price is heavier/ more visible. This is bad usability/ UX4. https://gofile.me/6lYKv/67iH6sVe
Terms and Conditions text is wrong, and normally you always have the tick-off box to the left. That is where you would expect such box to be. + Left aligned. This is like the “standard”. Where do I change the text and link-text also? Bad translation.5. https://gofile.me/6lYKv/Kk9AMwA2
Send to alternative address is preselected. This is not a woocommerce setting, is it? If is, I cannot find it and hope you can tell me where to change this.6. https://gofile.me/6lYKv/tGFSYMDe
Sign up for newsletter is badly designed, and tick-off box should be aligned center/ in line with text…7. https://gofile.me/6lYKv/KMCKc4zQ
I have the text (Here of VAT (25%)) as my VAT-text. However, you cut off the text, and display it differently in very field.8. https://gofile.me/6lYKv/d8jwv9ij
Shipping text gets cut off in drop down menu. Looks bad9. https://gofile.me/6lYKv/ltrWXNJR
Spelling error in shipped DK translation. Should be Ordrer (plural)10. https://gofile.me/6lYKv/fzj2TQ3Q
The show button should be aligned with text, no?11. https://gofile.me/6lYKv/gxsprqZf
Why does number of items not have its own column instead? I have never seen a setup like this one, and it looks somewhat bad.12. https://gofile.me/6lYKv/l820QYxI
Again the VAT displays differnt.13. https://gofile.me/6lYKv/NCvwZpT3
http://185.31.79.125/~therundk/rikke/ – On this site, all product models have their heads chopped off. I wanted a regular view with padding and full height images. E.g. 250 tall and fixed width which is hardcropped. But I find it very hard to find the correct settings here.14. https://gofile.me/6lYKv/GBjrMVgW
Again I have problems on this site finding correct settings for product-listing. I want to achieve same as above. Fixed height and all products in line, even if image is missing.15. https://gofile.me/6lYKv/cpgGWm7M
Your copyright field screws up on both sides, and insert your own text after mine.16. https://gofile.me/6lYKv/D9W8bGu3
Also, your copyright text is styled pretty bad with wrong size space.17. https://gofile.me/6lYKv/vcNdEZaU
How come cant I keep my right side-panel clear? Why do the products list underneath?Attachments:
You must be logged in to view attached files.August 11, 2015 at 1:49 pm #202766Hi,
Your suppled login details do not work. Please check and update those.
Many of these requests are subjective to your specific needs, as such I would recommend you work with a web developer to assist you with the larger modification you require, we recommend WerkPress.com. That said we are happy to provide you with small CSS amends.
1) Do you mean you want a background image for the left sidebar?
2) Are you referring to the form labels? If so you can change those to match your requirements. Example of a lighter label text:
.woocommerce form #customer_details .form-row label { opacity: 0.5!important; }
3) Should you require to increase your ‘total’ font size, please use this code:
tr.order-total { font-size: 130%!important; }
4) Please use some custom CSS to change this to match your requirements, an example for you:
.woocommerce #payment .terms label { float: right; margin: 0 50px 0 0!important; } .woocommerce #payment .terms input { margin: 8px 12px 0 0!important; } .woocommerce #payment .terms { width: 100%!important; }
5) If you want it to be unchecked, you can change the settings option in WooCommerce > Settings > Shipping > Shipping Destination selecting Default to billing address. Reference WooCommerce documentation: https://support.woothemes.com/hc/en-us/articles/203927693-Uncheck-by-default-Ship-to-a-Different-Address-
6) This looks to be caused by your plugin Mail Chimp for WP, have you added any custom styles that would override our own?
7) Can you enable VAT for the UK also, so as I can test this on your site?
8) Again I cannot test this, I get this: “Det ser ikke ud til at være nogle forsendelsesmetoder tilgængelig. Dobbeltjek din adresse eller kontakt os, hvis du har behov for hjælp.” We can likely provide you some CSS to assist you.
9) You can change this translation, what plugin are you using to do your translations or are you using POEdit?
10) Can you add your correct login details.
11) Should you wish to modify that, you would need to hire a WP developer. We recommend WerkPress.com.
12) What would you like it to look like? A different font size as number 3?
13) When you change the image size, you need to rebuild your thumbnails, use this plugin: https://wordpress.org/plugins/ajax-thumbnail-rebuild/
14) If building a page please install the Swift Framework plugin, you can add the “Products” asset from the page builder.
To change your default shop layout, please navigate to:
a) Theme Options => WooCommerce Options => Shop Options => Product Display Type Gallery
b) Product Display Layout => Grid15) You can remove that from within your Theme Options => Enable Copyright => Off
16) You can change that with some custom CSS, depending on your requirements of course. Example of changed font size:
#copyright .text-left. #copyright .text-right { font-size: 14px!important; }
17) Are you looking to have a right sidebar on the shop? Or Fullwidth products? You can select this Theme Options => WooCommerce Options => Shop Options => WooCommerce Sidebar Config
– David.
-
Posted in: Atelier
You must be logged in and have valid license to reply to this topic.