Images for listing not appearing/max number of images

The images all of a sudden disappeared from my website, here is a sample page:

danielh233
sg-host.com/
properties/living-on-the-edge/

How can u not allow links? seriously any inquiry would have a link and its not spam!

I don’t know of anything I did that would cause this issue - is there an obvious plugin that causes issues? Same issue on mobile. Images are most definitely there on the back end. I can give temp access if possible.

Also why is the limit on images to upload per property 10 and where/how can I change that?

Thanks

Because of your very weird “spam” filter I had to divide up the address

Hi,
About images, we have resolved this problem; you can update the theme.

To change the maximum number of images per listing, try this PHP snippet:

add_filter(
	'hivepress/v1/models/listing',
	function( $model ) {
		$model['fields']['images']['max_files'] = 123;

		return $model;
	},
	100
);

Sorry for the inconvenience; our forum restricts posting multiple links to the same domain for new users to prevent spam registrations.

Is the 123 here the max number of image uploads per property (that I could set to whatever)?

how do I update theme?

Hi,
Yes, 123 is the max number of image uploads.

Hi,
If you added a License Key in Hivepress > Settings > integrations > HivePress store, the update must be available in Dashboards > Updates.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.