rechtstexte für onlineshop
Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: Header Grafik, Fehlersymbol

    lakefly

    • Neu im Forum
    • Beiträge: 14
    Header Grafik, Fehlersymbol
    am: 14. März 2015, 16:38:39
    Hallo liebe Community!

    Ich habe ein kleines Problem bei meinem Header. Links oben seht ihr ein kleines Zeichen, dass irgendetwas nicht in Ordnung ist - leider weiß ich nicht was? ;)

    Mein shop: www.shop.lakefly.at

    Habt ihr die Lösung?

    Das ist die index.html Datei:

    Zitat
    {config_load file="$language/lang_$language.conf" section="index"}
    <div id="wrap">
      <div id="header">
        <div id="logo"><img src="img/header.png"/></div>
        <!-- <div id="search">{$box_SEARCH}</div> -->
      </div>
      <div id="topmenuwrap">
        <ul id="topmenu">
          <li><a href="{$index}">{#link_index#}</a></li>
          <li><a href="{$cart}">{#link_cart#}</a></li>
          {if $account}
            <li><a href="{$account}">{#link_account#}</a></li>
          {/if}
          {if $smarty.session.customers_status.customers_status_id == '1'}
            <li><a href="{php}echo xtc_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL');{/php}">{#new_customer#}</a></li>
          {/if}
          <li><a href="{$checkout}">{#link_checkout#}</a></li>
          {if $smarty.session.customer_id}
            <li><a href="{$logoff}">{#link_logoff#}</a></li>
          {else}
            <li><a href="{$login}">{#link_login#}</a></li>
          {/if}
         <li><a href="http://www.lakefly.at">Homepage</a></li>
          <li><a href="http://shop.lakefly.at/shop_content.php?coID=10">Fangfotos</a></li>
        </ul>
        <div id="languages">{$box_LANGUAGES}</div>
      </div>
      <div id="breadcrumb">{$navtrail}</div>
      <div id="contentwrap">
        {if !strstr ($smarty.server.PHP_SELF, 'checkout')}
          <div id="leftcol">
              {$box_CATEGORIES}
              {$box_ADD_QUICKIE}
              {$box_CONTENT}
              <!-- {$box_INFORMATION} -->
              {$box_LAST_VIEWED}
              {$box_REVIEWS}
              {$box_SPECIALS}
              {$box_WHATSNEW}
           </div>
          {/if}
        <div id="content{if strpos($smarty.server.PHP_SELF, 'checkout')}full{/if}">
          {if strstr ($smarty.server.PHP_SELF, 'index')}
            {if $smarty.get.cPath==null and $smarty.get.manufacturers_id==''}
              {if $BANNER}{$BANNER}{/if}
            {/if}
          {/if}
          {$main_content}
        </div>
        {if !strstr ($smarty.server.PHP_SELF, 'checkout')}
          <div id="rightcol">
            {$box_CART}
            {$box_LOGIN}
            {$box_ADMIN}
            <!-- {$box_NEWSLETTER} -->
            {$box_INFOBOX}
            {$box_CURRENCIES}
            {$box_MANUFACTURERS_INFO}
            <!-- {$box_MANUFACTURERS} -->
          </div>
        {/if}
      </div>
      <p class="footer">{$smarty.const.TITLE} &copy; {$smarty.now|date_format:"%Y"} | Template &copy; 2009-{$smarty.now|date_format:"%Y"} by <span class="cop_magenta">mod</span><span class="cop_grey">ified eCommerce Shopsoftware</span></p>
    </div>
    {if ($smarty.const.TRACKING_COUNT_ADMIN_ACTIVE=='true' and $smarty.session.customers_status.customers_status_id == '0')
      or $smarty.session.customers_status.customers_status_id != '0'}
      {if $smarty.const.TRACKING_PIWIK_ACTIVE=='true'}
        {piwik url=$smarty.const.TRACKING_PIWIK_LOCAL_PATH id=$smarty.const.TRACKING_PIWIK_ID goal=$smarty.const.TRACKING_PIWIK_GOAL}
      {/if}
      {if $smarty.const.TRACKING_GOOGLEANALYTICS_ACTIVE=='true'}
        {googleanalytics account=$smarty.const.TRACKING_GOOGLEANALYTICS_ID trackorders=true}
      {/if}
    {/if}

    Vielen Dank!

    Liebe Grüße,
    Jakob

    Linkback: https://www.modified-shop.org/forum/index.php?topic=32507.0
    Modulshop - Eine große Auswahl an neuen und hilfreichen Modulen für die modified eCommerce Shopsoftware

    Matt

    • Experte
    • Beiträge: 4.241
    Re: Header Grafik, Fehlersymbol
    Antwort #1 am: 14. März 2015, 16:58:31
    Deine header.png-Datei liegt sehr offensichtlich nicht im img-Ordner.

    lakefly

    • Neu im Forum
    • Beiträge: 14
    Re: Header Grafik, Fehlersymbol
    Antwort #2 am: 14. März 2015, 17:04:42
    doch, liegt sie...

    unter templates - xtc5 - img

    sonst könnte sie doch auch nicht angezeigt werden, wenn keine da wäre?

    lg

    Morka

    • Fördermitglied
    • Beiträge: 78
    Re: Header Grafik, Fehlersymbol
    Antwort #3 am: 14. März 2015, 17:11:25
    doch, liegt sie...

    unter templates - xtc5 - img

    sonst könnte sie doch auch nicht angezeigt werden, wenn keine da wäre?

    lg
    Dann sollte der Verweis auch auf den Template-Ordner zeigen, oder?!

    also

    <img src="templates/xtc5/img/header.png"> (statt nur <img src="img/header.png")

    VG

    Morka

    lakefly

    • Neu im Forum
    • Beiträge: 14
    Re: Header Grafik, Fehlersymbol
    Antwort #4 am: 14. März 2015, 17:15:35
    so blöd kann man sein, sry ;)

    vielen dank!

    marc112000

    • Neu im Forum
    • Beiträge: 48
    • Geschlecht:
    Re: Header Grafik, Fehlersymbol
    Antwort #5 am: 14. März 2015, 17:37:36
    Hallo,

    entschuldigung das ich hier mal was anderes Frage.
    du hast ein tolles Modul auf deiner Seite um Bilder vergrößert darzustellen. Ud zwar hier: http://shop.lakefly.at/shop_content.php?coID=10
    kannst du mir freundlicherweise sagen womit du das gemacht hast ??

    Vielen Dank

    Marc

    lakefly

    • Neu im Forum
    • Beiträge: 14
    Re: Header Grafik, Fehlersymbol
    Antwort #6 am: 14. März 2015, 18:02:27
    das nennt sich "pirobox" - ähnlich wie lightbox

    lg

    marc112000

    • Neu im Forum
    • Beiträge: 48
    • Geschlecht:
    Re: Header Grafik, Fehlersymbol
    Antwort #7 am: 14. März 2015, 18:54:46
    Danke,

    gibts da hier ein plugin ?

    lakefly

    • Neu im Forum
    • Beiträge: 14
    Re: Header Grafik, Fehlersymbol
    Antwort #8 am: 14. März 2015, 19:18:56
    du musst den code von der pirobox in deinen quelltext einbauen (steht aber eh auch alles in dem ordner den du dir von der pirobox homepage runterladen kannst):

    Zitat
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Fangfotos</title>
    <!--Copy and paste the code below, into your <head> section </head>-->

    <link rel="stylesheet" type="text/css" href="media/content/css_pirobox/style_1/style.css"/>
    <!--::: OR :::-->
    <link rel="stylesheet" type="text/css" href="media/content/css_pirobox/style_2/style.css"/>
    <!--::: it depends on which style you choose :::-->

    <script type="text/javascript" src="media/content/js/jquery.min.js"></script>
    <script type="text/javascript" src="media/content/js/jquery-ui-1.8.2.custom.min.js"></script>
    <script type="text/javascript" src="media/content/js/pirobox_extended.js"></script>

    <!-- or use minified version  "pirobox_extended_min.js"  -->

    <script type="text/javascript">
    $(document).ready(function() {
        $().piroBox_ext({
            piro_speed : 900,
            bg_alpha : 0.1,
            piro_scroll : true //pirobox always positioned at the center of the page
        });
    });
    </script>

    <!-- that's IT-->
    </head>

    <body>
    <p><b>Haben auch Sie ein tolles Fangfoto?</b> Wir freuen uns sehr, wenn wir dieses hier ver&ouml;ffentlichen d&uuml;rfen. Senden Sie uns dazu Ihre Fotos an unsere E-Mail Adresse <a href="mailto:info@lakefly.at">info@lakefly.at</a><br />
    <br /><b>Klicken Sie auf die Bilder um sie zu vergr&ouml;&szlig;ern</b></p><br />
    <p>
    <a href="media/content/fangfotos/foto1b.jpg" rel="gallery"  class="pirobox_gall" title="Saisonstart am Irrsee, 24.02.2014">
        <img src="media/content/fangfotos/foto1s.jpg"  />
    </a>
    <a href="media/content/fangfotos/foto2b.jpg" rel="gallery"  class="pirobox_gall" title="53cm, H&ouml;llerersee, auf Varivas Serie 4, 05.04.2014">
        <img src="media/content/fangfotos/foto2s.jpg"  />
    </a>
    <a href="media/content/fangfotos/foto3b.jpg" rel="gallery"  class="pirobox_gall" title="Landung am H&ouml;llerersee">
        <img src="media/content/fangfotos/foto3s.jpg"  />
    </a>
    <a href="media/content/fangfotos/foto4b.jpg" rel="gallery"  class="pirobox_gall" title="50cm, H&ouml;llerersee, auf Varivas Serie 4, 05.04.2014">
        <img src="media/content/fangfotos/foto4s.jpg"  />
    </a>
    <a href="media/content/fangfotos/foto5b.jpg" rel="gallery"  class="pirobox_gall" title="50cm, H&ouml;llerersee, auf Varivas Serie 4, 05.04.2014">
        <img src="media/content/fangfotos/foto5s.jpg"  />
    <a href="media/content/fangfotos/foto6b.jpg" rel="gallery"  class="pirobox_gall" title="63cm, Stefan u. Sohn, auf Serie 1">
       <img src="media/content/fangfotos/foto6s.jpg"  />
    <a href="media/content/fangfotos/foto7b.jpg" rel="gallery"  class="pirobox_gall" title="63cm, Stefan u. Sohn, auf Serie 1">
        <img src="media/content/fangfotos/foto7s.jpg"  />
    <a href="media/content/fangfotos/foto8b.jpg" rel="gallery"  class="pirobox_gall" title="Herbstreinanke vom Irrsee, 43cm">
        <img src="media/content/fangfotos/foto8s.jpg"  />
    </a>
    </p>
    </body>
    </html>

    und wenn du in deinem shop im admin bereich bist und im content manager eine neue seite erstellst siehst du "Datei Wählen" wo du deine datei auswählen kannst wo die galerie in deinem quelltext steht.

    lg,
    jakob

    marc112000

    • Neu im Forum
    • Beiträge: 48
    • Geschlecht:
    Re: Header Grafik, Fehlersymbol
    Antwort #9 am: 14. März 2015, 19:22:21
    Hi,

    vielen Dank für die Infos. Ich werde mich morgen damit mal auseinandersetzten.
    hoffe es ist nicht allzu kompliziert.

    Gruß
    Marc
    Modulshop - Eine große Auswahl an neuen und hilfreichen Modulen für die modified eCommerce Shopsoftware
    9 Antworten
    4750 Aufrufe
    07. Oktober 2014, 13:54:51 von sixtyseven
    1 Antworten
    1930 Aufrufe
    11. August 2013, 18:58:47 von joeyboombang1
    6 Antworten
    3673 Aufrufe
    02. April 2013, 21:47:49 von Diana72
    2 Antworten
    3731 Aufrufe
    09. Mai 2012, 23:53:33 von hedon02