End of Support for Joomla 3 - Forum closed

Template: jp_snowflake - Modulposition tauschen

  • joesto
  • joesto's Avatar Offline Topic Author
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0

Template: jp_snowflake - Modulposition tauschen was created by joesto

Posted 8 years 9 months ago #12216
Hallo aus Norddeutschland
Joomla 3.xx
ich möchte bei dem Template jp_snowflake 2 Modulposition tauschen - wie kann ich das machen

logo - menu möchte ich ändern in
menu - logo

demo.joomlaplates.com/jp_snowflake/theme...odule-positions.html
Last Edit:8 years 9 months ago by joesto
Last edit: 8 years 9 months ago by joesto.

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

Replied by joomlaplates on topic Template: jp_snowflake - Modulposition tauschen

Posted 8 years 9 months ago #12221
Hallo,
dass geht nur mit einem Eingriff in die PHP Datei: >> layouts/theme.php
Hier müssen sie die DIV´s tauschen.

Wenn sie dies jedoch machen, erstellen sie ein neues PHP File in ihrem Ordner > styles/ihr style/layouts/theme.php
Andernfalls wird ihre Modifikation beim nächsten Update überschrieben.

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

  • joesto
  • joesto's Avatar Offline Topic Author
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0

Replied by joesto on topic Template: jp_snowflake - Modulposition tauschen

Posted 8 years 9 months ago #12225
Hallo und danke für die schnelle Antwort,
bis zu dieser Datei war ich auch schon gekommen.... auch bis zu den Div´s
aber was genau muss man da tauschen ?
Code:
<?php if ($this['widgets']->count('logo')) : ?> <div class="logo uk-hidden-small"> <a class="tm-logo" href="<?php echo $this['config']->get('site_url'); ?>"><?php echo $this['widgets']->render('logo'); ?></a> </div> <?php endif; ?> <?php if ($this['widgets']->count('menu')) : ?> <div class="menu-inner"> <?php echo $this['widgets']->render('menu'); ?> </div> <?php endif; ?>
Last Edit:8 years 9 months ago by joesto
Last edit: 8 years 9 months ago by joesto.

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

Replied by joomlaplates on topic Template: jp_snowflake - Modulposition tauschen

Posted 8 years 9 months ago #12229
Hallo,
bitte entschuldigen sie vielmals aber customizing ist kein regulärer Template Support.
Bei einem Templatepreis von 25 Euro ist das Abändern ihre Aufgabe.

DIV´s tauschen

<?php if ($this->count('menu')) : ?>
<div class="menu-inner">
<?php echo $this->render('menu'); ?>
</div>
<?php endif; ?>
<?php if ($this->count('logo')) : ?>
<div class="logo uk-hidden-small">
<a class="tm-logo" href="<?php echo $this->get('site_url'); ?>"><?php echo $this->render('logo'); ?></a>
</div>
<?php endif; ?>

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