News:

Support the VirtueMart project and become a member

Main Menu

Problem with the Down Arrow Picture in Catagory View

Started by swatkins, May 30, 2013, 02:48:35 AM

Previous topic - Next topic

swatkins

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]

swatkins

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...

swatkins

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?