Description of products not showned at Virtuemart Quark

Support desk for Multipurpose Quark Theme
GK User
Tue Nov 17, 2015 1:53 am
I am using QUARK with Virtuemart; I have found a bug in the template concerning virtuemart configuration.

I do not want to use REVIEWS so I turned off "Show Review" at "Shopper Review/Rating System" configuration.

The problem is about product description; if review is turned off then description is neither showned.

You may check my screenshots.

Any idea how to solve it?

Thank you.
User avatar
Senior Boarder

GK User
Tue Nov 17, 2015 10:28 am
This is really strange. Are you sure description for your product is not empty?
User avatar
Moderator

GK User
Tue Nov 24, 2015 3:13 am
Hello,

Sorry for late reply.

I am sure IT IS NOT EMPTY; I attach screenshots.
http://arganpuro.es.aceitescosmeticos.es/3ML

If you want I may send you through private message access to backend.

Thank you,

Jacobo
User avatar
Senior Boarder

GK User
Tue Nov 24, 2015 5:50 pm
Please send me a PM with:
1. the URL to your website
2. la ogin and password with admin/super-admin privileges (please create one for me)
3. the ftp data (host, user, password)
4. link to this thread
5. when you have done all above, please write back here.
User avatar
Moderator

GK User
Wed Nov 25, 2015 4:54 am
Hello,

I have sent you through private access information to my website.

Thank you very much for your support,

Jacobo
User avatar
Senior Boarder

GK User
Thu Nov 26, 2015 2:28 am
Ok, I have added that to override and now it is solved; thank you for your support.
User avatar
Senior Boarder

GK User
Thu Nov 26, 2015 2:30 am
Sorry I made a mistake, I posted a copy from other issue.

I have not solved this problem.

Please access my website to check why description is not showned.

Thank you.
User avatar
Senior Boarder

GK User
Fri Nov 27, 2015 5:09 pm
Please verify provided data:
Server said: Login authentication failed

(I cant connect via ftp).
User avatar
Moderator

GK User
Fri Nov 27, 2015 10:39 pm
I have the same problem. Please describe the solution.
User avatar
Senior Boarder

GK User
Fri Nov 27, 2015 11:33 pm
Well, what happen when adding to override.css:
Code: Select all
.cart-summary td hr, .terms-of-service .vm2-termsofservice-icon, #terms-of-service .vmicon.vm2-termsofservice-icon, .vmicon-16-editadd, table.cart-summary td br, #product-tabs-content > div, .productDetails .main-image > .product-overlay
{
 display: none;
}
User avatar
Senior Boarder

GK User
Sun Nov 29, 2015 11:37 am
I'm waiting for @infosistemas ftp data to see whats wrong.
User avatar
Moderator

GK User
Mon Nov 30, 2015 4:12 am
I have sent you again through private message login information. Please let me know when you have a chance to check. Thank you.
User avatar
Senior Boarder

GK User
Mon Nov 30, 2015 3:54 pm
roenen wrote:Well, what happen when adding to override.css:
Code: Select all
.cart-summary td hr, .terms-of-service .vm2-termsofservice-icon, #terms-of-service .vmicon.vm2-termsofservice-icon, .vmicon-16-editadd, table.cart-summary td br, #product-tabs-content > div, .productDetails .main-image > .product-overlay
{
 display: none;
}


It helped me
Code: Select all
#product-tabs-content > div, .productDetails .main-image > .product-overlay {
    display: block !important;
}
User avatar
Senior Boarder

GK User
Mon Nov 30, 2015 7:07 pm
Ok, it looks like a bug in our template. I'll report that to our devteam, but meanwhile you can edit: /templates/gk_quark/css/override.css and add at its end:
Code: Select all
#product-tabs-content > div, .productDetails .main-image > .product-overlay {
    display: block !important;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Dec 01, 2015 5:11 pm
Ok, if you want to fix it correctly, please edit this file:
gk_quark/html/com_virtuemart/productdetails/default.php

find this lines:
Code: Select all
     // if tabs exists
     if(tabs.length && tabs.find('li').length > 1) {

and change it to:
Code: Select all
     // if tabs exists
     if(tabs.length && tabs.find('li').length > 0) {
User avatar
Moderator


cron