Difference between revisions of "Extensions:Logo"
Jump to navigation
Jump to search
Tag: 2017 source edit |
Tag: 2017 source edit |
||
| Line 10: | Line 10: | ||
You may need to make tweaks in the lorekeeper.css file to fit the size of your existing header image. | You may need to make tweaks in the lorekeeper.css file to fit the size of your existing header image. | ||
Will conflict with Theme Manager -- it's fine, just place the <code><img></code> tag within the div containing <code>class="site-header-image"</code>. | Will conflict with Theme Manager -- it's fine, just place the <code><img></code> tag within the div containing <code>class="site-header-image"</code>. | ||
| + | |||
| + | Please feel free to ping @stokori on the Discord with any difficulties! | ||
| + | |||
== Images == | == Images == | ||
<gallery> | <gallery> | ||
Revision as of 12:16, 14 June 2024
| Description | Adds a logo image on top of the repeating header. |
|---|---|
| Author(s) | Stokori |
| Status | stable |
| Github | extension/logo |
| LK Version | 3.0.0 |
Installation
php artisan optimize and php artisan copy-default-images might be necessary but no migration is needed.
Configuration
Edit image in Admin > Site Images.
Usage
Troubleshooting
You may need to make tweaks in the lorekeeper.css file to fit the size of your existing header image.
Will conflict with Theme Manager -- it's fine, just place the <img> tag within the div containing class="site-header-image".
Please feel free to ping @stokori on the Discord with any difficulties!