News:

Support the VirtueMart project and become a member

Main Menu

Not all pages of products accessible

Started by GooRu, January 04, 2015, 21:59:37 PM

Previous topic - Next topic

GooRu

Hi..

I have several categories in my store, and a few that have many products. One has almost 300, and in the front end says there is 30 pages. I can only get to page ten and then I see #### instead of further pages. However if I hover over the space just after the has marks (###) I do get a small highlight area that when pressed does take me to page 11 but it does not actually say or display access to the rest of the pages. What's happening here?

Joomla 2.5.8
VM 2.6.6

[attachment cleanup by admin]
Joomla Web Development, Hosting and site management

GJC Web Design

without a live url everything is just a guess...
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

GooRu

Joomla Web Development, Hosting and site management

GJC Web Design

tehe "Next" code is there

<li><a title="Next" href="/catalog/general-conspiracies/results,11-10" class="next"><i class="uk-icon-angle-double-right"></i></a></li>

but the font-family: "FontAwesome"; that it requires to show an icon isn't loaded so nothing shows

[class*="uk-icon-"]:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
}

this is your template

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation