-
AuthorPosts
-
7of9 Friend
7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
March 19, 2015 at 6:02 am #204814Hi,
One more problem.
Mobile Cart does not display title of items, quantity, or remove item icon. It only displays the price.
Please have a look at the following picture:Please advise.
Thanks in advance.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
7of9 Friend7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
March 20, 2015 at 8:24 pm #563986Hi @adam ,
I removed the css in question, however that did not resolve the problem, as you can see from the following picture. It only removed my custom colors.
Please advise.
Thanks in advance.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
March 23, 2015 at 8:37 am #564209Hi @7of9,
Since your site is heavily cached, look like you only see the cache version. Please make sure you disable CSS compression in template, disable CSS compression in JCH Optimize, clear your Joomla! / browser cache and recheck.
For your information, the code which cause this problem is :
.view-cart table.cart-summary tr th:nth-child(2),
.view-cart table.cart-summary tr td:nth-child(2),
.view-cart table.cart-summary tr th:nth-child(5),
.view-cart table.cart-summary tr td:nth-child(5),
.view-cart table.cart-summary tr th:nth-child(6),
.view-cart table.cart-summary tr td:nth-child(6),
.view-cart table.cart-summary tr th:nth-child(3),
.view-cart table.cart-summary tr td:nth-child(3) {
display: none;
}1 user says Thank You to Adam M for this useful post
7of9 Friend7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
March 24, 2015 at 6:26 am #564363Hi @adam M ,
Thanks for your reply.
I have unistalled JCH Optimize, because it was creating problems.
However, I checked the original files of the template’s quick start and found out that this code actually exists in them. So I think it’s a template bug.
Furthermore, I have applied the following solution to resolve the problem:
1. Open file: /templates/ja_hawkstore/less/extras/com_virtuemart.less
2. Go to line: 3844
3. The block of code should look like this:
.view-cart table.cart-summary tr th:nth-child(2),
.view-cart table.cart-summary tr td:nth-child(2),
.view-cart table.cart-summary tr th:nth-child(5),
.view-cart table.cart-summary tr td:nth-child(5),
.view-cart table.cart-summary tr th:nth-child(6),
.view-cart table.cart-summary tr td:nth-child(6),
.view-cart table.cart-summary tr th:nth-child(3),
.view-cart table.cart-summary tr td:nth-child(3) {
display: none;
}
4. Remove the last line that reads: display: none;
5. Save
6. Clear Server Cache
7. Go to Default template and Compile Less to Css
8. Clear your browser Cache and reload the page and you are set.Thanks again for your help solving this. However I did not manage to show the price, tax and discount. The problem is in all Carts versions, rather than in mobile only. Please check the following picture to see what I mean. I would appreciate for any help solving this.
Thanks in advance.
EDIT: I found no way to display the missing data, so I removed them from the cart. Now the cart looks much better in desktop and in mobile mode. Please take a look at the following picture. If anybody is interested how to do it, I could post the instructions.
Desktop Cart:Mobile Cart:
- AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)
This topic contains 6 replies, has 2 voices, and was last updated by Adam M 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Mobile Cart does not display title of items, quantity, or remove item icon.
Viewing 6 posts - 1 through 6 (of 6 total)