-
-
Hello code-less, I brought the specular themes and I have a big problem with my portfolio. I wann see all my Items on the first page without paging. I have also a problem with my categories. some of them don’t show my items. there is one category with 23 items and none of them is displayed.
thx for your help. patrick
- This topic was modified 9 years, 9 months ago by VIBEKINGz.
-
Hello,
To remove pagination in portfolio page, please go to file specular\includes\core\codeless_routing.php and find these lines(137):
switch($cl_redata['portfolio_columns']){ case '1': $p_per_page = 3; break; case '2': $p_per_page = 8; break; case '3': $p_per_page = 9; break; case '4': $p_per_page = 12; break; case '5': $p_per_page = 10; break; }
According to the number of columns of your portfolio, change the value above. Example, if you have a three column portfolio, edit these lines:
case '3': $p_per_page = 9; break;
to these:
case '3': $p_per_page = 99; break;
This will show 99 items in a page. Make sure you have chosen all categories. If the issue persists, send us your wp credentials in a private reply. So we can give a closer look.
Best regards!
-
perfect it works!!
I have a second question. How can I sort the portfolio items by release date?
Now it shows me the one I posted at last at the beginning.
there is one more problem. when Im clicking on an item, and I want to click on the previous button, the previous Item can’t be shown.link:
https://blog.vibekingz.com/referenzen%20/bestofblack2006/thx for you help
patrick -
-
-
Hello,
Please reset your permalinks and try again. Let us know.
Best regards!
-
-
Hello,
I noticed you have wrong theme path. the theme should be at folder wp-content/themes/specular. NOT ‘wp-content/themes/Specular/specular’. Maybe this is causing issues.
What plugins do you have installed?
For portfolio items order I suggest you to use any ‘custom post type order plugin’.Best regards!
-
-
Hello,
Sorry for the late reply.
For portfolio items order,please use any ‘custom post type order plugin’.Best regards!
-
You must be logged in to reply to this topic.