Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #793120
Disable map
Closed

Comments

  •  1
    Torbjørn started the conversation

    When asking on ThemeForest you confirmed that I could disable the map on this theme, but I can't find where I do this?

  •  1,845
    Elated replied

    Hi,

    You can do this in Elated Options -> Listing http://screencast.com/t/LA9AhaKVqh , this will disable map on all listing Items. 


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  1
    Torbjørn replied

    That's one of the first things I did after installing the theme, but there's still maps around. Most notably on search pages. They need to be gone too.

  •  1,845
    Elated replied

    Hi,

    We will close this ticket, because you have informed us that you have changed theme.

    If you want to disable map, this can be done with custom css code

    .eltd-map-holder {
        display: none;
    }



    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  1
    Torbjørn replied

    Turned off in the option and added the css. Now half the screen is just blank instead...

  •  1,845
    Elated replied

    Hi Torbjon,

    Sorry for the late response!

    You should send us your page url so we can send you desired custom css, but judging on your description following code should do the trick

    .eltd-listing-items-with-map .eltd-listing-list{
        width: 100% !important;
    }
    

    You can also use template shown on the screenshot for listing items without the map http://screencast.com/t/A4jreKhPXy

    Let us know if there is anything else we can do for you, thanks!


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  13
    Kevin replied

    Hey Torbjørn,

    I get why you don't want to display a map on the side as I'm in the same boat. To me though as a designer and programmer it looks weird making the listings full width and here is what i did as a work around.

    The Custom CSS below will disable the map and allow you to add a eye catching graphic in it's place. I'm creating a wedding website so I put a nice wedding photo on the left of the listing.

    If you don't know CSS all you have to do is add a photo url to background-image between the ""'s

    I hope that helps you out if you decide to go that route

    #eltd-listing-multiple-map-holder {
      background-image: url("");
      background-color: #fff!important;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
    .gm-style {
        display: none!important;
    } 
    
    
    
    
    


  •  1,845
    Elated replied

    Hi Kevin,

    Thanks for your help!

    Let us know if there is anything else we can do for you!


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.