VBloomberg
Forum Replies Created
-
I deleted the plugin and got back in and then I reinstalled it and it locked me out again I entered my admin email to be sent the email to regain access and never got the email so I deleted the plugin again and am now using a different plugin. I don’t need the hassle when I am trying to get this site completed!
Well since I believe it’s something that was done in your last update it has nothing to do with my sites…I will delete the plugin and give the plugin the review it deserves.
Because as I said I can’t get any other map to work I have switched to different maps within the settings and all I get is the ugly openstreetmap. I also can’t get the map to be the size I want I have it 950×750 px and it’s not working…I think there are some issues with your plugin in…I am having issues with it on two of my sites TheUS.co and TrailTrekr.com you can view that map here…http://trailtrekr.com/appalachian-trail/
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
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…
This is what I get when I try to access the geojson layer
jsonp({“type”:”FeatureCollection”,
“features”:[
]});When you actually produce a layer it does not load http://al.theus.co/map/
http://www.theus.co login valerie/bbm4zus$
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.
So let me make sure I have this straight…I upload the icons by going to the wp-content/blogs.dir and opening it and then finding the ID of the sites I want to upload the icons to and open that then upload icons into that file…correct?
Also do you know how to find the ID of the subblogs?