Having trouble displaying maps

This topic contains 9 replies, has 3 voices, and was last updated by  Paolo 8 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: , ,

  • Author
    Posts
  • #50474

    highjo
    Free User
    Post count: 30

    Hi there,

    I purchased your system, but I’m having trouble with a few things;

    1) Where do I edit templates of widgets and pages?
    2) No maps are showing on my website? https://highjo.com/dispensaries/
    3) Can you help me get set up and looking great? Perhaps my site would look great in your portfolio, and boost sales?

    Kind Regards,
    Kyle

    #50492

    Guust
    Moderator
    Post count: 29970

    1. This should get you on the way:
    https://wpgeodirectory.com/docs/core-design/

    2. I think you have no maps showing because you did not add any map widgets to the GD pages.
    If you post your admin details in a private reply, we will have a quick look to get you on the right track.

    3. If you’re looking for a hand with setting up your site, you can post your requirements at https://wpgeodirectory.com/support/forum/geodirectory-jobs/

    #50495

    highjo
    Free User
    Post count: 30
    This reply has been marked as private.
    #50506

    Guust
    Moderator
    Post count: 29970

    1. GD pages are mainly controlled by widgets and at GD > design.
    If you want to change the templates: https://wpgeodirectory.com/docs/customizing-geodirectory-templates/

    2. You had hidden all categories at GD > design > map > SHOW / HIDE POST TYPE AND CATEGORY ON MAP

    You also are only using the main section on the GD Home/location pages, so you cannot add any widgets to the top, bottom or sidebar(s).

    #50519

    highjo
    Free User
    Post count: 30

    Hey thanks for your help on this.

    Finally, on my listings page, I’m trying to make the left content full width. But despite the settings being correct, it still showing the space for the right bar? Is this my template?

    #50555

    Paolo
    Site Admin
    Post count: 31206

    Yes, that is controlled by your theme css:

    
    
    
    .mh-content, .hp-content {
        overflow: hidden;
        width: 620px;
    }

    you can overwrite with this in your custom css:

    
    
    
    #geodir-wrapper .mh-content, .hp-content {
        width: 100%;
    }

    Thanks

    #51114

    highjo
    Free User
    Post count: 30

    Hey guys,

    Could you maybe take a look at why my site is displaying black footer div’s on each listing: https://highjo.com/ (see bottom of page). Perhaps I’ve missed something in the theme compatibility? The login details I’ve provided above should still work.

    #51151

    highjo
    Free User
    Post count: 30

    Also the tabs on the ‘Best Of’ Widget, don’t seem to be working. Any ideas?

    #51207

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    the black line over entry metas comes from your theme css:

    
    
    footer {
        background: #2a2a2a none repeat scroll 0 0;
        color: #fff;
        font-size: 0.8125rem;
        padding: 1.25rem;
    }
    img {
        height: auto;
        max-width: 100%;
        vertical-align: bottom;
    }
    
    

    Theme authors using CSS like this should not be allowed to sell their work. It is like saying: my theme is made to work with ZERO plugins, because everything they’ll add will be affected by the theme css badly.

    Please correct this theme abominations with:

    
    
    footer.geodir-entry-meta {
        background: transparent none repeat scroll 0 0;
        padding: 0;
    }
    .geodir-rating .geodir_Star img {
        vertical-align: baseline;
    }

    Or better change theme, because if there are such silly errors in the css, I don’t want to imagine what’s in the code…

    Thanks

    #51209

    Paolo
    Site Admin
    Post count: 31206

    Best of widget tabs are not working because of 2 javascript errors:

    
    
    1) SyntaxError: expected expression, got ')'
    https://bay.sitescoutadserver.com/disp?pid=FA2C210149&cm=http%3A%2F%2Fwww.googleadservices.com%2Fpagead%2Faclk%3Fsa%3DL%26ai%3DCNd8hRJzgVcSnC8_WfNCAo9AK1b7r5QWNt5OwyQHb2R4QASDrx54mYOW7-oS4FqAB06-g3APIAQmoAwGqBHBP0Az-tF_iOdpwsBiFg6o_0WnilCarmUmQqf3x3q0qMX96S7Rdq9bNb0OBLLvWm5P9PdX4JvhZ_DONsQdNymtrCc-Xl6jDb6b8t1DOl_vPc1Bsoxmg9_sVculGg5WpxnQsP84QgDJp0oJXujG-wVFdiAYBoAYRgAeV0N8jqAemvhvYBwA%26num%3D1%26cid%3D5GgnYENC9CVOgqd41ylgL-qV%26sig%3DAOD64_10hxOWx3TKts_xCmqigQyI0eqWtA%26client%3Dca-pub-9668465375855391%26adurl%3D&rw=1&rand=36115655
    Line 69
    
    2) ReferenceError: loadsads is not defined
    https://bay.sitescoutadserver.com/disp?pid=FA2C210149&cm=http%3A%2F%2Fwww.googleadservices.com%2Fpagead%2Faclk%3Fsa%3DL%26ai%3DCNd8hRJzgVcSnC8_WfNCAo9AK1b7r5QWNt5OwyQHb2R4QASDrx54mYOW7-oS4FqAB06-g3APIAQmoAwGqBHBP0Az-tF_iOdpwsBiFg6o_0WnilCarmUmQqf3x3q0qMX96S7Rdq9bNb0OBLLvWm5P9PdX4JvhZ_DONsQdNymtrCc-Xl6jDb6b8t1DOl_vPc1Bsoxmg9_sVculGg5WpxnQsP84QgDJp0oJXujG-wVFdiAYBoAYRgAeV0N8jqAemvhvYBwA%26num%3D1%26cid%3D5GgnYENC9CVOgqd41ylgL-qV%26sig%3DAOD64_10hxOWx3TKts_xCmqigQyI0eqWtA%26client%3Dca-pub-9668465375855391%26adurl%3D&rw=1&rand=36115655
    Line 74

    They are not GeoDirectory realted. Once you figure out what is causing them and fix them, the best of widget tabs will work again correctly.

    Thanks

Viewing 10 posts - 1 through 10 (of 10 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket