Saltar navegación

[Cerrado] Memory Exhausted when loading image from Views

This support ticket is created hace 4 años, 10 meses. 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)

Etiquetado: 

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Nigel hace 4 años, 10 meses.

Asistido por: Nigel.

Autor
Mensajes
#1677235
Screenshot 2020-06-26 at 9.02.19 AM.png

Dear Sir/Madam,

I have a Views on Home Page enlace oculto, 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
Colaborador

Idiomas: Inglés (English ) Español (Español )

Zona horaria: Europe/London (GMT+01:00)

It looks like you uploaded the images when you were using enlace oculto, so the URLs which are stored in the database for the images use enlace oculto, 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/

El debate ‘[Cerrado] Memory Exhausted when loading image from Views’ está cerrado y no admite más respuestas.