djrm
Forum Replies Created
-
Hi, thanks for the reply!
It’s just a local site at the minute, it’s not live or on a staging site. The address is localhost:8888
Do you think that when I push my website to a live server that will fix the issue then?
I noticed a style.css file in the root of the theme that was causing the majority of the styling issues. I’ve removed that and things are in much better shape, so not much rewriting had to be done, thankfully.
Thanks for all the help, Angi, have a great day!
OK, apparently all my photos were set to strict, as in not suitable for all ages etc. I’ve changed that now and included the [AFG_gallery] within a blog post, but no images are appearing.
I can see that it’s trying to pull in something, as the AFG divs and comments are in the source code of the page.
Is there something I need to update somewhere else? Either within WordPress or on Flickr?
Thanks!
That got the meta tags working, thank you, and now I’m wondering if there’s a different way to add the meta tags without using wp_head() because now that I’ve included it the styling of my entire site is completely off, to the point were I would either need to rebuild a lot of sections or just leave out Yoast and a couple of other plugins.
I inherited this WordPress site from another development team so I’m not sure why they decided to leave wp_head() out of the header.php file in the first place.
Thanks for the help, Angi.
Thanks for the reply. I can’t link to the site as it’s only running locally at the minute, but I’ll elaborate below:
https://s9.postimg.org/capq5artb/dashboard.png
https://s9.postimg.org/5yakvgor3/fb-enabled.pngExpected outcome
To at least see the meta tags in the header. At the minute, nothing is being injected into<head>.
https://s9.postimg.org/d2se4hw0f/head.pngErrors
Here’s a screenshot of the console. I’m not sure if these are having an effect on Yoast.
https://s9.postimg.org/q3450xikv/console.pngSteps to recreate
- Install the plugin
- Enable meta tags on FB and Twitter
- Refresh a blog post
Hope that helps.
Thanks!