News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

I can't see the product name and Qty on mobile

Started by ibd2004, February 08, 2016, 06:58:34 AM

Previous topic - Next topic

VMTemplates.net

Hey, friends, please calm down - it's easy problem. There is no reason to be mad :).
Solution provided by GJC will work as same as my solution. Problem is hidden in the template code. Mentioned quantity fields does not appear because developer put some CSS code which make some fields hidden on devices 767px and smaller.

Please simply make sure you removed the code which has been suggested as a source of an issue.
Using any code editor open  /templates/ja_hawkstore/local/css/themes/violet/extras/com_virtuemart.css file and on line 3310 find 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;
  }


If you want to make only quantity visible just remove this line:
  .view-cart table.cart-summary tr td:nth-child(5),

Or remove all above lines to make all visible on smaller devices.

IMPORTANT! - If you are using any caching solution (3rd party Joomla extension, Joomla cache, Content Delivery Network) you will need to flush it after the change.


Otherwise you can ask for the help a template developer however I'm sure guys from Joomlart will suggest you to do the same ;).
We develop VirtueMart templates since 2008
https://www.virtuemarttemplates.net/
Join the VirtueMart Templates Club today and get an access to over 60 VirtueMart templates
https://www.virtuemarttemplates.net/template-club.html
If you need a custom VirtueMart Template design please visit https://www.virtuemarttemplates.net/custom-virtuemart-template-design.html
Visit our new shop https://demo.virtuemarttemplates.net/
Join the VirtueMart Templates Club, purchase the template or order one of our services like Hosting, Website Maintenance, Security and Optimization, Template Customization and more

ibd2004

Thank you for your reply and efforts to help me solve this.
I have removed all those lines plus added the line

.view-cart table.cart-summary tr td:nth-child(5) { display: block !important; }

and recheck from a different mobile device.

And its the same, as you can see in the attach image the qty colum is empty and the rest colums can't be seen at all.

Can you please from your device if you can see the qty properly and the product name?
Many thanks again

VMTemplates.net

Ibd - just checked your website in different web browser and the code still exists.
So, if you are sure you make the changes in mentioned files then the only what could still keep it is your cache. Do following:

1. Go to your Joomla Administrator Panel and select System -> Clear Cache and ... clear cache :)

2. As far I remember Joomlart templates using also some caching for CSS files. Please go to Extensions -> Templates --- select your template and find any CLEAR CACHE button. Hope I good remember ;)

3. If you have any 3rd party caching solutions then you should be able to flush them in Components -> COMPONENT NAME

4. If your server uses any caching solution contact your server provider and ask if they can flush it for you or explain you how to do this. Usually they are nice guys so, will be happy to help you ;).

5. If you are using any Content Delivery Network or any security solution (ie. incapsula or sucuri) then you need to log in to the panel and also clear the cache
We develop VirtueMart templates since 2008
https://www.virtuemarttemplates.net/
Join the VirtueMart Templates Club today and get an access to over 60 VirtueMart templates
https://www.virtuemarttemplates.net/template-club.html
If you need a custom VirtueMart Template design please visit https://www.virtuemarttemplates.net/custom-virtuemart-template-design.html
Visit our new shop https://demo.virtuemarttemplates.net/
Join the VirtueMart Templates Club, purchase the template or order one of our services like Hosting, Website Maintenance, Security and Optimization, Template Customization and more

ibd2004

Thank you very much - in worked this time, i guess i removed it from the wrong theme early.
I have the site in his RTL version http://www.diamondshield.co.il/order-diamond-shield-online

I tried to find the theme for that one and to remove the code like i did in LTR but i am have difficult with it.

I removed the lines from here /public_html/templates/ja_hawkstore/css/rtl/blue
But this still the same (Im checking from proxy server).

Many thanks again!
Itai

ibd2004

Well i think the corect file path is /public_html/templates/ja_hawkstore/local/css/rtl/blue/extras
Changed as well but still....
Its driving me crazy...

VMTemplates.net

Hi Itai,

well actually it now works for me :) so, it seems you finally removed this in correct file :D.
Just clear your browser cache and see

Good day!
We develop VirtueMart templates since 2008
https://www.virtuemarttemplates.net/
Join the VirtueMart Templates Club today and get an access to over 60 VirtueMart templates
https://www.virtuemarttemplates.net/template-club.html
If you need a custom VirtueMart Template design please visit https://www.virtuemarttemplates.net/custom-virtuemart-template-design.html
Visit our new shop https://demo.virtuemarttemplates.net/
Join the VirtueMart Templates Club, purchase the template or order one of our services like Hosting, Website Maintenance, Security and Optimization, Template Customization and more


VMTemplates.net

We develop VirtueMart templates since 2008
https://www.virtuemarttemplates.net/
Join the VirtueMart Templates Club today and get an access to over 60 VirtueMart templates
https://www.virtuemarttemplates.net/template-club.html
If you need a custom VirtueMart Template design please visit https://www.virtuemarttemplates.net/custom-virtuemart-template-design.html
Visit our new shop https://demo.virtuemarttemplates.net/
Join the VirtueMart Templates Club, purchase the template or order one of our services like Hosting, Website Maintenance, Security and Optimization, Template Customization and more

ibd2004

Im so glad to know that.
May i use your help for one last issue i have? (i hope its ok with you)

In this site i can't see the + and - images in the cart how can i get them to show?

http://www.jisrael.co.il/%D7%9E%D7%95%D7%A6%D7%A8%D7%99%D7%9D/instantly-ageless/%D7%A8%D7%9B%D7%99%D7%A9%D7%AA-10-%D7%99%D7%97%D7%99%D7%93%D7%95%D7%AA-%D7%A7%D7%A8%D7%9D-%D7%A2%D7%99%D7%A0%D7%99%D7%99%D7%9D-ageless

Many thanks my friend!

VMTemplates.net

I'm getting a number of issues at this page - +/- buttons does not appear due a missing files. Please see the report:

Failed to load resource: the server responded with a status of 404 (קטגוריה לא נמצאה)
http://www.jisrael.co.il/components/com_virtuemart/assets/css/vm-rtl-reviews.css?vmver=9058 Failed to load resource: the server responded with a status of 404 (קטגוריה לא נמצאה)
http://www.jisrael.co.il/components/com_virtuemart/assets/css/vm-rtl-site.css?vmver=9058 Failed to load resource: the server responded with a status of 404 (קטגוריה לא נמצאה)
%D7%A8%D7%9B%D7%99%D7%A9%D7%AA-10-%D7%99%D7%97%D7%99%D7%93%D7%95%D7%AA-%D7%A7%D7%A8%D7%9D-%D7%A2%D7%99%D7%A0%D7%99%D7%99%D7%9D-ageless:649 Uncaught SyntaxError: Unexpected token )
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('http://www.jisrael.co.il').
chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js Failed to load resource: net::ERR_FAILED
base.js:3525 SVG's SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.
chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js Failed to load resource: net::ERR_FAILED
chrome-extension://pkedcjkdefgpdelpbcmbmeomcjbeemfm/cast_sender.js Failed to load resource: net::ERR_FAILED
chrome-extension://fjhoaacokmgbjemoflkofnenfaiekifl/cast_sender.js Failed to load resource: net::ERR_FAILED
http://www.jisrael.co.il/components/com_virtuemart/assets/css/vm-rtl-common.css?vmver=9058 Failed to load resource: the server responded with a status of 404 (קטגוריה לא נמצאה)
http://www.jisrael.co.il/components/com_virtuemart/assets/css/vm-rtl-reviews.css?vmver=9058 Failed to load resource: the server responded with a status of 404 (קטגוריה לא נמצאה)
http://www.jisrael.co.il/components/com_virtuemart/assets/css/vm-rtl-site.css?vmver=9058 Failed to load resource: the server responded with a status of 404 (קטגוריה לא נמצאה)


Looking at VirtueMart CSS files - they doesn't provide RTL version for missing files so, if your template doesn not provide RTL support then it may be necessary to create a copies of these files

http://www.jisrael.co.il/components/com_virtuemart/assets/css/vm-ltr-common.css
http://www.jisrael.co.il/components/com_virtuemart/assets/css/vm-ltr-reviews.css
http://www.jisrael.co.il/components/com_virtuemart/assets/css/vm-ltr-site.css

and save them RTL:

http://www.jisrael.co.il/components/com_virtuemart/assets/css/vm-rtl-common.css
http://www.jisrael.co.il/components/com_virtuemart/assets/css/vm-rtl-reviews.css
http://www.jisrael.co.il/components/com_virtuemart/assets/css/vm-rtl-site.css

Hope this helps
We develop VirtueMart templates since 2008
https://www.virtuemarttemplates.net/
Join the VirtueMart Templates Club today and get an access to over 60 VirtueMart templates
https://www.virtuemarttemplates.net/template-club.html
If you need a custom VirtueMart Template design please visit https://www.virtuemarttemplates.net/custom-virtuemart-template-design.html
Visit our new shop https://demo.virtuemarttemplates.net/
Join the VirtueMart Templates Club, purchase the template or order one of our services like Hosting, Website Maintenance, Security and Optimization, Template Customization and more

ibd2004


VMTemplates.net

We develop VirtueMart templates since 2008
https://www.virtuemarttemplates.net/
Join the VirtueMart Templates Club today and get an access to over 60 VirtueMart templates
https://www.virtuemarttemplates.net/template-club.html
If you need a custom VirtueMart Template design please visit https://www.virtuemarttemplates.net/custom-virtuemart-template-design.html
Visit our new shop https://demo.virtuemarttemplates.net/
Join the VirtueMart Templates Club, purchase the template or order one of our services like Hosting, Website Maintenance, Security and Optimization, Template Customization and more

ibd2004

I'm not sure if its proper to do that but is it possible that i will pay you for
fixing up the product page view like in the image attached? (ther eis image NOW and NEW).
Thank you!


VMTemplates.net

We develop VirtueMart templates since 2008
https://www.virtuemarttemplates.net/
Join the VirtueMart Templates Club today and get an access to over 60 VirtueMart templates
https://www.virtuemarttemplates.net/template-club.html
If you need a custom VirtueMart Template design please visit https://www.virtuemarttemplates.net/custom-virtuemart-template-design.html
Visit our new shop https://demo.virtuemarttemplates.net/
Join the VirtueMart Templates Club, purchase the template or order one of our services like Hosting, Website Maintenance, Security and Optimization, Template Customization and more