bermannyc
Forum Replies Created
-
I think it could be something related to the cache not being emptied. I know there’s been some problems with Next Gen post 2.0 update so maybe this is one of them? There was a new beta released with some cache related fixes so this could possibly be one of them?
Hi
Was this issue ever resolved? I am experiencing a similar problem. “Random” pictures repeat on reloading the page AND in different browsers. Strange. I wonder if there’s something that needs to be cleared every time the page loads?
The code I am using on my front page (www.brianbermanphoto.com) is:
[ngg_images tag_ids=”front” order_by=”rand()” display_type=”photocrati-nextgen_basic_singlepic”]
It’s basically supposed to select a random image from all images with the tag “Front” on it.
Any help is greatly appreciated
Brian
also, I’ve tried using random_max’1′ in place of the order_by short code and that also doesn’t work.
Hi
I’m having problems with the code here. Currently I’m using this code on my front page:
[ngg_images tag_ids=’front’ order_by=’rand()’ display_type=’photocrati-nextgen_basic_singlepic’]
It’s supposed to pick a random image with the tag “front” on it and display it as the main image on the front page. The problem is that it’s not very random. Every time I reload the page it displays the same image. Even in separate browsers it still displays the same image.
What am I doing wrong here? It’s driving me a little crazy.
my site: https://www.brianbermanphoto.com
I was having the same problem following the random image shortcode from the Photocrati site. The order_by=’rand()’ code worked for me.