Jump to content

I have a small issue I cant fix with Home Text Editor


Recommended Posts

I'm running 1.5.4.1 I noticed today in modules there was an update for Home Text Editor so I updated

 

now I can't get rid of the default image its currently an image of mobile phones I can however change it to one of my own but I don't want one at all, I use this feature to show a load of banners of places I hang out.

 

I can use one of those banners but it then appears above the title "My Hangouts"

 

anyone have any idea ? I tried disable and enable that didn't work now I have reset the module and its still there.

Link to comment
Share on other sites

Good morning

 

Using PS 1.5.5.0 Default theme

 

Have you tried going to:

 

public_html/Your Shop/modules/editorial/editorial.tpl

 

Around line 26 and {*Comment Out*} the code in bold

 

<!-- Module Editorial -->
<div id="editorial_block_center" class="editorial_block">
{*{if $editorial->body_home_logo_link}<a href="{$editorial->body_home_logo_link|escape:'htmlall':'UTF-8'}" title="{$editorial->body_title|escape:'htmlall':'UTF-8'|stripslashes}">{/if}
{if $homepage_logo}<img src="{$link->getMediaLink($image_path)|escape:'html'}" alt="{$editorial->body_title|escape:'htmlall':'UTF-8'|stripslashes}" {if $image_width}width="{$image_width}"{/if} {if $image_height}height="{$image_height}" {/if}/>{/if}
{if $editorial->body_home_logo_link}</a>{/if}*}
{if $editorial->body_logo_subheading}<p id="editorial_image_legend">{$editorial->body_logo_subheading|stripslashes}</p>{/if}
{if $editorial->body_title}<h1>{$editorial->body_title|stripslashes}</h1>{/if}
{if $editorial->body_subheading}<h2>{$editorial->body_subheading|stripslashes}</h2>{/if}
{if $editorial->body_paragraph}<div class="rte">{$editorial->body_paragraph|stripslashes}</div>{/if}
</div>
 
Hope this helps
 
Paul
Link to comment
Share on other sites

×
×
  • Create New...