Jacob N. Breetvelt
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Import export .csvI use this plugin check: https://ww.wp.xz.cn/plugins/plugin-check/
Forum: Plugins
In reply to: [WP Photo Album Plus] Tailoring user experienceCurrently this is not yet possible, but you suggest a usefull improvement, so i will consider it to implement it in a later version.
Forum: Developing with WordPress
In reply to: How to fix this plugin-check errorThank you very much, It works, so now i can also fix the other 80 locations with the same issue.
I noticed that you can not have additional other placeholders when there is an array, so the LIMIT clause i implemented as follows:
(other example)$placeholders = implode( ',', array_fill( 0, count( $photo_array ), '%d' ) ); $the_args = $photo_array; $the_args[] = $skip; $the_args[] = $pagesize; $photos = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM $wpdb->wppa_photos WHERE id IN ($placeholders) LIMIT %d, %d", $the_args ), ARRAY_A );Forum: Plugins
In reply to: [WP Photo Album Plus] Picture of the day – photo sizingThe current release version has
width:100%;height:auto;in the style for the<img>so that should work, at leased this fixed it on my test site.Forum: Developing with WordPress
In reply to: How to fix this plugin-check errorI am the developer of this plugin wp-photo-album-plus and i want to improve it so plugin-check no longer generates errors.
Forum: Developing with WordPress
In reply to: How to determine on what admin menu page we areThanx!
Forum: Everything else WordPress
In reply to: Something wrong in svn reposotory?Thanx, works again
Forum: Plugins
In reply to: [WP Photo Album Plus] Picture of the day – photo sizingInstall this pre-release: https://downloads.wp.xz.cn/plugin/wp-photo-album-plus.9.1.13.001.zip
It will be fixed.Forum: Plugins
In reply to: [WP Photo Album Plus] Website crashing with 100% cpu usageWill get into this, but do not worry about it
Forum: Plugins
In reply to: [WP Photo Album Plus] Website crashing with 100% cpu usageSee my reply just above
Forum: Plugins
In reply to: [WP Photo Album Plus] Website crashing with 100% cpu usageI think this will no longer happen, or maybe only a few times, because it automatically registers physical image sizes into the db.
To make it smooth, run the maintanance proc
Advanced settings -> Maintetance -> III -> Item : Recalculate image sizes
start it as cron job, it will do the job in the background. When finished, your issue should be permanently resolvedForum: Plugins
In reply to: [WP Photo Album Plus] Website crashing with 100% cpu usageI see you found 9.1.13.001
Its ok to run it.
Can you explain me what you did to get the 100% cpu in 9.1.12.007?Forum: Plugins
In reply to: [WP Photo Album Plus] Photo Sequence # descendingCloudflare still blocks me
Forum: Plugins
In reply to: [WP Photo Album Plus] Photo Search WidgetIt shows you the most recent search, so if you made a type, you edit it. A feature rather than a bug.
What is misssing is the magnifier to start the search.
You can easily fix that by adding custom css as follows:.search-submit { display: inline !important; }OR:
Re-download https://downloads.wp.xz.cn/plugin/wp-photo-album-plus.9.1.13.001.zip and install it. I fixed it in this version so it shows the magnifier even on your site
Forum: Plugins
In reply to: [WP Photo Album Plus] Text in thumbnail imagesYou can now download and install this pre-release:
https://downloads.wp.xz.cn/plugin/wp-photo-album-plus.9.1.13.001.zip
It will fix your issue