VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: swatkins on May 30, 2013, 02:48:35 AM

Title: Problem with the Down Arrow Picture in Catagory View
Post by: swatkins on May 30, 2013, 02:48:35 AM
Please see the attached png for the example of my problem. New install of Joomla 2.5 and VM 2 .

The down arrow appears in all of the Category names and is over laying the first few letters of each entry.  I have looked for the code to just remove the arrow but I have struck out...

Thanks for any help!


[attachment cleanup by admin]
Title: Re: Problem with the Down Arrow Picture in Catagory View
Post by: swatkins on May 31, 2013, 19:35:58 PM
Does anyone know where that picture of the arrow is kept?  I have looked through all the VM images and have not located it..

Firebug just shows the main block but does not give me any idea where the picture is located or what calls it...
Title: Re: Problem with the Down Arrow Picture in Catagory View
Post by: swatkins on June 01, 2013, 05:14:45 AM
Looking through all the views I can only find this code that I think relates to my problem..

  // Show the vertical seperator
            if ($iCategory == $categories_per_row or $iCategory % $categories_per_row == 0) {
                $show_vertical_separator = ' ';
            } else {
                $show_vertical_separator = $verticalseparator;
            }

I can find little information on this 'verticalseparator'.. Any ideas?