VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: sjonnielunteren on December 09, 2012, 14:44:25 PM

Title: Pagination page numbers not clickable
Post by: sjonnielunteren on December 09, 2012, 14:44:25 PM
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
Title: Re: Pagination page numbers not clickable
Post by: bytelord on December 10, 2012, 08:52:57 AM
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
Title: Re: Pagination page numbers not clickable
Post by: sjonnielunteren on December 10, 2012, 20:19:52 PM
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
Title: Re: Pagination page numbers not clickable
Post by: bytelord on December 10, 2012, 20:33:37 PM
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
Title: Re: Pagination page numbers not clickable
Post by: sjonnielunteren on December 11, 2012, 11:46:13 AM
Never thought is could be so simple.......

Bytelord... thank you so much!!

Regards,

Sander
Title: Re: Pagination page numbers not clickable
Post by: bytelord on December 11, 2012, 11:51:08 AM
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