pragmaMx Support Forum

pragmaMx => Themes & Design => Thema gestartet von: alexandrevatin am 07 März 2016, 17:43:55

Titel: Theme alaAnimateBT
Beitrag von: alexandrevatin am 07 März 2016, 17:43:55
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)

(https://forum.pragmamx.org/proxy.php?request=http%3A%2F%2Fimg4.hostingpics.net%2Fpics%2F604349liens.png&hash=3f23000b12d91ddddbc3ec935c1f8fb48c8a1c53)

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

(https://forum.pragmamx.org/proxy.php?request=http%3A%2F%2Fimg4.hostingpics.net%2Fpics%2F891135Bloc.png&hash=01f02f17ccac92c418d73afe55a1475ffb37af4a)

Can you tell me how to make changes


Danke :bye:
Titel: Re:Theme alaAnimateBT
Beitrag von: alexandrevatin am 10 März 2016, 15:39:40
...UP


Danke
Titel: Re:Theme alaAnimateBT
Beitrag von: alexandrevatin am 18 März 2016, 21:03:56
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
Titel: Re:Theme alaAnimateBT
Beitrag von: LOKy-S am 24 März 2016, 22:55:59
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: