+ Reply to Thread
Results 1 to 4 of 4

Thread: Map issues

  1. #1

    Map issues

    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

  2. #2
    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

  3. #3
    Thanks Chris - you are right.

    to remove map from template open blocks/categories_block.tpl

    find code and remove map.tpl file including.
    Code:
    Only registered members can view the code.
    change to
    Code:
    Only registered members can view the code.

  4. #4
    Thanks guys, too late now. How i knew this from the start. I've already messed it up and resulted to submitting a ticket.

+ Reply to Thread