Shape 5

Joomla Templates => Incline - Club => : cmtrig December 14, 2015, 11:06:17 AM



: Virtuemart 3 Cart Icons Missing
: cmtrig December 14, 2015, 11:06:17 AM
Hey guys, I have VM3 on an Incline template, when viewing the Cart, the icons for the update cart qty and delete items are missing, and the buttons do not line up correctly (could be why the sprite won't display). Can you tell me a fix for this?
http://www.flyteskool.ws/index.php?option=com_virtuemart&view=cart&Itemid=114&lang=en
I have googled it, read through all the forums and shook my fist at the heavens, all to no avail.
Joomla 3.4.6
VM3
Incline Template
4.0.0 - Current version of Vertex

**UPDATE** - I made the QTY column a little bigger and now the buttons fit in the column, but the icons themselves are still hidden. Could this be a Z-Index issue? There are no errors in Firebug, my JS seems to work fine.


: Re: Virtuemart 3 Cart Icons Missing
: mikek December 15, 2015, 09:57:29 AM
Hello,

In the template's index.php file around line 38 find this section of code:

#s5_register, #s5_login, .s5_tab_show_slide_button_active, .s5_tab_show_slide_button_inactive:hover, a.pager, button, .button, a.readon, .highlight_text_box, .pagenav a, #s5_accordion_menu h3.s5_am_open, .s5_ls_readmore, .module_round_box-highlight, .module_round_box-highlight_title .s5_mod_h3, .readmore a, .overlay_hover_outer .overlay_hover_inner {
background:#<?php echo $s5_highlightcolor; ?> !important;
}

And remove the "button" call from that area. It's aobut the 6th or 7th one in.


: Re: Virtuemart 3 Cart Icons Missing
: cmtrig December 15, 2015, 10:44:16 AM
That did the trick, thanks!