Your comments

What is the source of the reviews you downloaded? Did you use a Review Funnel or not to get them?

That is how caching is supposed to work. It speeds up the site by showing the same content for however many hours you have the cache set for. What exactly are you trying to accomplish? Maybe there is another way to do it.

Check and make sure they are allowing MySQL Rand sort feature. I've seen where this is turned off before.

Personally, I would probably turn off the button so the form is just on the page, but I guess that's just preference.

Image 2077

Yeah, you could place on a separate page or maybe use in a Pop-up plugin. Basically, just create a button or a link to the other page. Then on the other page place the shortcode for the Form. Change the Form settings so it isn't hidden behind a button.

Not an ideal fix, but you can add this CSS to the custom CSS for the form. It will make it smaller. It's on my todo list to come up with a better solution.

.wprevmodal_modal-content {

max-height: 48%;

margin-top: 260px;

}

Yes, I like that. I'll add it to the list of things to add.