Hi support
On my site i observed but not sure when the images linked from other sites do not auto-embed anymore, have a look please at this link.
I try this to solve
- disabling custom wpForo files in child theme
- i added the code in my child theme functions.php for embeding images found in your posts
- reinstalling wpForo plugin
But that did not solved the problem, i tested in your site and they work so problem is on my site will try disabling recently updated plugins.
This works for me fine in my installations.
This works for me fine in my installations.
I observed after i moved from Godaddy to SG it show this in Forums dashboard.
PHP imagick extension | Not available ( Not required if "GD and Image Functions" are Available ) |
Could this cause the issue i have with images not auto-embeding?
Hi @itesla,
First of all your images have no any chance do be embeded, because the URs are damaged. The extansion of image name is also damaged, it contains space ".jp g". The correct extension is ",jpg".
Second, wpForo doesn't support bbCode like [img] or [url]. Please reomove all bbCodes. bbCode images cannot be used in wpForo posts. wpForo is a HTML forum not bbCode.
Hi @itesla,
First of all your images have no any chance do be embeded, because the URs are damaged. The extansion of image name is also damaged, it contains space ".jp g". The correct extension is ",jpg".
Second, wpForo doesn't support bbCode like [img] or [url]. Please reomove all bbCodes. bbCode images cannot be used in wpForo posts. wpForo is a HTML forum not bbCode.
When i edit that post the link is proper with .jpg after update it is like that.
Also if i post this link of image it display the image in post as i type on my site after press update it does not you can check on my site inspect element and see that link is with https not http as i paste which is weird.
I have in httacess force ssl code added by SG host, does it have something to do with this?