VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: antshine on December 12, 2012, 05:34:36 AM

Title: Prev / Next links error
Post by: antshine on December 12, 2012, 05:34:36 AM
Hello,
my virtuemart v2 for the products in previous / next buttons text links are overlapping and I can't read or click on them.

this is the example:
http://www.shine-graffix.com/products/3/motorcycle-wheel-stripes (http://www.shine-graffix.com/products/3/motorcycle-wheel-stripes)

can any one help me and tell me how to fix this or where can I fix it? Please help!?!?
Title: Re: Prev / Next links error
Post by: bytelord on December 12, 2012, 10:51:10 AM
Hello,

This is caused by your joomla template and is not related to vm2. You could use firebug to examine your site code and styling. Also would be nice to search the forum before you post because only me i have replied on the same issue over 100 times!!

To your issue now:

You joomla template is styling ul/ul with its way, that is stupid and wrong.

First the file templates/shinegr2/css/template.css around line 1688

.art-postcontent li {
    color: #3B3B3B;
    font-size: 12px;
    margin: 5px 0 5px -15px;
    padding: 0 0 0 12px;
}

Remove or modify the red line ...

Also on the same file around line 1710 you place a bullet image:


.art-postcontent ul > li {
    background-image: url("../images/postbullets.png");
    background-position: left top;
    background-repeat: no-repeat;
    overflow-x: visible;
    overflow-y: hidden;
    padding-left: 12px;
}

modify as you wish ...

Use firebug to examine you site code and css styling: https://forum.virtuemart.net/index.php?topic=102850.0

Regards
Title: Re: Prev / Next links error
Post by: antshine on December 13, 2012, 06:17:09 AM
Thanks for the help !!

sorry about that, I am new in this forum I didn't were to put the post.
I searched but i didn't find any like my issue. now I know that it wasn't my virtuemart.

thanks a lot!