janne Posted July 27, 2014 Share Posted July 27, 2014 how i can delete this image in my top category, but that i still have that image in the category images in the page before? Link to comment Share on other sites More sharing options...
dandeborsil Posted July 27, 2014 Share Posted July 27, 2014 how i can delete this image in my top category, but that i still have that image in the category images in the page before? Hello Jane. Try it, go to your administrative panel > catalogue > category > find "axis71" category, then open it and delete the image. Link to comment Share on other sites More sharing options...
janne Posted July 27, 2014 Author Share Posted July 27, 2014 Hello Jane. Try it, go to your administrative panel > catalogue > category > find "axis71" category, then open it and delete the image. Hello Dandeborsil, thx for the fast answer but if i do that i not have that image for to chose the category on the page before, I hope somebody can help me where to delete it in the css Link to comment Share on other sites More sharing options...
dandeborsil Posted July 28, 2014 Share Posted July 28, 2014 Is it online? Can you share the link with me? Try it(you must use the chrome browser) click on right button above the image and then select "Inspect Element". In right side will appear all css code related with the image. If you don't get it, take a picture with the selected element and show it here. Link to comment Share on other sites More sharing options...
vekia Posted July 28, 2014 Share Posted July 28, 2014 category.tpl and remove code: {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"{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}> {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> {if Tools::strlen($category->description) > 350} <div id="category_description_short" class="rte">{$description_short}</div> <div id="category_description_full" class="unvisible rte">{$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 class="rte">{$category->description}</div> {/if} </div> {/if} </div> {/if} Link to comment Share on other sites More sharing options...
janne Posted July 28, 2014 Author Share Posted July 28, 2014 category.tpl and remove code: {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"{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}> {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> {if Tools::strlen($category->description) > 350} <div id="category_description_short" class="rte">{$description_short}</div> <div id="category_description_full" class="unvisible rte">{$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 class="rte">{$category->description}</div> {/if} </div> {/if} </div> {/if} thanks Vekia, I test it and then i lose my tekst in this top category (i guess it will not so good for google), i want to hold that tekst. I hope you can help me to delete only the picture with css, i try it but cant find it. Link to comment Share on other sites More sharing options...
janne Posted July 30, 2014 Author Share Posted July 30, 2014 thanks Vekia, I test it and then i lose my tekst in this top category (i guess it will not so good for google), i want to hold that tekst. I hope you can help me to delete only the picture with css, i try it but cant find it. Nobody any idea how to change the code? Link to comment Share on other sites More sharing options...
a_smith Posted September 26, 2014 Share Posted September 26, 2014 (edited) in PS 1.5, once category image has been uploaded, there is no way to delete it via BO. Delete button unther the category image simple DOESNT WORK !!! Why PS Team didnt fixed it yet I cant realy understand. This issue is going on and on since 2012..... Edited September 26, 2014 by a_smith (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 27, 2014 Share Posted September 27, 2014 it's not an issue so there is nothing to fix. This is how engine works, you just want additional - totally new feature. in addition, ps 1.6 has got this feature so it means that it's "FIXED". Link to comment Share on other sites More sharing options...
Recommended Posts