Product and Category images don't show

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Dec 15, 2014 10:28 am
Reply with quote
Report this post
Hello, I have a problem with the images of categories and products. They worked perfectly untill I changed the order of the categories, all were number 1 and I numbered them from 1 to 10. And the images don't appear. I tried several methods to fix it from diferent forums bur it doesn't work. The URL is www.mariquillacraze.es.
I have another problem with the cart button, the arrows + and - of the cuantity doen't show.
Thank you.
Marta.
User avatar
Fresh Boarder

teitbite
Tue Dec 16, 2014 7:40 pm
Reply with quote
Report this post
Hi

Please send me an access to ftp. I think I see what is wrong.
User avatar
Moderator

teitbite
Tue Dec 23, 2014 6:33 pm
Reply with quote
Report this post
Hi

I have not received an ftp access from You, just a PM with a question if problem was solved already. Please send it via PM.
User avatar
Moderator

teitbite
Tue Dec 23, 2014 6:36 pm
Reply with quote
Report this post
just found it. Was in a message after the one with a question. Will check it right now.
User avatar
Moderator

teitbite
Tue Dec 23, 2014 7:34 pm
Reply with quote
Report this post
hi

I've added this to /html/com_virtumart/productdetails/default.php line 395

Code: Select all
                  <input type="button" class="quantity-controls quantity-plus quantity_box_button_up"  />
                  <input type="button" class="quantity-controls quantity-minus quantity_box_button_down" />


and this to override.css:

Code: Select all
span.quantity-controls input.quantity-plus {
    background: url("http://www.mariquillacraze.es/components/com_virtuemart/assets/images/vmgeneral/quantity-controls.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0) !important;
    margin-bottom: 2px;
    padding: 0;
}

span.quantity-controls input.quantity-minus {
    background: url("http://www.mariquillacraze.es/components/com_virtuemart/assets/images/vmgeneral/quantity-controls.png") repeat-x scroll 15px 0 rgba(0, 0, 0, 0) !important;
    padding: 0;
}

section img {
    display: block;
}
User avatar
Moderator

GK User
Tue Dec 23, 2014 7:38 pm
Reply with quote
Report this post
Thank you so much for your help!!
Marta.
User avatar
Fresh Boarder

teitbite
Sat Dec 27, 2014 7:36 pm
Reply with quote
Report this post
Hi

No problem :) Glad I could help.
User avatar
Moderator


cron