Features
- First class modern design
- Dark backgrounds
- Easily customizable colors
- Compatible with all official WoltLab extensions
- Special info and image boxes for a customized experience (instructions below)
Additional boxes/features
Flexible image list with linking: ideal for portfolios and product presentation
How to create the box?
- Go to Control Center > Administration > Boxes > + Add box > Box-type "HTML"
- General data: Enter the name of the box, specify the box position and linking
- Content: Copy the following example source code into the content area and repeat the <div>...</div> part as many times as you want
Code
<div class="flexContainer">
<div>
<a href="https://www.bliqpunkt.de/">
<img src="{{ media="128" size="original" }}" />
</a>
</div>
<div>
<a href="https://www.bliqpunkt.de/">
<img src="{{ media="129" size="original" }}" />
</a>
</div>
</div>
Display More
- Enter link: Find <a href="https://www.bliqpunkt.de/"> and replace https://www.bliqpunkt.de/ with the desired link
- Insert image: Find {{ media="128" size="original" }} and replace "128" with the ID of a custom media file (or image URL)
Present information with buttons, icons, images and links
With the "bliqpunkt Info Box" container, short descriptions with matching icons can be written for apps, among other things. Using the buttons, the user can get to the respective download area for the apps. A screenshot on the right side gives the user another overview. This box container is also ideally suited for product and service presentations as well as advertising/self-promotion.
- Go to Control Center > Administration > Boxes > + Add box > Box-type "HTML"
- General data: Enter the name of the box, specify the box position and linking
- Content: Copy the following example source code into the content area and repeat the <div>...</div> part as many
Code
<div class="infoContainer">
<h1>bliqpunkt Info Box</h1>
<ul class="listContainer">
<li class="listItem">
<span class="icon icon32 fa-fire"></span>
<span class="listItemTitle">Labore et dolore magna</span>
</li>
<li class="listItem">
<span class="icon icon32 fa-bomb"></span>
<span class="listItemTitle">Aliquyam erat sed diam voluptua</span>
</li>
<li class="listItem">
<span class="icon icon32 fa-sun-o"></span>
<span class="listItemTitle">At vero eos et accusam et justo ipsum dolor</span>
</li>
</ul>
<div class="buttonContainer">
<a class="button buttonPrimary" href="https://www.bliqpunkt.de/">
Download für Mac <span class="icon icon32 fa-apple"></span>
</a>
<a class="button" href="https://www.bliqpunkt.de/">
Duo dolores
</a>
</div>
<p>Et ea rebum <a href="https://www.bliqpunkt.de/">Stet clita gubergrene</a> takimata</p>
</div>
<div class="imageContainer">
<img src="{{ media="136" size="medium" }}" />
</div>
Display More
- Enter heading: Find <h1>bliqpunkt Info Box</h1> and replace bliqpunkt info box with the desired heading
- Enumeration with icons:
- Find <span class="icon icon32 fa-fire"></span> and replace fa-bolt with the name of the selected icon
- Find <span class="listItemTitle">Labore et dolore magna</span> and replace Labore et dolore magna with any text
- Buttons
- With icons and linking:
- Find <a class="button buttonPrimary" href="https://www.bliqpunkt.de/"> and replace https://www.bliqpunkt.de/ with the desired link
- Next to the closed tag enter any text
- Find <span class="icon icon32 fa-apple"></span> and replace fa-apple with the name of the selected icon
- Without icons, only linking:
- Find <a class="button" href="https://www.bliqpunkt.de/"> and replace https://www.bliqpunkt.de/ with the desired link
- Next to the closed tag any text is entered
- With icons and linking:
- Text with link: Find <p>Et ea rebum <a href="https://www.bliqpunkt.de/"</p> and replace the text with any other text and the link href="https://www.bliqpunkt.de/"
- Image: Find <div class="imageContainer"> <img src="{{ media="136" size="medium" }}" /> </div> and replace "136" with the ID of an own media file (or image URL)
_____________________________________________________________
Images are sample content and not included in the style!
-
Version 5.5.0
- bliqpunkt
- 1.7 MB
- 2 Downloads
Design style is now compatible with WoltLab Suite 5.5.0.
trojanskull
Hallo,
du leistest super Arbeit.
Ich habe leider einen hässlichen Schönheitsfehler.
Etwas stimmt nicht mit dem Menü, dem Menühintergrund.
Ist transparent und die Seite verläuft sichtbar dahinter wenn ich runter scrolle.
Ich verwende Woltlab Suite 5.5.7
Gruß
bliqpunkt Author
Hallo trojanskull,
erst einmal dankeschön
Statt einer Transparenz kann auch eine 100prozentige Farbe verwendet werden. Weißt du, wie man das im CSS anlegt oder soll ich mir das in deinem Forum mal anschauen?
LG
Desiree