You are not logged in.

Controlpanel

At the moment there aren´t any members active..

Statistic

  • Members: 13109
  • Threads: 18183
  • Postings: 119668 (ø 46.08/day)
  • Greetings to our newest member: misssusan

w2d Premium-Support

Die Experten für web to date / shop to date

Facebook

1

Thursday, July 15th 2010, 12:31pm

[erledigt]Navigation im Content entfernen

Das einzige, was ich darüber finde ist dies:
entferne den Container: <div id="youarehere"> ... </div>

bei mir sieht es aber so aus:
<div id="main">
<div id="maintop"></div>
<div id="content">
<div id="youarehere">
<a href="<cc:print value="&home.url">"><cc:print value="&site.ressource.home"></a>
<cc:if cond="&page.maintopic.number">
/ <a href="<cc:print value="&page.maintopic.url">"><cc:print value="&page.maintopic.caption"></a>
</cc:if>
<cc:if cond="&page.topic.number">
/ <a href="<cc:print value="&page.topic.url">"><cc:print value="&page.topic.caption"></a>
</cc:if>
<cc:if cond="&page.subtopic.number">
/ <a href="<cc:print value="&page.subtopic.url">"><cc:print value="&page.subtopic.caption"></a>
</cc:if>

<cc:if cond="&topic.isshop">
| <cc:print value="&site.ressource.inyourcart">: <?php $basket->show_quantity() ?> <cc:print value="&site.ressource.cartitem">, <?php echo $basket->show_price() ?> <cc:print value="&site.currency">
</cc:if>

</div>

Das kann ich doch nicht alles entfernen? Habe auch schon dies ind das versucht, war aber alles falsch!
Danke
Tanja

2

Thursday, July 15th 2010, 5:24pm

Re: Navigation im Content entfernen

:(
Danke
Tanja

norbertE

Professional

Posts: 1,734

Location: München

Occupation: IT-Beratung

  • Send private message

3

Thursday, July 15th 2010, 8:31pm

Re: Navigation im Content entfernen

Kannst Du etwas klarer frormulieren, was Du willst?

Norbert
Hier finden Sie weitere Lösungen.

4

Friday, July 16th 2010, 11:51am

Re: Navigation im Content entfernen

OK
Im Content ist ganz oben z.B. der Schriftzug: Startseite / Kratzbaum Wohnbereich
Das ist meiner Meinung nach unnütz und sieht blöd aus! Das soll weg!
Danke
Tanja

norbertE

Professional

Posts: 1,734

Location: München

Occupation: IT-Beratung

  • Send private message

5

Friday, July 16th 2010, 2:19pm

Re: Navigation im Content entfernen

Hast Du noch einen Link? Tendenziell die roten Zeilen löschen. Mal probieren und Ergebnis herzeigen!

<div id="main">
<div id="maintop"></div>
<div id="content">
<div id="youarehere">
<a href="<cc:print value="&home.url">"><cc:print value="&site.ressource.home"></a>
<cc:if cond="&page.maintopic.number">
/ <a href="<cc:print value="&page.maintopic.url">"><cc:print value="&page.maintopic.caption"></a>
</cc:if>
<cc:if cond="&page.topic.number">
/ <a href="<cc:print value="&page.topic.url">"><cc:print value="&page.topic.caption"></a>
</cc:if>
<cc:if cond="&page.subtopic.number">
/ <a href="<cc:print value="&page.subtopic.url">"><cc:print value="&page.subtopic.caption"></a>
</cc:if>


<cc:if cond="&topic.isshop">
| <cc:print value="&site.ressource.inyourcart">: <?php $basket->show_quantity() ?> <cc:print value="&site.ressource.cartitem">, <?php echo $basket->show_price() ?> <cc:print value="&site.currency">
</cc:if>

</div>
Hier finden Sie weitere Lösungen.

6

Friday, July 16th 2010, 3:03pm

Re: Navigation im Content entfernen

Hier mein Link
<!-- w --><a class="postlink" href="http://www.puur-natuur.de">www.puur-natuur.de</a><!-- w -->

werde es gleich testen!
Danke
Tanja

7

Friday, July 16th 2010, 3:14pm

Re: Navigation im Content entfernen

Geht leider nicht, zerrupft die Navigationsleiste.
Ist in wenigen Minuten unter <!-- w --><a class="postlink" href="http://www.puur-natuur.de/test">www.puur-natuur.de/test</a><!-- w --> zu finden.
Danke
Tanja

Posts: 5,055

web/shop to date Version: 5-8.0

  • Send private message

8

Friday, July 16th 2010, 4:12pm

Re: Navigation im Content entfernen

Kommentiere diesen Bereich mal komplett aus:
<cc:*>
<div id="youarehere">
<a href="<cc:print value="&home.url">"><cc:print value="&site.ressource.home"></a>
<cc:if cond="&page.maintopic.number">
/ <a href="<cc:print value="&page.maintopic.url">"><cc:print value="&page.maintopic.caption"></a>
</cc:if>
<cc:if cond="&page.topic.number">
/ <a href="<cc:print value="&page.topic.url">"><cc:print value="&page.topic.caption"></a>
</cc:if>
<cc:if cond="&page.subtopic.number">
/ <a href="<cc:print value="&page.subtopic.url">"><cc:print value="&page.subtopic.caption"></a>
</cc:if>

<cc:if cond="&topic.isshop">
| <cc:print value="&site.ressource.inyourcart">: <?php $basket->show_quantity() ?> <cc:print value="&site.ressource.cartitem">, <?php echo $basket->show_price() ?> <cc:print value="&site.currency">
</cc:if>

</div>
</cc:*>

9

Friday, July 16th 2010, 4:33pm

Re: Navigation im Content entfernen

Sieht genau so aus. Aber wie man sieht, habe ich schon viel gebastelt. Ich bin gerade darauf hin gewiesen worden, dass durch mein Gebastel und weil ich das alte 4.0 pro habe, das eine oder andere garnicht funktionieren kann!
Danke
Tanja

norbertE

Professional

Posts: 1,734

Location: München

Occupation: IT-Beratung

  • Send private message

10

Saturday, July 17th 2010, 12:35pm

Re: Navigation im Content entfernen

Jetzt hast Du Deine menüs zerstört. Mach mal halblang!

In Deiner Ausgabe steht nun in HTML-Code

Source code

1
<div class="text" id="{CB}" style="font-family: monospace;"><ol><li style="" class="li1"><ul></li><li style="" class="li2"><li><a class="menuButton" >style="font-weight:bold;" href="./index.html" onmouseover="menuTouch(event, '');">Startseite</a></li></li><li style="" class="li1"> </li><li style="" class="li2"><li><a class="menuButton" > href="./kratzbaumwohnbereich/index.html" onmouseover="menuTouch(event, '');">Kratzbaum Wohnbereich</a></li></li><li style="" class="li1"><li><a class="menuButton" > href="./kratzbaumaussenbereich/index.html" onmouseover="menuTouch(event, '');">Kratzbaum Au&szlig;enbereich</a></li></li><li style="" class="li2">....</li><li style="" class="li1"></ul></li><li style="" class="li2"> </li><li style="" class="li1"> </li></ol></div>

Dabei ist das ">" vor dem Style das Problem, Wie das in der navigation.ccml aussieht, weiss ich auch nicht. Aber das ">" muss wieder weg.

Geh nochmals zurück auf die Seite und den Zustand, der Dir nicht gefällt, dann schauen wir GEMEINSAM SCHRITT FÜR SCHRITT. Und viele Köche ... und Paralleltests, wenn man dann nicht mehr weiss, was Ursache und Wirkung ist, sind des Designes TOD.
Norbert
Hier finden Sie weitere Lösungen.

11

Monday, July 19th 2010, 4:45pm

Re: Navigation im Content entfernen

Hallo Norbert

So Wochenende vorbei, nu kanns weiter gehen!
hast Du denn eine Idee wie ich das ">" weg bekomme?
Danke
Tanja

norbertE

Professional

Posts: 1,734

Location: München

Occupation: IT-Beratung

  • Send private message

12

Tuesday, July 20th 2010, 8:41am

Re: Navigation im Content entfernen

Radio Eriwan: in dem Du ein ">" an der richtigen Stelle in der navigation.ccml löscht.
Zeig doch mal die CCML-Passage aus der Navigation.ccml hier im Forum, dann kann ich besser helfen.

Norbert
Hier finden Sie weitere Lösungen.

13

Tuesday, July 20th 2010, 12:46pm

Re: Navigation im Content entfernen

Hallo Norbert,

Ich vermute, dass es der Teil sein müsste:

<ul>
<li><a class="menuButton" ><cc:if cond="&page.ishome">style="font-weight:bold;"</cc:if> href="<cc:print value="&home.url">" onmouseover="menuTouch(event, '<cc:if cond="&mymaintopic.topiccount gt 0">topicmenu<cc:print value="&mymaintopic.number"></cc:if>');"><cc:print value="&site.ressource.home"></a></li>
<cc:loop type="maintopic" obj="mymaintopic">
<li><a class="menuButton" ><cc:if cond="&mymaintopic.ispagemaintopic">style="font-weight:bold;"</cc:if> href="<cc:print value="&mymaintopic.url">" onmouseover="menuTouch(event, '<cc:if cond="&mymaintopic.topiccount gt 0">topicmenu<cc:print value="&mymaintopic.number"></cc:if>');"><cc:print value="&mymaintopic.caption"></a></li>
</cc:loop>
</ul>

Richtig?
Danke
Tanja

norbertE

Professional

Posts: 1,734

Location: München

Occupation: IT-Beratung

  • Send private message

14

Tuesday, July 20th 2010, 1:51pm

Re: Navigation im Content entfernen

<ul>
<li><a class="menuButton" ><cc:if cond="&page.ishome">style="font-weight:bold;"</cc:if> href="<cc:print value="&home.url">" onmouseover="menuTouch(event, '<cc:if cond="&mymaintopic.topiccount gt 0">topicmenu<cc:print value="&mymaintopic.number"></cc:if>');"><cc:print value="&site.ressource.home"></a></li>
<cc:loop type="maintopic" obj="mymaintopic">
<li><a class="menuButton" ><cc:if cond="&mymaintopic.ispagemaintopic">style="font-weight:bold;"</cc:if> href="<cc:print value="&mymaintopic.url">" onmouseover="menuTouch(event, '<cc:if cond="&mymaintopic.topiccount gt 0">topicmenu<cc:print value="&mymaintopic.number"></cc:if>');"><cc:print value="&mymaintopic.caption"></a></li>
</cc:loop>
</ul>

Die 2 roten > entfernen
Hier finden Sie weitere Lösungen.

15

Tuesday, July 20th 2010, 3:31pm

Re: Navigation im Content entfernen

Super Super
Danke Danke!!

Das klappt, schicke es gleich raus!!
Danke
Tanja