News:

Support the VirtueMart project and become a member

Main Menu

Next button in category view doesn't work

Started by ibanezs, November 14, 2012, 14:15:56 PM

Previous topic - Next topic

ibanezs

Hey!

I have an error and i don't know how to fix it.

On the category view page, when i click the next page buttons, nothing happens.

Any idea hot to fix this problem? Here's the site:

http://www.pecsiora.hu/index.php?option=com_virtuemart&view=category&virtuemart_category_id=14

I am using Joomla! 2.5.1 and Virtuemart 2.0.14

Thanks in advance!

bytelord

Hello,

You are using a commercial template, please read the following: http://forum.virtuemart.net/index.php?topic=108212.0.

Your issue related to javasctipt conflicts and to your custom vm template/joomla template.

As i see working with firebug you have some javascript conflicts, except of you are loading a lot of scripts, also you are loading jquery more than once, please remove some jquery instanses from loading inside your page header from your template or from custom modules.

<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js">
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js">
<script type="text/javascript" src="http://www.pecsiora.hu/components/com_virtuemart/assets/js/jquery.ui.autocomplete.html.js">
<script type="text/javascript" src="http://www.pecsiora.hu/components/com_virtuemart/assets/js/jquery.noConflict.js">
<script type="text/javascript" src="/components/com_virtuemart/assets/js/vmsite.js">
<script type="text/javascript" src="/components/com_virtuemart/assets/js/facebox.js">
<script type="text/javascript" src="/components/com_virtuemart/assets/js/vmprices.js">
<script type="text/javascript" src="/media/system/js/mootools-core.js">
<script type="text/javascript" src="/media/system/js/core.js">
<script type="text/javascript" src="/media/system/js/modal.js">
<script type="text/javascript" src="/media/system/js/mootools-more.js">
<script type="text/javascript" src="http://www.pecsiora.hu/modules/mod_accordeonck/assets/mod_accordeonck.js">
<script type="text/javascript">
.
.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript">

So your should remove some jquery instanses, i think jquery 1.4.4 is loaded by your template, please remove it. If you don't know how please have a look on the following links and also contact your template provider for assistance.

Use firebug to examine your site code and styling .. also for checking js conflicts ...
http://forum.virtuemart.net/index.php?topic=102850.0

Javascript conflicts:
http://dev.virtuemart.net/projects/virtuemart/wiki/General_JS-Problems_with_templates_and_jQuery
http://dev.virtuemart.net/projects/virtuemart/wiki/JavascriptCSS_Template_Overrides_and_Avoiding_Conflicts_between_Libraries

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!

ibanezs

I have removed it ut nothing happened. Do you have any idea?

bytelord

Hello,

You have disable both instances of jquery, enable vm jquery back. Unload only the template one that you already did.
As i see that button runs javascript. This is because of your custom template (something like ajax pagination), please try without overrides and use firebug to examine better your site conflicts.

Your issues are related to javascript.

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!