dragonfood Posted May 5, 2012 Share Posted May 5, 2012 Hallo het is me gelukt grid vieuw voor mijn producten maar ik wil toch nog wat vragen. Als je kijkt op mijn site www.dragonfood.biz dan zie je bij elk product de knop nieuw (zie bijgevoegde file) en er is te veel wit ruimte. 1) hoe krijg ik de knop nieuw weg. 2) te veel wit ruimte hoe maak ik die ruimte kleiner ? en ook nog deze vraag; er staan nu 3 producten op rij maar hoe kan ik er voor zorgen dat het er 4 worden ? Doc2.doc Link to comment Share on other sites More sharing options...
Frens Posted May 5, 2012 Share Posted May 5, 2012 (edited) Wat nieuw betreft, je moet bij voorkeuren /product kijken bij Aantal dagen dat artikel als 'nieuw' wordt weergegeven: De witruimte zie ik niet in Chrome Edited May 5, 2012 by Frens (see edit history) Link to comment Share on other sites More sharing options...
dragonfood Posted May 5, 2012 Author Share Posted May 5, 2012 (edited) Andere vraag kijk maar eens op internet explorer of opera de prijs en de tekst "in winkelwagen" staat te ver naar beneden, ik wil de ktekst en de prijs meer omhoog ? Hoe verhelp ik dat ? En, als ik een productplaatje aanklik dan zie ik een balkje met meer details, dat wil ik weg halen maar hoe ? Edited May 6, 2012 by dragonfood (see edit history) Link to comment Share on other sites More sharing options...
Kay van Aarssen Posted May 6, 2012 Share Posted May 6, 2012 Hiervoor moet je het een en ander aanpassen in je product.tpl Hier kun je die regel nieuw weg halen. Ook kun eens kijken in css en daar wat met de uitlijning stoeien. Het beste kun je hier firefox voor gebruiken met firebug. Link to comment Share on other sites More sharing options...
dragonfood Posted May 6, 2012 Author Share Posted May 6, 2012 solved en nog 1 ding als ik op een product klik dan zie ik een uitgebreide omschrijving etc .. maar ik zie bovenin ook een block met "meer details" hoe krijg ik dit block weg ?? Link to comment Share on other sites More sharing options...
Frens Posted May 6, 2012 Share Posted May 6, 2012 ook weer in de product.tpl bij iets als ; (ik heb andere template) <p class="buttons_bottom_block"><a href="javascript:{ldelim}{rdelim}" class="button" style=" margin-left:86px;">{l s='More details'}</a></p> Link to comment Share on other sites More sharing options...
dragonfood Posted May 6, 2012 Author Share Posted May 6, 2012 bedoel je niet productlist.tpl want product staat niet bij themes ?? Link to comment Share on other sites More sharing options...
Frens Posted May 6, 2012 Share Posted May 6, 2012 (edited) Nee in de lijst staat ook (productlist.tpl) niet >>meer details product.tpl het kan bij jou afwijken ..andere thema, zoek eens op>> More details of bij jou thema <p class="buttons_bottom_block"> <a href="javascript:{}" class="button">More details</a> </p> Edited May 6, 2012 by Frens (see edit history) Link to comment Share on other sites More sharing options...
dragonfood Posted May 6, 2012 Author Share Posted May 6, 2012 okay even terug; jij bedoelt bij themes / prestashop en dan product.tpl ? die staat er bij mij dus echt niet ... product-compere.tpl en product-list is wat er bij mij dat rijtje staat ? Link to comment Share on other sites More sharing options...
Frens Posted May 6, 2012 Share Posted May 6, 2012 (edited) dat is vreemd dat je geen product.tpl hebt, kiik eens aan de serverkant Edited May 6, 2012 by Frens (see edit history) Link to comment Share on other sites More sharing options...
dragonfood Posted May 6, 2012 Author Share Posted May 6, 2012 gevonden, en inderdaad voor zover de tekst weggehaald er is nu alleen nog een leeg block ? hoe krijg ik die weg ? Ik heb het volgende verwijderd <p class="buttons_bottom_block"><a href="javascript:{ldelim}{rdelim}" class="button">{l s='More details'}</a></p> Link to comment Share on other sites More sharing options...
Frens Posted May 6, 2012 Share Posted May 6, 2012 (edited) Ok het hele divje weghalen {if $product->description_short OR $packItems|@count > 0} <div id="short_description_block"> {if $product->description_short} <div id="short_description_content" class="rte align_justify">{$product->description_short}</div> {/if} {if $product->description} <p class="buttons_bottom_block"><a href="javascript:{ldelim}{rdelim}" class="button" style=" margin-left:86px;">{l s='More details'}</a></p> {/if} {if $packItems|@count > 0} <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)}">{$packItem.name|escape:'htmlall':'UTF-8'}</a> <p>{$packItem.description_short}</p> </div> {/foreach} {/if} </div> {/if} kijk even hoe dat uitpakt Edited May 6, 2012 by Frens (see edit history) Link to comment Share on other sites More sharing options...
dragonfood Posted May 6, 2012 Author Share Posted May 6, 2012 andere vraag want nu is het mis, ik heb een back up gemaakt met bo hoe zet ik die terug de back up ? Link to comment Share on other sites More sharing options...
Frens Posted May 6, 2012 Share Posted May 6, 2012 Hoezo backup gemaakt , die hoef je alleen maar te maken van je product.tpl ..een kopie ..altijd doen voor je begint kijk nog eens naar de code in post 12 ..is iets aangepast Link to comment Share on other sites More sharing options...
dragonfood Posted May 6, 2012 Author Share Posted May 6, 2012 geprobeerd maar als ik alles weg haal zoals je omschreef in post 12 dan krijg ik een foutmelding en is alles op de pagina weg !! Is het niet mogelijk om dat block van kleur transparant te maken ? Dan zie ik hem ook niet meer !! Link to comment Share on other sites More sharing options...
Frens Posted May 6, 2012 Share Posted May 6, 2012 Het moet kunnen ..beetje testen..haal dit eens weg <div id="short_description_block"> {if $product->description_short} <div id="short_description_content" class="rte align_justify">{$product->description_short}</div> {/if} {if $product->description} <p class="buttons_bottom_block"><a href="javascript:{ldelim}{rdelim}" class="button" style=" margin-left:86px;">{l s='More details'}</a></p> {/if} {if $packItems|@count > 0} <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)}">{$packItem.name|escape:'htmlall':'UTF-8'}</a> <p>{$packItem.description_short}</p> </div> Link to comment Share on other sites More sharing options...
dragonfood Posted May 6, 2012 Author Share Posted May 6, 2012 nee sorry weer foutmelding en pagina weg, maar kan dat niet dan de kleur wijzigen van het blok? Link to comment Share on other sites More sharing options...
Frens Posted May 6, 2012 Share Posted May 6, 2012 (edited) Ik heb het voor je getest, deze code weg {if $product->description_short OR $packItems|@count > 0} <div id="short_description_block"> {if $product->description_short} <div id="short_description_content" class="rte align_justify">{$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} <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)}">{$packItem.name|escape:'htmlall':'UTF-8'}</a> <p>{$packItem.description_short}</p> </div> {/foreach} {/if} </div> {/if} Edited May 6, 2012 by Frens (see edit history) Link to comment Share on other sites More sharing options...
dragonfood Posted May 6, 2012 Author Share Posted May 6, 2012 Je bent geweldig !! Bedankt !!!! Link to comment Share on other sites More sharing options...
Frens Posted May 6, 2012 Share Posted May 6, 2012 Had ik in post 12 ook al gezet die code ! Link to comment Share on other sites More sharing options...
dragonfood Posted May 6, 2012 Author Share Posted May 6, 2012 echt ? raar maar goed t is gelukt Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now