Skip Navigation

[Closed] Memory Exhausted when loading image from Views

This support ticket is created 3 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+01:00)

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 3 years, 9 months ago.

Assisted by: Nigel.

Author
Posts
#1677235
Screenshot 2020-06-26 at 9.02.19 AM.png

Dear Sir/Madam,

I have a Views on Home Page hidden link, the number of items from the pagination options is only 12 items per page. I don't know why the page keep loading the image. As the site is HTTPS secured, don't know why the Views keep loading the image using HTTP only.

Here is the code from my Views

    <div class="view view-eighth">
      <img src="[types field='photo' index='0' size='medium' proportional='false' resize='crop' output='raw'][/types]">
     .... 
#1677935

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

It looks like you uploaded the images when you were using hidden link, so the URLs which are stored in the database for the images use hidden link, but now you are serving your web site over https://

Rather than having to update the stored image URLs, have you tried using a plugin such as Really Simply SSL which should serve the images via https instead of http?

https://wordpress.org/plugins/really-simple-ssl/

The topic ‘[Closed] Memory Exhausted when loading image from Views’ is closed to new replies.