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

Wednesday, July 21st 2010, 7:37am

[erledigt]Kontextspalte nachträglich nach rechts!

Hallo liebe Profies!!

Einige von denen, die mir schon so super viel geholfen haben, werden jetzt die Hände überm Kopf zusammen schlagen, aber ich brauche noch einmal Eure Hilfe.
Ich habe die Seite <!-- m --><a class="postlink" href="http://www.puur-natuur.de">http://www.puur-natuur.de</a><!-- m -->, mit Eurer Hilfe soweit fertig zusammen gebastelt und die Herstellerin der Kratzbäume ist auch super begeistert, jetzt habe ich nur noch ein Problem.

Diese Kratzbäume werden mitlerweile schon in Holland kopiert und als eigene Entwürfe presentiert.
Jetzt würde ich gerne die Kontextspalte nach oben rechts verschieben, um dort, alle immer und sofort sichtbar darauf hin zu weisen, das Puur-Natuur mit niemandem zusammen arbeitet und nur von dort die Bäume original sind. Unten Links sieht es doch keiner wirklich!!

Ich habe schon viel nach Lösungen, zum verschieben gesucht. Finde aber immer nur etwas zum runter laden und speichern. Jetzt habe ich sooo viele Tage an der HP gebastelt und möchte nicht noch mal von neuem beginnen! Ist jemand bereit, mich anzuweisen, damit ich die Spalte nach links bekomme? :bow

Ja, ich hätte es ganz zu Anfang machen können, hatte ich auch kurzzeitig. Habe mich aber dagegen entschieden, weil der Content dann so schmal wird. Jetzt ärger ich mich natürlich, weil die Kontextspalte rechts doch wichtiger ist!!
Danke
Tanja

cojo_1008

Super-Moderator

  • "cojo_1008" is female

Posts: 3,607

Location: Berlin-Kaulsdorf

Occupation: Freiberuflerin

web/shop to date Version: shop to date 5 - shop to date 8

  • Send private message

2

Wednesday, July 21st 2010, 8:52am

Re: Kontextspalte nachträglich nach rechts!

suche in der navigation.ccml folgenden Abschnitt und lösche in raus.

Source code

1
<div class="text" id="{CB}" style="font-family: monospace;"><ol><li style="" class="li1"><cc:if cond="&sidebar.count gt 0"></li><li style="" class="li2"><div id="sidebar"></li><li style="" class="li1"><cc:loop type="sidebar" obj="mysidebar"></li><li style="" class="li2"><cc:if cond="&mysidebar.caption"></li><li style="" class="li1"><h2><cc:print value="&mysidebar.caption"></h2></li><li style="" class="li2"></cc:if></li><li style="" class="li1"><cc:print value="&mysidebar.text"><br/></li><li style="" class="li2"></cc:loop></li><li style="" class="li1"></div></li><li style="" class="li2"></cc:if></li></ol></div>


dann setzt du hinter

Source code

1
<div class="text" id="{CB}" style="font-family: monospace;"><ol><li style="" class="li1"><div id="mainbottom"></div></li></ol></div>
und vor

Source code

1
<div class="text" id="{CB}" style="font-family: monospace;"><ol><li style="" class="li1"></div></li><li style="" class="li2"></body></li><li style="" class="li1"></html></li><li style="" class="li2"> </li></ol></div>

folgendes ein

Quoted

<cc:if cond="&sidebar.count gt 0">
<div id="side">
<div id="sidetop"></div>
<div id="sidebar">
<cc:plugin name="width" value="590">
<cc:loop type="sidebar" obj="mysidebar">
<cc:if cond="&mysidebar.caption">
<h2><cc:print value="&mysidebar.caption"></h2>
</cc:if>
<cc:print value="&mysidebar.text">
</cc:loop>
</div>
<div id="sidebottom"></div>
</div>
</cc:if>


in der style.css setzt du noch folgenden Code ein:

Source code

1
2
3
4
#side {width: 160px;position:absolute;top:0px;left:810px;}
#sidetop {background : url(../images/<cc:print value="&pic.nav.top.filename">) no-repeat top left;width:160px;height:10px;overflow: hidden;border-bottom: 1px solid #aaaaaa;}
#sidebottom {background: url(../images/<cc:print value="&pic.nav.bottom.filename">) no-repeat top right;width:160px;height:10px;overflow: hidden;margin-bottom: 10px;}
#sidebar {width: 140px;background: <cc:print value="&usercolor.bright"> url(../images/<cc:print value="&pic.fade.small.filename">) repeat-x left top;border-bottom: 1px solid #aaaaaa;border-top: 1px solid #eeeeee;padding: 8px 10px 8px 10px;}

und bei #content veränderst du noch die Breite von 780px auf 600px.
Gruß Conny

3

Wednesday, July 21st 2010, 12:44pm

Re: Kontextspalte nachträglich nach rechts!

Hallo Conny
Danke für die Superschnelle Antwort! ich habe es auch gerade in die Tat umgesetzt. Soweit hat auch alles geklappt. Außer die Änderung der Größe vom Content. Die ist auf der Startseite jetzt schmaler, aber auf allen anderen Seiten nicht. siehe hier <!-- m --><a class="postlink" href="http://www.puur-natuur.de/test">http://www.puur-natuur.de/test</a><!-- m -->
Ich habe beide Werte geändert und es sieht jetzt so aus:

Cascading style sheet

1
2
3
4
5
6
7
8
9
#content {
	width: 600px;
	padding: 0px 10px 0px 10px;
	background-color: rgba(255, 255, 255, 0.0)
}

#content {
	\width: 800px;
	w\idth: 600px;
Danke
Tanja

cojo_1008

Super-Moderator

  • "cojo_1008" is female

Posts: 3,607

Location: Berlin-Kaulsdorf

Occupation: Freiberuflerin

web/shop to date Version: shop to date 5 - shop to date 8

  • Send private message

4

Wednesday, July 21st 2010, 1:23pm

Re: Kontextspalte nachträglich nach rechts!

ach ja: du musst auf jeden Fall in der paragraph_teaser.ccml im Bereich

Source code

1
<div class="text" id="{CB}" style="font-family: monospace;"><ol><li style="" class="li1"><cc:if cond="&paragraph.teaser.colcount=1"></li><li style="" class="li2"><cc:set obj="mywidth" value="716px"></li><li style="" class="li1"></cc:if></li><li style="" class="li2"> </li><li style="" class="li1"><cc:if cond="&paragraph.teaser.colcount=2"></li><li style="" class="li2"><cc:set obj="mywidth" value="342px"></li><li style="" class="li1"></cc:if></li><li style="" class="li2"> </li><li style="" class="li1"><cc:if cond="&paragraph.teaser.colcount=3"></li><li style="" class="li2"><cc:set obj="mywidth" value="217px"></li><li style="" class="li1"></cc:if></li></ol></div>

noch die Breiten anpassen. Am besten so:

Source code

1
<div class="text" id="{CB}" style="font-family: monospace;"><ol><li style="" class="li1"><cc:if cond="&paragraph.teaser.colcount=1"></li><li style="" class="li2"><cc:set obj="mywidth" value="99%"></li><li style="" class="li1"></cc:if></li><li style="" class="li2"> </li><li style="" class="li1"><cc:if cond="&paragraph.teaser.colcount=2"></li><li style="" class="li2"><cc:set obj="mywidth" value="45%"></li><li style="" class="li1"></cc:if></li><li style="" class="li2"> </li><li style="" class="li1"><cc:if cond="&paragraph.teaser.colcount=3"></li><li style="" class="li2"><cc:set obj="mywidth" value="28.6%"></li><li style="" class="li1"></cc:if></li></ol></div>
Gruß Conny

5

Wednesday, July 21st 2010, 2:17pm

Re: Kontextspalte nachträglich nach rechts!

Sorry Conny
aber da tut sich nix. Habe es aber nicht neu raus geschickt, nur in der Vorschau geschaut. Auch die Kontextspalte bleibt zu weit rechts.

War das denn Ok oder hätte ich nur einen Wert ändern sollen?

Quoted from ""Tanja""

Ich habe beide Werte geändert und es sieht jetzt so aus:

#content {
width: 600px;
padding: 0px 10px 0px 10px;
background-color: rgba(255, 255, 255, 0.0)
}

#content {
\width: 800px;
w\idth: 600px;
Danke
Tanja

cojo_1008

Super-Moderator

  • "cojo_1008" is female

Posts: 3,607

Location: Berlin-Kaulsdorf

Occupation: Freiberuflerin

web/shop to date Version: shop to date 5 - shop to date 8

  • Send private message

6

Wednesday, July 21st 2010, 2:32pm

Re: Kontextspalte nachträglich nach rechts!

setz mal den \width-Wert auch auf 600px...
Gruß Conny

7

Wednesday, July 21st 2010, 2:39pm

Re: Kontextspalte nachträglich nach rechts!

Keine Veränderung!
Danke
Tanja

cojo_1008

Super-Moderator

  • "cojo_1008" is female

Posts: 3,607

Location: Berlin-Kaulsdorf

Occupation: Freiberuflerin

web/shop to date Version: shop to date 5 - shop to date 8

  • Send private message

8

Wednesday, July 21st 2010, 2:42pm

Re: Kontextspalte nachträglich nach rechts!

hm ich sehe es ja nicht - ist jetzt ein wenig schwierig es nachzuvollziehen...
Gruß Conny

9

Wednesday, July 21st 2010, 2:57pm

Re: Kontextspalte nachträglich nach rechts!

Oh, kein Problem, ist daußen, kannst gucken, keine Veränderung!!
Danke
Tanja

cojo_1008

Super-Moderator

  • "cojo_1008" is female

Posts: 3,607

Location: Berlin-Kaulsdorf

Occupation: Freiberuflerin

web/shop to date Version: shop to date 5 - shop to date 8

  • Send private message

10

Wednesday, July 21st 2010, 3:03pm

Re: Kontextspalte nachträglich nach rechts!

ich sehe die sidebar noch links?!
Gruß Conny

11

Wednesday, July 21st 2010, 3:06pm

Re: Kontextspalte nachträglich nach rechts!

Bitte?
Guckst Du auch noch hier <!-- w --><a class="postlink" href="http://www.puur-natuur.de/test">www.puur-natuur.de/test</a><!-- w -->
Danke
Tanja

cojo_1008

Super-Moderator

  • "cojo_1008" is female

Posts: 3,607

Location: Berlin-Kaulsdorf

Occupation: Freiberuflerin

web/shop to date Version: shop to date 5 - shop to date 8

  • Send private message

12

Wednesday, July 21st 2010, 3:12pm

Re: Kontextspalte nachträglich nach rechts!

nee da habe ich natürlich nicht geguckt :)
Gruß Conny

cojo_1008

Super-Moderator

  • "cojo_1008" is female

Posts: 3,607

Location: Berlin-Kaulsdorf

Occupation: Freiberuflerin

web/shop to date Version: shop to date 5 - shop to date 8

  • Send private message

13

Wednesday, July 21st 2010, 3:44pm

Re: Kontextspalte nachträglich nach rechts!

setz mal in die paragraph_teaser.ccml statt den %-Werten folgendes ein:

Source code

1
<div class="text" id="{CB}" style="font-family: monospace;"><ol><li style="" class="li1"><cc:if cond="&paragraph.teaser.colcount=1"></li><li style="" class="li2"><cc:set obj="mywidth" value="560px"></li><li style="" class="li1"></cc:if></li><li style="" class="li2"> </li><li style="" class="li1"><cc:if cond="&paragraph.teaser.colcount=2"></li><li style="" class="li2"><cc:set obj="mywidth" value="250px"></li><li style="" class="li1"></cc:if></li><li style="" class="li2"> </li><li style="" class="li1"><cc:if cond="&paragraph.teaser.colcount=3"></li><li style="" class="li2"><cc:set obj="mywidth" value="150px"></li><li style="" class="li1"></cc:if></li></ol></div>


und in der style.css verändere mal bei div.teaser die Breite auf 570px.
Gruß Conny

14

Wednesday, July 21st 2010, 3:56pm

Re: Kontextspalte nachträglich nach rechts!

Jou, das hat geklappt, jetzt muß nur noch die Kontextspalte weiter nach rechts. Bin grad am veröffentlichen, wenn du gleich noch mal schauen willst.
Danke
Tanja

cojo_1008

Super-Moderator

  • "cojo_1008" is female

Posts: 3,607

Location: Berlin-Kaulsdorf

Occupation: Freiberuflerin

web/shop to date Version: shop to date 5 - shop to date 8

  • Send private message

15

Wednesday, July 21st 2010, 4:05pm

Re: Kontextspalte nachträglich nach rechts!

nach rechts oder links? Einfach bei #side den left-Wert ändern...
Gruß Conny

16

Wednesday, July 21st 2010, 4:19pm

Re: Kontextspalte nachträglich nach rechts!

Quatsch, links natürlich!
Habe den Wert auf 630px eingstellt!

Conny, ich danke Dir: danke danke danke
Danke
Tanja

17

Wednesday, February 2nd 2011, 2:51pm

Kann ich das auch auf die 7er Version vom Beta-Design ändern?
Ich hab mir die genannten Dateien schon mal angesehen, aber so richtig was passendes gefunden habe ich nicht.