bigal78
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Catalogue] Pagination IssueI noticed, however, if you enter the shortcode [wp-catalog] on a new page, the pagination work badly, but once clicked a category all works. it would take the help of staff development 🙁
Forum: Plugins
In reply to: [WP Catalogue] Pagination IssueHi johnnygt,
On line 189 and 196 in the wpc-catalogue.php file change
if($term_slug==$slug){ $return_string .= '<a href="?wpccategories='. $term_slug .'=&paged='. $p .'" class="pagination-number" '. $cpage .'">'. $p .'</a>'; } else{ $return_string .= '<a href="?wpccategories='. $term_slug .'=&paged='. $p .'" class="pagination-number">'. $p .'</a>'; } } // end is_home conditionForum: Plugins
In reply to: [WP Catalogue] bug pagination in categoriesyes, I know, is set in 9 products per page, when in a category, I insert more than 9 products at the bottom of the list shows the number of pages, if I wanted to go to page two, where other cars of that list category, the URL that generates the “two page” is wrong, I do see the other products in that category.
just look here: http://www.petrolinirent.com/?wpccategories=emissione-allo-scarico-inferiore-ai-100gkm
and go with the mouse over the second page, the URL that is generated is wrong.
thanks I do not know how to fix it
Forum: Plugins
In reply to: [WP Catalogue] bug pagination in categoriesplease help me 🙁
Forum: Plugins
In reply to: [WP Catalogue] bug pagination in categoriesHi Maeve,
the problem comes when in a category “X” shall be inserted more products and other pages are generated (1-2-3-etc etc), when I go to the “2” on the link generated is wrong. in my website you can see the malfunction: http://www.petrolinirent.com/?wpccategories=emissione-allo-scarico-inferiore-ai-100gkmgrazie Alessio