framingconcepts
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: images won't load – broken iconsOk so I believe the problem is with “slir” which is meant to crop images to set pixel sizes…and it is not working properly….
anyone? anyone?
Forum: Fixing WordPress
In reply to: images won't load – broken iconsIs there something more I can try to fix this?
Forum: Fixing WordPress
In reply to: images won't load – broken iconsI’ve left it on default theme.
Let me know next thing to try, thanks
Forum: Fixing WordPress
In reply to: images won't load – broken iconsOk. When I deactivate all plugins, the website is gone with error message:
Fatal error: Class ‘Pod’ not found in /home/content/05/8500605/html/wp-content/themes/framingconcepts/page.php on line 15
When I reactivate just the pod plugin, the website returns to its prior state with the same images not loading.
_____
I switched to the default theme and there are still no images on those same pages. Even the broken icons are gone at that point.
Forum: Fixing WordPress
In reply to: images won't load – broken iconsI’ve just been uploading the images through wordpress. All of the coding was done when the website was created, before my time. I’m trying to solve this issue without going through a developer. Is there any information I could give you (from wordpress files or db) to better understand what is going on?
Thanks
Forum: Fixing WordPress
In reply to: images won't load – broken iconsanti-hotlinking is not enabled
Forum: Fixing WordPress
In reply to: images won't load – broken icons# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: images won't load – broken iconsHow is this done using Go Daddy?