alegira
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] number of queries…that′s great! thanks!
Forum: Plugins
In reply to: [WP Photo Album Plus] number of queries…hi! one more question is how does it work random order and pagination. Is it possible to find the same image in 2 different pages? When loading another page, is it recalculated the random order again? thanks
Forum: Plugins
In reply to: [WP Photo Album Plus] number of queries…Thanks, that is a really helpful advice: much shorter loading time, and less probable queries to my server… 2 things come to my mind now, the first one not so important: 1) would it be possible to have, let′s say, 12 pagination numbers visible at once?… 2) would it be possible to autoload+autoplay next page at the end of a running slideshow page?
thanks a lot!
Hi! I found the problem that was causing the issue. There where unaccepted characters in the file names. I removed those characters and now is working fine.
Forum: Plugins
In reply to: [Cool Video Gallery] thumbnails moved down and right in 'showcase' viewhere is a link to my gallery, to show what I mean with my previous post…
https://www.hyper-irrealism.com/video-gallery/Forum: Plugins
In reply to: [WP Photo Album Plus] importing images imports photos at various sizesHi! I used dnui-delete-not-used-image-wordpress, a plugin that helps you delete thumbnails, so that after that you can ‘check all’ without any problem… then there is another plugin called ONet-regenerate-thumbnails, that helps you rebuild your thumbnails after you already have created your albums.
Forum: Plugins
In reply to: [WP Photo Album Plus] full screen slide showHi! I was thinking about a presentation mode. Lightbox is really great, but if it could have also a play button to load the next images after a certain time that would surely do it. Just an idea. thanks.
Forum: Plugins
In reply to: [WP Photo Album Plus] recalculate random orderHi! as a normal user, the caching program is the way I found to make sure that the random order of my front page is different in every page load. Before, my browser was showing the exact same order every time I reloaded that page. I was just trying to avoid the browser cache to ensure a new random order.
In your previous post you said how to recalculate a new random order every second, but I think that that doesn′t make the browser to reload the new order if the page is reloaded by the same user. Am I wrong?
Probably want I want o get will provoke long loading times and many queries to my server, what probably is not a good idea. If you could make me any suggestion it would be very welcome. thanks.Forum: Plugins
In reply to: [WP Photo Album Plus] recalculate random orderHi! I got to overpass the browser cache with W3 total cache plugin. Now every time the page is reloaded it is also refreshed. It takes a little longer to load, but random order is different each time you reload the page. At https://dl.dropboxusercontent.com/u/55518176/W%C2%B7%20total%20cahe%20-always%20refresh%20page%20on%20load.php you can download a php file with the W3 total cache configuration for that porpuse, to be imported into the plugin.
Forum: Plugins
In reply to: [WP Photo Album Plus] recalculate random orderHi! I tried inserting this code at my theme header.php to force refreshing content everytime my website is loaded, but it didn′t take effect uppon the wppa content. Could I use something similar in any file of wppa plugin? thanks
<?php
header(‘Expires: Mon, 26 Jul 1997 05:00:00 GMT’);
header(‘Cache-Control: no-store, no-cache, must-revalidate’);
header(‘Cache-Control: post-check=0, pre-check=0’, FALSE);
header(‘Pragma: no-cache’);
?>Forum: Plugins
In reply to: [WP Photo Album Plus] recalculate random orderthanks for the advise. I don′t really know how the random order works, but I can see in 2 different computers that they load exactly in the same order, so that I imagine that the order is set at the server, not at the computers. I wonder if there would be a better way (not so risky in case of several loading requests) by setting a certain period of time at the server to recalculate the random order, independent of loading requests. I don′t know if this makes any sense. Just guessing. thanks
Forum: Reviews
In reply to: [WP Photo Album Plus] much funtional and many possibilitiesyes, I think you were right! too much simplicity at the homepage… I added a random filmstrip + lightbox… please check it out now… https://www.hyper-irrealism.com/
Forum: Reviews
In reply to: [WP Photo Album Plus] much funtional and many possibilitiessimplicity!!…
Forum: Plugins
In reply to: [WP Photo Album Plus] Album ColumnsHi! where could I change the column width specified in Table I-A1? thanks.