Viewing 15 replies - 1 through 15 (of 19 total)
  • please follow the steps from http://mapsmarker.com/readme-first

    Thread Starter VBloomberg

    (@vbloomberg)

    OK well I can’t figure it out…I don’t have any plugin’s that would be disrupting this plugin…I’m using the newest version of Chrome and it appears by looking at the footer.php that what I need is there but you can take a look…

    <?php
    /**
    * Footer for wpTraveller.
    *
    * @package WordPress
    * @subpackage wpTraveller
    * @since wpTraveller 1.0
    */
    ?>
    </div> <!– eof: .container –>
    <div id=”bottom”>
    <div class=”container bottomcont”>
    <div class=”footer-widgets”>

    <div id=”footer-left-column”>
    <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Footer Left Column’) ) : ?>
    <?php endif; ?>
    </div>
    <div id=”footer-center-column”>
    <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Footer Center Column’) ) : ?>
    <?php endif; ?>
    </div>
    <div id=”footer-right-column”>
    <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Footer Right Column’) ) : ?>
    <?php endif; ?>
    </div>
    </div>
    </div>
    </div>
    <div id=”footer”>
    <?php echo get_option(PPTNAME.’_copyrights’); ?>
    <?php _e( ‘UP WE GO’, ‘purepress’ ); ?>
    </div>
    <?php wp_footer(); ?>

    <?php
    if ( is_singular() == FALSE ) {
    $layout = get_option(PPTNAME . ‘_layout’);
    if ($layout == ‘centermaph’ || $layout == ‘centermapb’ || $layout == ‘leftmap’ || $layout == ‘rightmap’) { ?>
    <div id=”map-loader”></div>
    <div id=”map-container”>
    <div id=”map”>
    <!– map goes here –>
    </div>
    </div>
    <?php }
    }
    if ( is_singular() ) {
    global $post;
    $id = $post->ID;
    $layout = get_option(PPTNAME . ‘_layout’);
    $mapstatus = get_post_meta($id, ‘mapoptions_value’, true);
    if ($layout == ‘centermaph’ || $layout == ‘centermapb’ || $layout == ‘leftmap’ || $layout == ‘rightmap’) {
    if($mapstatus[0] == ‘on’ || $mapstatus[0] == ‘homemap’ ) { ?>
    <div id=”map-loader”></div>
    <div id=”map-container”>
    <div id=”map”>
    <!– map goes here –>
    </div>
    </div>
    <?php }

    }
    }
    ?>
    </body>
    </html>

    I’m not sure what else to do.

    have you got a url where I can look at the site?

    Thread Starter VBloomberg

    (@vbloomberg)

    http://www.theus.co login valerie/bbm4zus$

    please change the last post again – it is a security risk to post this here!!! (already got it πŸ˜‰

    Hi,
    I cant reproduce this issue on your site – see http://www.theus.co/contact/ for example where I added a test map which is shown properly.
    regards,
    Robert

    PS: as I give support for free, IΒ΄d appreciate your review at http://wordpress.org/support/view/plugin-reviews/leaflet-maps-marker

    Thread Starter VBloomberg

    (@vbloomberg)

    When you actually produce a layer it does not load http://al.theus.co/map/

    try accessing the geojson layer for that layer – if you get an internal server error please contact your hoster to take a look into the webservers logfiles…

    Thread Starter VBloomberg

    (@vbloomberg)

    This is what I get when I try to access the geojson layer

    jsonp({“type”:”FeatureCollection”,
    “features”:[
    ]});

    this mean no marker has been assigned to this layer…would need access to check that again (probably tomorrow I would have time)

    Thread Starter VBloomberg

    (@vbloomberg)

    Well I have worked on this issue for a whole day and have gotten no where this issue happened when you updated the plugin this last time…I will hold off giving a review on the plugin until it is working…

    please send me login credentials via contact form on mapsmarkr.com

    Hi,
    the problem isnt with my plugin. You are using Mapbox Streets layer as basemap, which seems to have issues (already contacted @mapbox about that – you can check http://tiles.mapbox.com/mapbox/map/mapbox-streets#3.00/-1.14/9.32 for example to see that their layer doesnt also show up on their website).
    As a solution, I switched to openstreetmap for your layer.
    best regards,
    Robert

    Thread Starter VBloomberg

    (@vbloomberg)

    So I’m stuck using the ugly openstreetmap since I can’t get the map to switch to anything but that…this is very disconcerting

    why not try mapbox (OSM)? or a map from cloudmade?

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Map will not load on my site’ is closed to new replies.