Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"forward" sign does not work, "backwards" flash even not visible #7

Closed
nudelkiste opened this issue Mar 3, 2019 · 6 comments
Closed

Comments

@nudelkiste
Copy link

Maybe it is easiest to explain my problem if you check out my page:
https://sfinp.de/album/index.php?/category/von-oben

There are a couple of spheres.
Just click on a photo which is before one of the spheres and you'll recognize two flashes on the left and right side of the image to go forward and backward.
Click on the forward sign to see the sphere.
There will be the forward sign visible, but the backward sign is not.
Unfortunately the forwards-sign is even not clickable.

All this looks to me as an issue of z-index trouble, but maybe it is something completely different. I am not that experienced in CSS programming, that's why I ask for help here.

Just for Info: I use the plugin VideoJS which causes me a similar problem.
The backward flash is missing while the forward flash is visible. But in the Video, the forward flash remains functional.
example:
https://sfinp.de/album/picture.php?/87/category/von-oben

looking forward to fix this little issue, as I love the tool - thanks a lot for sharing it.

@mistic100
Copy link
Owner

This is a problem with Stripped theme itself : if you reduce the width of your browser you will see the "backward" button always goes under the photo, even for standard ones.

screenshot_2019-03-03 2019-01-20 seenplatte wortwortlich schone fotos in perl sans frontiere - inventaire des photos

@nudelkiste
Copy link
Author

Well, this explains why the backward button disappears, but does it explain why the forward-button is dysfunctional while showing spheres?

@mistic100
Copy link
Owner

Yes, same issue, adding "z-index: 100" to both buttons solves everything.

@nudelkiste
Copy link
Author

nudelkiste commented Mar 3, 2019

did it - many thanks for hinting me to the right topic

themes/stripped# vi theme.css
#imgnext, #imgprev {
position: absolute;
height:150px;
width:20px;
top:50%;
margin-top:-75px;
z-index: 100;
}

@mistic100
Copy link
Owner

mistic100 commented Mar 3, 2019

Please notify the theme author (on Piwigo forum) in order to fix it for everyone.


And be aware that you modified a file which is subject to be overwritten by automatic updates.

@nudelkiste
Copy link
Author

nudelkiste commented Mar 3, 2019

Was not able to figure out how to contact them directly.
So I posted the issue in the Forum:
https://piwigo.org/forum/viewtopic.php?pid=172747#p172747

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants