xpiscina Posted June 6, 2014 Share Posted June 6, 2014 Buonasera, vorrei eliminare le immagini contenute in questo div.. qualcuno sa come potrei fare? Link to comment Share on other sites More sharing options...
TribalDexterD Posted June 6, 2014 Share Posted June 6, 2014 Ciao, per curiosità, quel div dove si trova? Sembrerebbe un div per l'immagine di background delle categorie... booh Se mi dai il link preciso, posso darci oun'occhiata. Link to comment Share on other sites More sharing options...
xpiscina Posted June 9, 2014 Author Share Posted June 9, 2014 Ciao, per curiosità, quel div dove si trova? Sembrerebbe un div per l'immagine di background delle categorie... booh Se mi dai il link preciso, posso darci oun'occhiata. Ecco qui! Grazie Link to comment Share on other sites More sharing options...
xpiscina Posted June 9, 2014 Author Share Posted June 9, 2014 http://www.xpiscina.com/it/19-robot-dolphin-supreme-line anche qui se no Link to comment Share on other sites More sharing options...
TribalDexterD Posted June 9, 2014 Share Posted June 9, 2014 Allora, vai nel BO Catalogo -> Categorie -> Vai nelle sottocategorie da modificare ->Clicca su "Modificare" e nella scheda che ti si presenta, levi l'immagine! Link to comment Share on other sites More sharing options...
xpiscina Posted June 9, 2014 Author Share Posted June 9, 2014 Si ma così me la toglie anche nell'immagine quadrata nelle sotto-categorie e ci rimane scritto immagine non disponibile. Io vorrei togliere l'immagine nel div e tenerla invece nell'elenco delle sotto-categorie.. Link to comment Share on other sites More sharing options...
TribalDexterD Posted June 9, 2014 Share Posted June 9, 2014 Eccomi, Allora cartella_prestashop/themes/default-bootstrap File category.tpl Riga 48 <div class="content_scene_cat_bg" {if $category->id_image}style="background:url({$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category_default')|escape:'html':'UTF-8'}) 0 top no-repeat; background-size:contain; min-height:{$categorySize.height}px;" {/if}> Cancella quello in rosso, stando attento\a a non cancellare la " iniziale dello style. Fatti sempre una copia di backup prima di modificare qualsiasi cosa!!! Fammi sapere Link to comment Share on other sites More sharing options...
assisassi Posted June 9, 2014 Share Posted June 9, 2014 ciao, oltre a quel problema, che TribalDexterD mi sembra abbia efficacemente risolto, ho visto che hai un errore nella traduzione... invece che "precedente" hai la dicitura "i clienti che che hanno acquistato questo ...". Link to comment Share on other sites More sharing options...
xpiscina Posted June 9, 2014 Author Share Posted June 9, 2014 ciao, oltre a quel problema, che TribalDexterD mi sembra abbia efficacemente risolto, ho visto che hai un errore nella traduzione... invece che "precedente" hai la dicitura "i clienti che che hanno acquistato questo ...". Grazie del presa visione, sapresti come potrei risolvere il problema? Eccomi, Allora cartella_prestashop/themes/default-bootstrap File category.tpl Riga 48 <div class="content_scene_cat_bg" {if $category->id_image}style="background:url({$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category_default')|escape:'html':'UTF-8'}) 0 top no-repeat; background-size:contain; min-height:{$categorySize.height}px;" {/if}> Cancella quello in rosso, stando attento\a a non cancellare la " iniziale dello style. Fatti sempre una copia di backup prima di modificare qualsiasi cosa!!! Fammi sapere Se risolve il mio problema ti ringrazio davvero tanto, in caso contrario ti ringrazio comunque ahahah! Era un mese che cercavo di risolvere questo problema! Grazie tante! Ti dirò il prima possibile Link to comment Share on other sites More sharing options...
TribalDexterD Posted June 9, 2014 Share Posted June 9, 2014 Vai su Localizzazioni-> Traduzioni-> Scegli la lingua italiana-> Modifica GLOBAL - 3 ESPRESSIONI ORDER-ADDRESS-MULTISHIPPING - 15 ESPRESSIONI ORDER-ADDRESS - 16 ESPRESSIONI ORDER-CARRIER - 29 ESPRESSIONI ORDER-PAYMENT - 33 ESPRESSIONI PAGINATION - 5 ESPRESSIONI Dove trovi "Previous" metti "Precedente" Link to comment Share on other sites More sharing options...
xpiscina Posted June 9, 2014 Author Share Posted June 9, 2014 Vai su Localizzazioni-> Traduzioni-> Scegli la lingua italiana-> Modifica GLOBAL - 3 ESPRESSIONI ORDER-ADDRESS-MULTISHIPPING - 15 ESPRESSIONI ORDER-ADDRESS - 16 ESPRESSIONI ORDER-CARRIER - 29 ESPRESSIONI ORDER-PAYMENT - 33 ESPRESSIONI PAGINATION - 5 ESPRESSIONI Dove trovi "Previous" metti "Precedente" Riguardo alla traduzione ho fatto! Tutto ok! Ma ho cancellato la stringa che mi dicevi ma l'immagine mi è rimasta. Ti copio/incollo la parte di codice interessata: {include file="$tpl_dir./errors.tpl"} {if isset($category)} {if $category->id AND $category->active} {if $scenes || $category->description || $category->id_image} <div class="content_scene_cat"> {if $scenes} <div class="content_scene"> <!-- Scenes --> {include file="$tpl_dir./scenes.tpl" scenes=$scenes} {if $category->description} <div class="cat_desc rte"> {if Tools::strlen($category->description) > 350} <div id="category_description_short">{$description_short}</div> <div id="category_description_full" class="unvisible">{$category->description}</div> <a href="{$link->getCategoryLink($category->id_category, $category.link_rewrite)|escape:'html':'UTF-8'}" class="lnk_more">{l s='More'}</a> {else} <div>{$category->description}</div> {/if} </div> {/if} </div> {else} <!-- Category image --> <div class="content_scene_cat_bg" min-height:{$categorySize.height}px;" {/if}> {if $category->description} <div class="cat_desc"> <span class="category-name"> {strip} {$category->name|escape:'html':'UTF-8'} {if isset($categoryNameComplement)} {$categoryNameComplement|escape:'html':'UTF-8'} {/if} {/strip} </span> Link to comment Share on other sites More sharing options...
TribalDexterD Posted June 9, 2014 Share Posted June 9, 2014 La riga deve essere come quella qui sotto. <div class="content_scene_cat_bg" {if $category->id_image}style="min-height:{$categorySize.height}px;" {/if}> A parte che hai cancellato qualcosa di troppo , prova a fare il refresh cancellando la cache (Da tastiera Ctrl+F5). Link to comment Share on other sites More sharing options...
xpiscina Posted June 9, 2014 Author Share Posted June 9, 2014 Top! Grazie Mille! Problema risolto! :D :D :D :D Link to comment Share on other sites More sharing options...
TribalDexterD Posted June 9, 2014 Share Posted June 9, 2014 Bene!!! Metti risolto nel titolo del topic... See you soon!!! Link to comment Share on other sites More sharing options...
xpiscina Posted June 27, 2014 Author Share Posted June 27, 2014 (edited) . Edited June 27, 2014 by xpiscina (see edit history) 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