Hi,
I've set up a webshop and i have the following problem:
Once clicked on a category, there is a page navigation. The next, end, start buttom can be clicked but not on the page number it self. A few customers has complained about this.
Can anyone help me out with this one?
www.rubyandrose.nl
Regards,
Sander
Hello,
Forgot to mention your joomla and vm2 versions ...
Try to clean your browser cache and try the following:
Please follow this: http://forum.virtuemart.net/index.php?topic=109043.0
If doesn't work try this: http://forum.virtuemart.net/index.php?topic=104709.msg364194#msg364194
btw, any live url to check it?
Regards
Hi Bytelord,
Joomla: 2.5.4
VM: 2.0.14
The live url is: www.rubyandrose.nl
Just hit webshop, select 'Armbanden' and you will see the navigation. When i look at the source code, there are no hyperlinks added to the page numbers.
Kind regards,
Sander
Hi,
This is not related to vm2 ... this is related to your joomla template ... have some css stupid attributes inside http://www.rubyandrose.nl/templates/ruby_test17/css/template.css at line 1365
.art-postcontent li {
color: #290016;
font-size: 14px;
margin: 5px 0 0 -15px;
padding: 0 0 0 13px;
text-align: justify;
}
Delete the red line ....
Use firebug to examine your site code and styling : http://forum.virtuemart.net/index.php?topic=102850.0
Regards
Never thought is could be so simple.......
Bytelord... thank you so much!!
Regards,
Sander
Yeap :)
Some commercial or free joomla templates mess up everything :)
Always use firebug to examine your site, will help you tor resolve similar or more complex issues very quick.
Regards