[ad_1]
Hello, I am triyng to embed a google photo album using your plugin but, also if I did all the steps to authenticate and so, nothing show up on the page.
One of your plugins is broken. I see that this file is throwing a JavaScript error on your page: . If you fix this, your images are likely to start showing up.
I have an error in my php error_log, caused by photonic:
[22-Aug-2022 15:46:28 UTC] PHP Warning: trim() expects parameter 1 to be string, array given in /home/ngoonet/ociogiulivo.com/wp-content/plugins/photonic/Modules/Native.php on line 90
Do you have another gallery plugin? Does your theme add some gallery functionality by itself? The code that I have there can only break if some other plugin is adding information to a shortcode that is not consistent with the standard shortcode attributes.
I also noticed another thing: the link you provided is an “http” link, but your site has “https” enabled. When you are supplying an “http” link, automatically your Photonic files are failing to load:
Access to script at 'https://www.ociogiulivo.com/wp-content/plugins/photonic/include/js/front-end/module/photonic-baguettebox.min.js' (redirected from 'http://www.ociogiulivo.com/wp-content/plugins/photonic/include/js/front-end/module/photonic-baguettebox.min.js') from origin 'http://www.ociogiulivo.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
GET net::ERR_FAILED 200… Along with several other non-Photonic files:
Access to font at 'https://www.ociogiulivo.com/wp-content/themes/ashe-pro-premium/assets/fonts/fontello.woff2?5381655' from origin 'http://www.ociogiulivo.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
GET net::ERR_FAILED 200But, if you try to access your site through “https”, it starts working fine. So, instead of visiting “http://www.ociogiulivo.com/it_it/prova/”, visit “https://www.ociogiulivo.com/it_it/prova/” – this works without issues.
Basically you will need to configure your server to redirect all “http” requests to “https”.
