-
AuthorPosts
-
October 7, 2013 at 4:41 pm #353
Hi,
I’m down to my last 100 images left to upload and almost ready to remove the “Website under Construction” notice on my site – the only thing stopping me is the problem that when moving between pages of search results, whether by keyword or category, the same images keep cropping up on different pages. My portfolio is fairly niche so this happens a lot and makes it virtually impossible for buyers to browse my site without seeing the same pictures over and over again.
I see that other people have noticed the same thing and resolved it by changing some code – however I am a total beginner with WordPress and not keen to get involved in that as I really don’t know what I’m doing.
I really just wanted to know if there’s going to be a fix coming out for this in the near future, as I’m keen to launch officially!
October 8, 2013 at 6:52 pm #3983I’ll try to give this a look. WordPress messes up pagination due to the ranking system. I’m actually thinking of removing the rank system all together.
October 8, 2013 at 7:48 pm #3984@leo wrote:
WordPress messes up pagination due to the ranking system. I’m actually thinking of removing the rank system all together.
Why? Is there a way to fix this? If I knew what was wrong, I might try and fix it.
October 8, 2013 at 7:50 pm #3985Your probably fine. I’m going to put up a thread at WordPress. But generally it seems this method of ordering images by rank is not being properly handled by wordpress itself. I’m going to double check, but it seems to bother a lot of people. I’ll get back on this one.
October 8, 2013 at 7:51 pm #3986@leo wrote:
Your probably fine. I’m going to put up a thread at WordPress. But generally it seems this method of ordering images by rank is not being properly handled by wordpress itself. I’m going to double check, but it seems to bother a lot of people. I’ll get back on this one.
If you can, post a link to the thread and I will try to follow it and do some investigation myself.
October 8, 2013 at 7:57 pm #3987@leo wrote:
I’ll try to give this a look. WordPress messes up pagination due to the ranking system. I’m actually thinking of removing the rank system all together.
Thanks very much Leo, really appreciate it
October 8, 2013 at 7:57 pm #3993I had this problem too, but I dont use the ranking system, its fixed by changing 4 lines of code
October 8, 2013 at 8:00 pm #3988@Semmick Photo wrote:
I had this problem too, but I dont use the ranking system, its fixed by changing 4 lines of code
Can you quickly tell me where those are located again?
October 8, 2013 at 8:26 pm #3989Leo, this is the post AJT sent in MSG
Ron, 2.4.9 had bugs, so I don’t recommend downgrading. You like to edit php files, so maybe when waiting for new version, edit network-manager.php (in symbiostock/inc/classes/network-manager).Go to lines 1477-1500. There will be three times ‘order’ => ‘ASC’, change all to ‘order’ => ‘DESC’.
Then go to comment
//temporary function until everyone has toggled their theme and is equal to or above 2.4.9and below change
if( $image_rank_update == true ){
to
if( $image_rank_update == false ){now you should have old sort order.
This is temporary change, we don’t know, what will be in next versions 🙂
http://kerioakimaging.com - trying to reopen
http://nail-art-at.kerioak.com - Art and Nail ArtOctober 8, 2013 at 8:29 pm #3990Great. Either I’m going to make a “deactivate” option or see if there is a deeper fix which I haven’t found yet.
October 8, 2013 at 8:47 pm #3991@Semmick Photo wrote:
I had this problem too, but I dont use the ranking system, its fixed by changing 4 lines of code
That doesn’t fix the issue. That just changes the sort order to the date. I know that some people like sorting by date, but I would rather sort by rank (without the issue of having images show up multiple times).
October 8, 2013 at 9:11 pm #3994Thats why I mentioned I dont use the ranking system.
October 8, 2013 at 9:12 pm #3995edit network-manager.php (in symbiostock/inc/classes/network-manager).
Go to lines 1489-1520. There will be three times 'order' => 'ASC', change all to 'order' => 'DESC'.
Then go to comment
//temporary function until everyone has toggled their theme and is equal to or above 2.4.9
and below change
if( $image_rank_update == true ){
to
if( $image_rank_update == false ){
now you should have old sort order.October 8, 2013 at 9:24 pm #3992@Semmick Photo wrote:
Thats why I mentioned I dont use the ranking system.
Yes, but then you said:
@Semmick Photo wrote:
…its fixed by changing 4 lines of code
which gave the impression that there was a fix for the issue.
I would like to find out what the actual issue is and fix it. I would rather not use a workaround and change the sort order to the date.
-
AuthorPosts
You must be logged in to reply to this topic.