Theme alaAnimateBT

Begonnen von alexandrevatin, 07 März 2016, 17:43:55

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

alexandrevatin

Hello friends


I would like to make two changes to the theme alaAnimateBT

1- when I click on the link Themes I would like coming here http://www.alaniso.de/modules.php?name=Themetest
(if you made ​​the test for now is imposible)



2- when using a module without block I would like the content fills the entire page.



Can you tell me how to make changes


Danke :bye:

alexandrevatin


alexandrevatin

Hello friend

for the N°1

I find the solution
you have to change theme.menu for
<?php
/**
 * This file is part of Theme for 
 * pragmaMx - Web Content Management System.
 *
 * $template : alaAnimateBT $
 * $Revision: 1.0 $
 * 
 * Theme for pragmaMx Content Management System Platform<br>- HTML5 ready <br>
 * 
 * $Version: 1.0 $
 * $Author: André Lachnicht / aLaNiSo / www.alaniso.de $
 * $Date: 2015/09/21  $
 *
 */


if ($this->level===0): ?>

<ul class="nav navbar-nav">
  <?php foreach ($this->items as $key => $item) { ?>
<li <?php echo $item['class'?>>
      <?php if ($item['subtree']): ?>
        <a <?php echo $item['href'] . $item['title'?>><span class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"></span>
        <?php echo $item['caption'?>
        <span class="caret"></span></a>
      <?php else:?>
        <a <?php echo $item['href'] . $item['title'?>  role="button" aria-expanded="false">
        <?php echo $item['caption'?>
      <?php endif;?>
    </a>
    <?php echo $item['subtree'?>
    </li>
  <?php ?>
</ul>

<?php else: ?>

<ul class="dropdown-menu" role="menu">
  <?php foreach ($this->items as $key => $item) { ?>
    <li>
      <a <?php echo $item['href'] . $item['title'] . $item['class'?>><?php echo $item['caption'?></a>
      <?php echo $item['subtree'?>
    </li>
  <?php ?>
</ul>

<?php endif; ?>


if someone have an idea for the changement N°2

Danke

LOKy-S

wo kann ich genau beim "darkly" schema die farben ändern für die schrift in der mitte und die hintergrundfarbe dort?

weiße schrift auf weißem grund ist schon etwas uncool ...  :puzzled: