Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Mobile issues
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Mobile issues
- This topic has 13 replies, 2 voices, and was last updated 8 years by David Martin – Support.
-
Posted in: Neighborhood
-
February 18, 2016 at 5:26 pm #250496
Hi swiftideas team,
I have marked several mobile issues on the screenshot attached.
1) The design of the dropdown filter is not correct.
2) I still have the problem that as soon as my product titles/names are longer than 3 lines the shop look suffers on my iPhone.
3) The site navigation on the product pages is not diplayed correctly.
Attachments:
You must be logged in to view attached files.February 19, 2016 at 3:05 pm #2507121) This looks to display correctly: http://goodtimesdeals.de/produkt-kategorie/snowboardbindungen-men/
2) Can you add the URL for that page? You will need to set a min height for all products to improve the verticle alignment.
3) That is not generated by the theme.
Thanks.
February 19, 2016 at 3:18 pm #2507231) On my desktop everything looks great. But the arrow is white (an not grey) on my iphone.
2) When I open this site on my Iphone: http://goodtimesdeals.de/produkt-kategorie/snowboards-men/page/4
3) Where is this coming from – woocommerce?
February 19, 2016 at 4:20 pm #2507591) The dropdown style is totally different for me, same as a browser. Same even with a cleared cache?
2) The only way to guarantee the vertical heights is using the fixed min height. Example CSS:
@media only screen and (max-width: 767px) { .woocommerce ul.products li.product h3 { font-size: 14px!important; } .woocommerce ul.products li.product .price { font-size: 12px!important; } body.woocommerce ul.products li.product { min-height: 495px !important; margin-bottom: 10px!important; } }
3) Yes, unless you are using a plugin for that?
Thanks.
February 19, 2016 at 4:32 pm #2507691) Hmm, I don’t know what is wrong on my site. Of course I checked the website with a cleared cache, but it still looks like this: IMG_5317-1 (attachment)
2) I used your code, but on my iPhone it still looks like this: IMG_5318-1 (attachment)
Attachments:
You must be logged in to view attached files.February 23, 2016 at 11:28 am #2513871) I can replicate this also now, please test adding this CSS:
select.orderby { border-color: transparent; background-color: #e0e0e0; }
2) The CSS is not added? I can replicate the issue on my iPhone6, please add the CSS in.
Thanks.
February 23, 2016 at 11:37 am #251389Hi David,
1) Perfect, thanks.
2) I have added the code. Could you please check it again?
February 23, 2016 at 11:44 am #251393Great, no problem.
2) – Can you add a WP login, I do not see the code on the front-end for mobile.
Thanks.
February 23, 2016 at 11:49 am #251400This reply has been marked as private.February 23, 2016 at 12:07 pm #251411Thanks, I had to flush your plugin cache, after that it looked fine. The CSS was then pulled through.
– How is it for you?
Thanks.
February 23, 2016 at 12:19 pm #251424Actually everything looks fine now, but is there a way to reduce the big white space between the products (see screenshot)?
Attachments:
You must be logged in to view attached files.February 23, 2016 at 12:23 pm #251427That is the trade off for the above issue.
You could limit that to only certain categories with tall products, such as Male Snowboards ?
Thanks.
February 23, 2016 at 12:28 pm #251432But the images sizes are always the same, the problem was the length of the product names.
February 24, 2016 at 1:12 pm #251765The image height + title height = total product height. Unfortunalty this is the only solution I can provide for this situation.
You could look to detect if is mobile using jQuery, the truncate the titles, however you would need a developer to assist you with that. Good example: http://stackoverflow.com/questions/13828274/how-to-short-truncate-long-products-title-in-woocommerce-category-pages
Thanks,
David. -
Posted in: Neighborhood
You must be logged in to reply to this topic.