Willkommenstext positionieren

Hallo,

ich suche wirklich schon lange, aber das was ich finde funktioniert bei mir nicht.

Ich habe die Version 4.7. / Azure. Ich möchte den Begrüßungstext neben dem Angebot der Woche haben.

Was muss ich wo eingeben?

Wäre für jede Hilfe und Hinweise sehr dankbar.

Liebe Grüße

Katja

Das Template für die Startseite ist: /application/views/azure/tpl/page/shop/start.tpl
Dort kannst du es anpassen :slight_smile:

Vielen Dank für die Antwort.

Soweit bin ich auch, aber mir wird der Text direkt unter dem Slider angezeigt und ich hätte ihn halt gerne neben dem Angebot der Woche. So wie hier: http://www.vegan-wonderland.de.

Ich füge mal meine start.tpl ein, vielleicht kann mir ja jemand sagen, wo ich den Code einfügen muss. Ich habe schon einiges probiert, aber es haut nicht hin.

Schon mal vielen Dank.

LG Katja

[{oxscript include=“js/widgets/oxcenterelementonhover.js” priority=10 }]
[{oxscript add=“$( ‘#specCatBox’ ).oxCenterElementOnHover();” }]
[{capture append=“oxidBlock_content”}]
[{oxifcontent ident=“oxstartwelcome” object=“oCont”}]
<div class=“welcome”>[{$oCont->oxcontents__oxcontent->value}]</div>
[{/oxifcontent}]
[{assign var=“oFirstArticle” value=$oView->getFirstArticle()}]
[{if $oView->getCatOfferArticleList()|@count > 0}]
[{foreach from=$oView->getCatOfferArticleList() item=actionproduct name=CatArt}]
[{if $smarty.foreach.CatArt.first}]
[{assign var=“oCategory” value=$actionproduct->getCategory()}]
[{if $oCategory }]
[{assign var=“promoCatTitle” value=$oCategory->oxcategories__oxtitle->value}]
[{assign var=“promoCatImg” value=$oCategory->getPromotionIconUrl()}]
[{assign var=“promoCatLink” value=$oCategory->getLink()}]
[{/if}]
[{/if}]
[{/foreach}]
[{/if}]
[{if $oView->getBargainArticleList()|@count > 0 || ($promoCatTitle && $promoCatImg)}]

    &lt;div class="promoBoxes clear"&gt;
        [{if count($oView-&gt;getBargainArticleList()) &gt; 0 }]
            &lt;div id="specBox" class="specBox"&gt;
                [{include file="widget/product/bargainitems.tpl"}]
            &lt;/div&gt;
        [{/if}]
        [{if $promoCatTitle && $promoCatImg}]
             
            &lt;div id="specCatBox" class="specCatBox"&gt;
                &lt;h2 class="sectionHead"&gt;[{$promoCatTitle}]&lt;/h2&gt;
                &lt;a href="[{$promoCatLink}]" class="viewAllHover glowShadow corners"&gt;&lt;span&gt;[{ oxmultilang ident="PAGE_SHOP_START_VIEW_ALL" }]&lt;/span&gt;&lt;/a&gt;
                &lt;img src="[{$promoCatImg}]" alt="[{$promoCatTitle}]"&gt;
            &lt;/div&gt;
        [{/if}]
    &lt;/div&gt;      
[{/if}]
[{include file="widget/manufacturersslider.tpl" }]
[{if $oView-&gt;getNewestArticles() }]
    [{assign var='rsslinks' value=$oView-&gt;getRssLinks() }]
    [{include file="widget/product/list.tpl" type=$oViewConf-&gt;getViewThemeParam('sStartPageListDisplayType') head="PAGE_SHOP_START_JUSTARRIVED"|oxmultilangassign listId="newItems" products=$oView-&gt;getNewestArticles() rsslink=$rsslinks.newestArticles rssId="rssNewestProducts" showMainLink=true}]
[{/if}]
[{ insert name="oxid_tracker"}]

[{/capture}]
[{include file=“layout/page.tpl” sidebar=“Right”}]

Vorab: Das nächste mal Template-Codes bitte nicht per Zitat, sondern HTML-Code einfügen.
Also deine Anpassung sieht ok aus. Es ist wahrscheinlich eine Sache der CSS-Anweisungen, damit die Boxen nebeneinander “floaten”…