Filter the content.
Permalink
Hi
I have made a website for my work and school content and now a want it to be in concrete5.
But i can't get it to work:http://dorfer.dk/ny/pages/work.php...
When you click on the menu (Design, logo etc.) i changes what it have as a tag.
But my question is, is there a block for this or how could i get it to work?
thanks
Nico
I have made a website for my work and school content and now a want it to be in concrete5.
But i can't get it to work:http://dorfer.dk/ny/pages/work.php...
When you click on the menu (Design, logo etc.) i changes what it have as a tag.
But my question is, is there a block for this or how could i get it to work?
thanks
Nico
Yes i know that they are empty, they are used for sorting, so when i press Logo, anything that have the class logo will appear. And of cause the rest will disappear.
I'm looking for that kind of sorting.
and yes i want to convert it, I'm already doing it on my localhost.
I'm looking for that kind of sorting.
and yes i want to convert it, I'm already doing it on my localhost.
Hi Nico
In the division where your navigation currently sits change the code for a global area ( thats if ur using 5.5.0 ) and then in your Stacks add a auto nav block to your Header Nav and change the appearance using your CSS or custom template.
<?php
$a = new GlobalArea('Header Nav');
$a->display();
?>
In the division where your navigation currently sits change the code for a global area ( thats if ur using 5.5.0 ) and then in your Stacks add a auto nav block to your Header Nav and change the appearance using your CSS or custom template.
<?php
$a = new GlobalArea('Header Nav');
$a->display();
?>
i'm currently sitting on 5.4.2.2 because its the last stable version.
But if i use the Global Area, how could i recognize what it should sort?
in my html, it have a class
But if i use the Global Area, how could i recognize what it should sort?
in my html, it have a class
<li class="photo logo"><a href="work_description.php" ><img src="../images/work/282x120-1.jpg" alt="Prøve" height="120" width="282" /></a></li>
Your links are empty, they wont go anywhere!