// 1. Change subfolder title on the website
// Remove
function kli_ezg_subfolders_title() {
return ”;
}
add_filter(‘eazyest_gallery_subfolders_title’,’kli_ezg_subfolders_title’);
// 2 3 4 5 6 related to
// http://wordpress.org/support/topic/adding-a-special-htmlphp-string-at-the-end-of-an-image-captiondescription
Thread Starter
tate83
(@tate83)
HI
Thanks for the tip regarding 1.
Which file holds this function?
I will look into the others now.
Thread Starter
tate83
(@tate83)
Hi
I also figured out something about 6.
The << and >> stand for back and next in my theme in single.php. However, there seems to be a huge sorting issue with the plugin.
Let’s say I have 5 pictures:
1
2
3
4
5
When I open picture 3, obviously it should show
<< 2
4 >>
on this single page.
However, it actually shows
2 >>
and no other link to another picture.
For picture 1 it should be
2 >>
but it shows
<< 4
and no other option.
and for picture 2 I get
5 >>
<< 3
Thus sorting is seriously wrong, and shows very special order, even though my order on the page is the same as the order in the media gallery.
When I change the way of sorting in the plugin options to another method, it does not get better.
Did anyone experience the same issue with the current stable version?
Thread Starter
tate83
(@tate83)
Hi
Any update to the sorting problem?
Does anyone else have this as well?
Thread Starter
tate83
(@tate83)
Still waiting for an answer..
Do you have all the same questions, or some of them resolved?
I will try to look into this for you in the weekend.
Thread Starter
tate83
(@tate83)
Thanks for the offer
The issues are mostly solved, but the sorting issue 6 is still there.
cheers
– 6. I’d like to edit the “next” and “previous” picture links since the << and >> are a bit misleading since they show the wrong direction..
See related question:
http://wordpress.org/support/topic/edit-text-on-next-and-previous
Thread Starter
tate83
(@tate83)
Thanks
Can you explain how the order of the displayed images is calculated? It seems to be a different order when looking at an overview page with X pictures, than when looking at the pictures one after the other.
Example:
http://www.dahindenphoto.ch/galerie/portfolio/people/portrait/
and detail
http://www.dahindenphoto.ch/galerie/portfolio/people/portrait/hp-ani-02360/
(next pictures is a different one than the second one on the first page).
Maybe those links are date-based, I will check it for you in the weekend.