End of Support for Joomla 3 - Forum closed

[SOLVED] Work - Menü - Div Box durchgehend ?

Menü - Div Box durchgehend ? was created by BMGFranky

Posted 8 years 6 months ago #13876
N´abend :)
bei dem Template WORK, ist es dort möglich, diese Mainmenü Box durchgehend anzeigen zu lassen? Derzeit hat man ja diesen Container, indem die Menüpunkte angezeigt werden. Ich versuche aber mit dem Menü einen optischen Abschluss zu erzeugen. Entweder dadurch, dass ich das Menü versuche höher zu ziehen und die Hintergrundfarbe auf 0 zu stellen oder, wäre mir am liebsten, den Container zu erweitern. Ohne Ränder, also durchgängig auf Templatebreite anzeigen zu lassen. Habe schon mit dem Inspektor alles probiert, aber nicht den richtigen Kniff gefunden.
Attachments:

Please Log in or Create an account to join the conversation.

Replied by joomlaplates on topic Menü - Div Box durchgehend ?

Posted 8 years 6 months ago #13878
Müsste schon gehen.
Aber dafür müssen sie die PHP Datei editieren > layouts/theme.php
Hier müssen sie dann den umschließenden DIV vom Menu entfernen.

Vorher:

<?php if ($this->count('menu')) : ?>
<div style="z-index:999; position:relative" class="uk-container uk-container-center no-space uk-hidden-small">
<nav class="tm-navbar uk-navbar no-space" <?php if ($this->get('fixed_navigation')) : ?>data-uk-sticky="{top:-400, animation: 'uk-animation-slide-top'}"<?php endif; ?>>
<?php echo $this->render('menu'); ?>
<?php if ($this->count('search')) : ?>
<div class="uk-navbar-flip">
<div class="uk-hidden-small"><?php echo $this->render('search'); ?></div>
</div>
<?php endif; ?>
</nav>
</div>
<?php endif; ?>


Nachher:

<?php if ($this->count('menu')) : ?>
<nav class="tm-navbar uk-navbar no-space uk-hidden-small" <?php if ($this->get('fixed_navigation')) : ?>data-uk-sticky="{top:-400, animation: 'uk-animation-slide-top'}"<?php endif; ?>>
<?php echo $this->render('menu'); ?>
<?php if ($this->count('search')) : ?>
<div class="uk-navbar-flip">
<div class="uk-hidden-small"><?php echo $this->render('search'); ?></div>
</div>
<?php endif; ?>
</nav>
<?php endif; ?>

The following user(s) said Thank You: BMGFranky

Please Log in or Create an account to join the conversation.

Replied by BMGFranky on topic Menü - Div Box durchgehend ?

Posted 8 years 6 months ago #13880
Das funktioniert leider nicht. Habe die Befehle erst abgeschrieben - Fehlanzeige - danach kopiert und ersetzt. Geht auch nicht die Seite stürzt dann ab dem Logobereich ab

Please Log in or Create an account to join the conversation.

Replied by joomlaplates on topic Menü - Div Box durchgehend ?

Posted 8 years 6 months ago #13883
Dann haben sie etwas falsch gemacht. Ich habe den Code getestet:

Attachment menu-2-3-4-5-6-7.jpg not found

<?php if ($this->count('menu')) : ?>
<nav style="z-index:999; position:relative" class="tm-navbar uk-navbar no-space" <?php if ($this->get('fixed_navigation')) : ?>data-uk-sticky="{top:-400, animation: 'uk-animation-slide-top'}"<?php endif; ?>>
<?php echo $this->render('menu'); ?>
<?php if ($this->count('search')) : ?>
<div class="uk-navbar-flip">
<div class="uk-hidden-small"><?php echo $this->render('search'); ?></div>
</div>
<?php endif; ?>
</nav>
<?php endif; ?>

Last Edit:8 years 6 months ago by joomlaplates
Attachments:
Last edit: 8 years 6 months ago by joomlaplates.

Please Log in or Create an account to join the conversation.

Replied by BMGFranky on topic Menü - Div Box durchgehend ?

Posted 8 years 6 months ago #13885
Fatal error: Call to undefined method Warp\Helper\TemplateHelper::count() in /homepages/46/d220742314/htdocs/joomla3x/templates/jp-work/layouts/theme.php on line 67

Please Log in or Create an account to join the conversation.

Replied by joomlaplates on topic Menü - Div Box durchgehend ?

Posted 8 years 6 months ago #13887
Benutzen sie mal bitte die beiliegende theme.php ( Die org bitte vorher umbenennen)

Attachment theme-2-3-4.zip not found

Attachments:

Please Log in or Create an account to join the conversation.

Moderators: joomlaplates

Installations-Service

Don´t waste your time, we install your purchased Template
with the "Demo Content" within the next 24 hours.

Buy Now - 59€

Joomlaplates/Theme-Point is not affiliated with or endorsed by Open Source Matters or the Joomla! Project

Copyright © 2024 JoomlaPlates | Professional Joomla Templates with Uikit 3

Disclaimer & Privacy | License