Risposte nei forum create
-
AutorePost
-
max
MembroHi, sorry I forgot to add this parameter in the documentation!
You can add dtoffset in your short code. This value is the difference (in seconds) between your gps date and your camera date,
2 hours should be dtoffset=-7200 or dtoffset=7200
max
MembroHi, in the newer version I’ve added the possibility to check what you want to see in the summary table..
max
MembroThank You Ali 🙂
max
Membrono so far, but it would be available on the next release..
max
MembroYou are still including jquery twice, but it’s ok..
Even if you remove the bxSlider lines from settings.js is still not working… there is other things in your javascript..
have you tryed with the dafault theme if my plugin works?max
Membroyes, you are including jquery multiple times, at least 4 times:
<script src="http://projekt.simply9.sk/wp/wp-content/themes/cykloportal/lightbox/js/jquery-1.7.2.min.js" type="text/javascript"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js"></script> <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js?ver=1.3.2'></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js"></script>
and than twice:
<script src="http://projekt.simply9.sk/wp/wp-content/themes/cykloportal/js/jquery.vegas.js" type="text/javascript"></script> and <script type="text/javascript" src="http://projekt.simply9.sk/wp/wp-content/themes/cykloportal/js/setting.js"></script>
firebug is returning these errors:
ReferenceError: jQuery is not defined
})( jQuery );
jquery.vegas.js (line 489)ReferenceError: $ is not defined
$(function() {
setting.js (line 1)TypeError: $(“#slider1”).bxSlider is not a function
easing: ‘easeOutBounce’
setting.js (line 78)max
MembroI think your template have a lot of javascript error.. try the default template and let me know if the plugin works..
max
Membrohi, can you show me the page?
max
MembroSorry, i didn’t even read the full post.. Bosti answered for me 🙂
Thanks Bostimax
Membrohi, can you show me your website?
max
MembroHi Florian, there is a problem with your theme css,
precisely, at the line 303 of your style.css (http://www.charowo.net/wp-content/themes/diary/style.css)
.post section.postText img, .page section.postText img {
background: none repeat scroll 0 0 #F8F7F1;
border: 1px solid #FFFFFF;
box-shadow: 0 0 5px 2px #DDDDDD;
padding: 10px;
}you could add this code after just after the code above:
.post section.postText .wpgpxmaps img, .page section.postText .wpgpxmaps img {
background: none;
padding: 0;
border: none;
box-shadow: none;
}then clear your browser cache and reload the page..
12 Luglio 2012 alle 08:31 in risposta a: After version 1.1.31, can't open photo on map from iPad #526max
MembroI know, I think this is a google maps bug..
I used click, mouseup, mousedown, touchstart and touchend events but none of them were called from google maps!
I hope they fix it soon…max
MembroHi, this mean a really heavy load for your server and the client browser..
Instead I suggest you to merge your gpxs in to a single file..
You can merge your files with many programs like http://www.oziexplorer.com/ or even a text editormax
Membrook, it was a z-index issue between nggallery modal window and the full screen map.
check the new 1.1.31 version and let me know..max
MembroHi, can you show me a link to your map/gallery? which browser are you using?
-
AutorePost