Jump to content
  • 0

[1.6.1.22] Problem po dodaniu linka w krótkim opisie


Sasni

Question

Witam, 

Dodaję link / odnośnik w krótkim opisie np. 

<p><a href="https://sklep.tech-sas.pl">POBIERZ</a></p>

po zapisaniu jest anomalia na stronie. 

W górnym lewym rogu strony (ponad wszystkim) pokazuje się to co w załącznikach. 

nie potrafię tego ukryć w CSS bo nie ma tego w żadnym znaczniku, nie ma klasy ani ID. 

Czy to jest jakiś znany problem? Znane jest rozwiązanie problemu? 

 

ano.JPG

gorka.JPG

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Dziękuję za odpowiedź. 

Chodzi Ci o product.tpl ? 

Mam tam standardowy blok kodu :

{if $product->description_short || $packItems|@count > 0}
                <div id="short_description_block">
                    {if $product->description_short}
                        <div id="short_description_content" class="rte align_justify" itemprop="description">{$product->description_short}</div>
                    {/if}
                    {if $product->description}
                        <p class="buttons_bottom_block">
                            <a href="javascript:{ldelim}{rdelim}" class="button">
                                {l s='More details'}
                            </a>
                        </p>
                    {/if}
                    {if $packItems|@count > 0}
						<div class="short_description_pack">
						<h3>{l s='Pack content'}</h3>
							{foreach from=$packItems item=packItem}
							<div class="pack_content">
								{$packItem.pack_quantity} x <a href="{$link->getProductLink($packItem.id_product, $packItem.link_rewrite, $packItem.category)|escape:'html':'UTF-8'}">{$packItem.name|escape:'html':'UTF-8'}</a>

								<p>{$packItem.description_short}</p>
							</div>
							{/foreach}
						</div>
					{/if}
                </div> <!-- end short_description_block -->
            {/if}

Czy mógłbym dostać od Ciebie wskazówkę jak to zrobić? 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...