VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: GooRu on January 04, 2015, 21:59:37 PM

Title: Not all pages of products accessible
Post by: GooRu on January 04, 2015, 21:59:37 PM
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]
Title: Re: Not all pages of products accessible
Post by: GJC Web Design on January 05, 2015, 00:50:21 AM
without a live url everything is just a guess...
Title: Re: Not all pages of products accessible
Post by: GooRu on January 05, 2015, 05:06:44 AM
Quote from: GJC Web Design on January 05, 2015, 00:50:21 AM
without a live url everything is just a guess...

Hi I think you are asking for the URL?

http://conspiracyking.com/catalog/general-conspiracies
Title: Re: Not all pages of products accessible
Post by: GJC Web Design on January 05, 2015, 12:00:16 PM
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