Jump to content
xt:Commerce Community Forum

[SEO] Tagcloud / Wortwolke - xt_tagcloud


mzanier

Recommended Posts

  • 1 month later...
  • Replies 84
  • Created
  • Last Reply

Hallo,

habe mir das Plugin installiert und eingebunden. Suche funktioniert. Allerdings wird bei mir das nicht in einer Box angezeigt, sondern nur als Text.

Wie kann ich das so einstellen, das die Tags in einer Box angezeigt werden?

Hier mein Codde:

<div class="boxWrap" id="boxXtTagcloud">

<h2 class="boxheader">{txt key=TEXT_HEADING_XT_TAGCLOUD}</h2>

<div class="boxBody">

{foreach name=aussen item=tagcloud_data from=$_values}

<a href="{$tagcloud_data.link}" style="font-size: {$tagcloud_data.font_size}pt;">{$tagcloud_data.keyword}</a>

{/foreach}

</div>

</div>

Link to comment
Share on other sites

Hallo,

habe mir das Plugin installiert und eingebunden. Suche funktioniert. Allerdings wird bei mir das nicht in einer Box angezeigt, sondern nur als Text.

Wie kann ich das so einstellen, das die Tags in einer Box angezeigt werden?

Hier mein Codde:

<div class="boxWrap" id="boxXtTagcloud">

<h2 class="boxheader">{txt key=TEXT_HEADING_XT_TAGCLOUD}</h2>

<div class="boxBody">

{foreach name=aussen item=tagcloud_data from=$_values}

<a href="{$tagcloud_data.link}" style="font-size: {$tagcloud_data.font_size}pt;">{$tagcloud_data.keyword}</a>

{/foreach}

</div>

</div>

na klar ist das ne BOX ... <div class="boxWrap" id="boxXtTagcloud">

Dir wird wohl nur die Css class .boxWrap im stylesheet fehlen !

Link to comment
Share on other sites

  • 3 months later...
  • 1 year later...
  • 10 months later...
  • 2 months later...
  • 3 weeks later...
  • 3 weeks later...

selbe Problem bei mir. Hab mal vorsorglich ein Ticket eröffnet.. ;)

Hi,

hast Du schon eine Antwort erhalten? :D

In der akt. 4.1.10 Version wird eine weiße Seite erzeugt und das Plugin läßt sich dann nur über MySQL deaktivieren (hängt sich im Backend auf).

Mfg

Nils

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
  • Create New...