Jacob N. Breetvelt
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] Photo search widget – Text missplacedWill be fixed in the next version. Thanx for the report.
Forum: Plugins
In reply to: [WP Photo Album Plus] III: Photo of the day deactivationIf you do not use the potd widget or #potd in photo spec in wppa shortcode it will not bother you.
Why do you want to disable the settings table completely?Forum: Plugins
In reply to: [WP Photo Album Plus] Best settings for mobile phoneYou need no nicescroller anymore because all modern browsers including mobile have already nice (=thin) scrollers.
Make sure you untick Advanced settings -> Layout -> I -> Item 8: Use nicescroller,
Advanced settings -> Advanced miscealleneous -> Item 11: Load nicescroller always and
Advanced settings -> Sytem -> I -> Item 34: Nice scroll on window- This reply was modified 2 weeks ago by Jacob N. Breetvelt.
Forum: Plugins
In reply to: [WP Photo Album Plus] Slideshow: video sound plays on next image tooThanx!
Forum: Plugins
In reply to: [WP Photo Album Plus] Slideshow: video sound plays on next image tooNot on my windows pc using chrome or firefox.
What is the equipment you are using?
Forum: Plugins
In reply to: [WP Photo Album Plus] Slideshow: video sound plays on next image tooI can not reproduce it, neither on your site nor on my testsites.
What do i have to do to see this happen?Forum: Plugins
In reply to: [WP Photo Album Plus] Create an album in the frontendIf your album cover type is standard or imagefactory the album sublinks show up on the album cover, onbly for them whohave sufficient rights to do
like:
Slideshow View 9 galleries (13) and 19 photos (108) Delete Gallery Create sub gallery Upload photo Edit gallery info Download galleryForum: Plugins
In reply to: [WP Photo Album Plus] call to undefined function wp_get_current_user()The function wp_get_current_user() exists already more than 10 years and should be available.
Maybe you have any ‘optimizing’ plugin active that changes the load of wp php files.
Try to deactivate any optimizing plugin to find out what the cause is.Forum: Plugins
In reply to: [WP Photo Album Plus] FTP FolderYou can ftp a tree of folders containing photos to …/wp-content/wppa-depot/<your username>
Using the wppa import function you can import it. The folder structure will be converted to album structure and the photos will be imported into the albums.
Forum: Plugins
In reply to: [WP Photo Album Plus] call to undefined function wp_get_current_user()What wp version do you run?
Here is the doc of the function:
https://developer.ww.wp.xz.cn/reference/functions/wp_get_current_user/
Forum: Plugins
In reply to: [WP Photo Album Plus] Search seems to ignore Custom Data fieldsBasic settings -> Search -> I -> Item 21: Exclude numbers is unticked?
Forum: Plugins
In reply to: [WP Photo Album Plus] Search seems to ignore Custom Data fieldsAre you aware of the fact that custom data only gets indexed when made visible in the description by a keyword like w#cd0 for the first custom field?
Forum: Plugins
In reply to: [WP Photo Album Plus] Search seems to ignore Custom Data fieldsI hotfixed it. Install a fresh download of the current release version.
This should fix it.You may need to run Advanced settings -> Maintenance -> I -> Items 9 and 10 to remake the index.
Pls tell me if it fixes the issue also on your site
Forum: Plugins
In reply to: [WP Photo Album Plus] Thumbnails missing on latest albumsThe security issue had to do with improper sanitization of args in an ajax call, and would be very difficult to take advantage of; you must be a very experienced hacker to cause any danger; so the answer is no.
The drag-drop issue: i could never reproduce and i did not create a fix for it. I suspect some kind of caching on your site.
The ‘Extended filesystem rights check/corrects’ does the following: Upon saving a picture file, its rights will be set to 0644 and the dir where the file is in will be set to 0755, and its dir etc up to …/wp-content/uploads will all be set to 0755 if needed
Forum: Plugins
In reply to: [WP Photo Album Plus] Problem Uploading to new AlbumI just released version 9.1.09.005. If you do an upload now, it will fix possible wrong filesystem rights in the files folder(s) and the file itsself.
To fix the fs rights on existing thumbnails, a remake thumbnail should do it also.