News:

Support the VirtueMart project and become a member

Main Menu

Pagination page numbers not clickable

Started by sjonnielunteren, December 09, 2012, 14:44:25 PM

Previous topic - Next topic

sjonnielunteren

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

bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

sjonnielunteren

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

bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

sjonnielunteren

Never thought is could be so simple.......

Bytelord... thank you so much!!

Regards,

Sander

bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!