ramack / EasyRotate

plugin for Piwigo gallery (PWG)
GNU General Public License v3.0
1 stars 3 forks source link

different themes #1

Open ramack opened 7 years ago

ramack commented 7 years ago

add support for different themes

yurtseverfazli commented 5 years ago

I use the latest version of Piwigo on the url "www.medyastok.com" with the theme "modus". The only problem is with your plugin "easyroate". First to say it is the plugin I need. But I have a problem. When I run the site on my hosting server, the buttons to rotate cannot be displayed on pc or laptop use. On mobile, the words of "EasyRotate" are displayed instead of pics, but they work properly. How can I solve this proplem. I noticed another point that the buttons for rotating are dislayed on the menu over the picture if I run it on my localserver. I need your help.

ramack commented 5 years ago

For the modus them it seems that we should add .easyrotate-ccw-button:before { content: '\21B6'; } / '↶' / .easyrotate-cw-button:before { content: '\21B7'; } / '↷' /

to the CSS in case modus theme is active. Or should that be put into the modus theme?