Difference between revisions of "Extensions:Logo"

From Lorekeeper Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
Tag: 2017 source edit
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Extensioninfobox|title=Logo|desc=Adds a logo image on top of the repeating header.|auth=Stokori|status=status (such as WIP, testing, stable)|github={{Github|user=perappu|branch=extension/logo}}|LKVer=3.0.0|migration=no|package=yes/no}}
+
{{Extensioninfobox|title=Logo|desc=Adds a logo image on top of the repeating header.|auth=Stokori|status=stable|github={{Github|user=perappu|branch=extension/logo}}|LKVer=3.0.0|migration=no|package=yes/no}}
 
<!-- Put a short summary of your extension here! -->
 
<!-- Put a short summary of your extension here! -->
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
<code>php artisan optimize</code> and <code>php artisan copy-default-images</code> might be necessary but no migration is needed.
 
== Configuration ==
 
== Configuration ==
 
Edit image in Admin > Site Images.
 
Edit image in Admin > Site Images.
Line 9: Line 9:
 
== Troubleshooting ==
 
== Troubleshooting ==
 
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 <img> tag within the div containing class="site-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>.
 +
 
 +
Please feel free to ping @stokori on the Discord with any difficulties!
 +
 
 
== Images ==
 
== Images ==
 
+
<gallery>
 +
File:Logo Extension.png
 +
</gallery>
 
== See Also ==
 
== See Also ==
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
+
If you liked my work, you can support me doing more of this on [https://ko-fi.com/stokori ko-fi]!

Latest revision as of 12:37, 14 June 2024

Logo
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!

Images

See Also

If you liked my work, you can support me doing more of this on ko-fi!