ktecho
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] [Android] Picture opening while scrollingThat’s very nice news to read!!
If you need my opinion of something, just ask.
The full-screen viewer has some glitch too. I don’t know if you need it reported or you’ll change it too.
Forum: Plugins
In reply to: [WP Photo Album Plus] [Android] Picture opening while scrollingYeah, that’s what I mean. You have to be careful not to open one image you don’t want to open.
Almost all the apps works only by touching-then-releasing the picture. The way it works now makes it difficult to scroll down at certain resolutions.
Forum: Plugins
In reply to: [WP Photo Album Plus] [Android] Picture opening while scrollingYou can try it here:
https://www.aalquilar.es/album-de-fotos-de-baiona/
Just scroll down and you’ll see images opening.
Forum: Plugins
In reply to: [WP Photo Album Plus] WordPress loads .js and .css files an all pagesI’ve seen that I make two issues in one. Do you like me to open the “no document.ready” in a different post?
Forum: Plugins
In reply to: [WP Photo Album Plus] WordPress loads .js and .css files an all pagesHi there,
Didn’t knew this feature was in latest version. Very nice feature to have. I was going to make a request for it 🙂
But it doesn’t work in my “My Account” page. I don’t know why. I don’t have any photo album or widget but wppa files are getting loaded.
I was looking into this, because the pluging is causing a problem in my Android not firing the “document.ready” event when the plugin is enabled. Well, it’s firing the event but it lasts for 20 or 30 seconds to fire.
Forum: Plugins
In reply to: [WordPress Social Login] PHP7 compatibilityIt works ok for me, so it should be another thing, not php7
Forum: Plugins
In reply to: [WP Photo Album Plus] Width intermitent problem with thumbnailsJust if you set the IV-A13 option or always?
Forum: Plugins
In reply to: [WP Photo Album Plus] Width intermitent problem with thumbnailsNo, I don’t see it while rotating. It has nothing to do with rotating.
I have iOS and Android apps (that are merely webviews to my website) and the problem appears a lot more in that apps than if I open the same page in the browser. That’s why I think it could be a timming / order issue, because there are some differences. Take this for an example: Chrome uses http/2, but the webview that I’m using (based in Chrome) uses just http/1.1.
Forum: Plugins
In reply to: [WP Photo Album Plus] Width intermitent problem with thumbnailsHi Jacob,
I’ll continue to do testing about this, but it seems the problem gets solved by unchecking the IV-A13 setting. Maybe it changes the order of some .js or something.
So maybe it’s a good idea to put off this option so users don’t check it. I remember checking it while thinking “I think putting .js at the end is better, so click” 🙂
Forum: Plugins
In reply to: [WP Photo Album Plus] Width intermitent problem with thumbnailsHi Jacob. Thanks for your reply.
URL of the album is this one: https://www.aalquilar.es/album-de-fotos-de-baiona/
I have “wppa-utils.min.js” before “wppa.min.js”, if that matters.
I don’t have a plugin that reorders the .js files, so I don’t think something is messing up the things.
I already have the IV-A13 setting enabled. Going to disable it and test again. I’ll come back with the results.
Forum: Plugins
In reply to: [WP Photo Album Plus] Width intermitent problem with thumbnailsYou set the variable to 0 in the header of the page (wppa.js):
var wppaTopMoc = 0;
But then it’s expected that the script at the end of the page sets it to 1 in uploads/wppa/temp/wppa.xx.yy.zz.aa.js:
wppaTopMoc = 1;
Forum: Plugins
In reply to: [WP Photo Album Plus] Some improvementsHey there,
It seems problems were caused by .css being cached or something like that.
– Gray cross. now it appears in my smartphone.
– Rotation works ok.Point 2 is the only one that I can see here: while scrolling down, pictures open if I touch them.
Thanks a lot for the fixups!
Forum: Plugins
In reply to: [WP Photo Album Plus] Some improvements* The display of thumbnails of any kind of virtual album will not have upload or create subalbum links.
— Fixed* The display of the upload and create links can now be set at the top or bottom of the thumbnail area. Table II-D19.
— Works ok. Would be nice to have an id in the link element, so I can apply css to it, but it works ok. Thanks!* Table VIII-A19.x allows you to move all photos from one album to another, without being timed out.
The move does not check for duplicates and does not update timestamps, but it does move sourcefiles if present.
— I’ve not tested this one.* Improved behaviour of ugly browse buttons, both on pc and mobile.
— I don’t know what this is.* Lighbox on mobile now always runs in (padded) fullscreen mode. There is only a quit icon in the upper right corner. You can swipe left/right to browse through the images.
— It works ok, but have a few problems:
1- I cannot see the quit icon, so I cannot close the lightbox.
2- If I rotate the smarphone, the picture doesn’t fit. It moves out of the view.
3- At the beggining, it asks the user it he wants to let the site put fullscreen. This last one is not bad. Would be better to not have that, but is not bad.Forum: Plugins
In reply to: [WP Photo Album Plus] Lightbox with smaller margins on mobileYeah, it would be nice. Because this devices have relatively small screens, I think fullscreen (with back and forward arrows and the X to close) would be the best choice.
Forum: Plugins
In reply to: [WP Photo Album Plus] Lightbox with smaller margins on mobileThanks.
I think this stuff maybe could be better improved using css instead of the hard calculations you make inside the php part. But you have the plugin inside your head, so maybe it’s a lot easier to you 🙂