Next Gen
-
Hello world 🙂
So it worked initially and now it doesn’t. Next Gallery will not upload images and Plugin Check receives the following failure, switched themes to Graphene Parent and it works?
Currently using Child Theme, does anybody else have this issue?
Mark[img]http://www.integratedselfprotection.com/dev/wp-content/uploads/2012/10/Next.bmp[/img]
Admin
Ouch! Never ever save an image for web in BMP format. Takes forever to download.
What files do you have in your child theme?
Admin
You said that you’re using a child theme, so what files are there in your child theme’s folder other than
style.css
?Sorted It.
Within the Functions.php file I placed a piece of code which was meant to set and image as default when positing on facebook (as per previous post)
<link rel=”image_src” href=”http://media.clickonf5.org/image/logo.png” />
Can I ask, why would that kill the plugin and where should I place this code?
Admin
That piece of code is an HTML code, not PHP code. The
functions.php
file is for PHP codes, and while you can put HTML code inside a PHP file, it needs to be in a certain syntax depending on what you want to do with it.As for what you want to achieve, you can just place that code in Graphene Options > Advanced > Custom <head> tags option.
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.