Description
This is a plugin that makes it incredibly easy to upload your logo to any Genesis Child Theme. You basically use WordPress Customizer, upload your logo, and your done.
It actually adds an image rather than an h1 tag and a background image, and also creates the class .site-logo. Since Genesis 2.0 images are responsive, itâll fill the space itâs in. Meaning if you want it to shrink, youâll have to adjust the width of the container in your css.
This is for Genesis 2.0 and up.
Installation
NOTE: Only works with Genesis Framework version 2.0 or higher as the parent theme. This is a paid premium product by StudioPress/ Copyblogger Media LLC, available via studiopress.com.
Installation Steps
- Installing alternatives:
- via Admin Dashboard: Go to ‘Plugins > Add New’, search for âGenesis Logo Uploaderâ, click “install”
- OR via direct ZIP upload: Upload the ZIP package via ‘Plugins > Add New > Upload’ in your WP Admin
- OR via FTP upload: Upload
sf-logo-uploaderfolder to the/wp-content/plugins/directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to the Genesis Settings and under âHeaderâ choose âImage Logoâ
-
- Make sure to have Custom Header Support OFF (in functions.php file)
-
- Go To âAppearance > Customizeâ and upload your logo.
Note: The “Genesis Framework” in version 2.0 or higher is required for this plugin in order to work. If you don’t own a copy it yet, this premium parent theme has to be bought. More info about that you’ll find here: http://surefirewebservices.com/go/genesis
Requirements
- Always recommended to run the latest versions of everything! đ
- WordPress version 3.6 or higher
- Genesis Framework version 2.0 or higher (Note: paid premium product!)
- A Genesis child theme – both variants, XTHML and HTML5 child themes are supported
Video of Plugin’s Widget Options Walkthrough plus Demo:
original video link by Jonathan Perez
FAQ
- Why wonât my logo show?
-
There are 2 things required to get your logo to show. A lot of themes use the Custom Header theme support, so you have to make sure thatâs removed from your functions.php file. Also, a lot of themes use logos as background image, so in the CSS, under .site-title (or similar), there may be be an attribute called âtext-indentâ. Remove that.
- Why didnât you include styles to make the logo appear nice?
-
Because every logo is different. It wouldnât make sense to have a default style for a rectangle logo if youâre logo is round, etc. Adding a little padding, width, and margin in the style sheet should make every logo appear fine.
Reviews
Contributors & Developers
“Easy Genesis Logo Uploader” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Easy Genesis Logo Uploader” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1
- Changed the logo link to use site_url() instead of â/â
1.0
- Official WordPress Release