PDA

View Full Version : Map issues



Chukwudi Moses
May 10, 2012, 03:19 PM
Hello,

I am using the reality spring on my auto classified website.

In the Make/Model category, i will like to disable or delete the map; i deleted this code:

}
div.slider_bar div.navigation a.active span
{
background-position: -14px -580px;
}
div.slider_bar div.navigation a span.map
{
background-position: -13px -3078px;
}
div.slider_bar div.navigation a.active span.map
{
background-position: 0px -3078px;[/COLOR]


but it didn't work, please can someone help?

Thanks
CHuks

Chris Brown
May 10, 2012, 06:12 PM
That just looks like you have removed some css from the style css file, dont really think you needed to remove that.

To remove the map i think you would need to edit the categories_block.tpl

Mike
May 11, 2012, 03:21 AM
Thanks Chris - you are right.

to remove map from template open blocks/categories_block.tpl

find code and remove map.tpl file including.


{if $block.Key == 'ltcb_listings'}
<li>{include file='blocks'|cat:$smarty.const.RL_DS|cat:'map.tpl '}</li>
<li class="hide">
{else}
<li>
{/if}


change to


<li>

Chukwudi Moses
May 11, 2012, 09:01 PM
Thanks guys, too late now. How i knew this from the start. I've already messed it up and resulted to submitting a ticket.