jesperlofgren
Forum Replies Created
-
Hi,
When I’m adding what you write doodlebee the $id is the id of the post… Not the id of the author…
Is this something that can vary from theme to theme?
Best regards,
/JesperForum: Plugins
In reply to: [Basic Google Maps Placemarks] No placemarks on theme RaindropsIf you’re interested in the code I can always send it to you… Seems like something broke when I updated to 1.3.1 but I guess I just need to sit down and read it through.
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] No placemarks on theme RaindropsHi Ian,
It’s working! Great job!
I’m working on getting the zIndex part to work… I guess I’m soon there… Just have to figure out why the js complains on the zIndex value saying it’s not a number… I keep you updated.
/Jesper
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] No placemarks on theme RaindropsHi,
Adding this to the themes functions.php solved my problem:
add_theme_support( ‘post-thumbnails’ );/Jesper
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] No placemarks on theme RaindropsSorry for flooding.
When switching to TwentyEleven I can set a featured image to my Placemarks… If I switch to Vanilla I no longer have that option. That’s probably what’s causing the problem in the first place… Need to digg deeper.
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] No placemarks on theme RaindropsIf you read the source code it says:
if( latitude == ” || longitude == ” || icon == null )
{
if( window.console )
console.log(‘bgmp_createMarker(): Not all of the required data was passed in.’);
return false;
}I find no mentions in the database about the icon. I also saw now that I can’t assign a icon to a placemark… That link has disappeared from the editing page…
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] No placemarks on theme RaindropsI checked my site with Safaris error console and it also says:
bgmp_createMarker(): Not all of the required data was passed in.
wp-content/plugins/basic-google-maps-placemarks/functions.js?ver=1.2.1:146Forum: Plugins
In reply to: [Basic Google Maps Placemarks] No placemarks on theme RaindropsFirebug isn’t showing any errors at all… I also tried to inactivate all javascripts in the theme but that didn’t turn out good, instead it wasn’t loading the map at all… I guess the plugin needs the JQuery-script… I give that method another try later.
But logically the problem must be caused by one or two js-files loaded by the Vanilla theme as with the TwentyEleven theme the map is loading correctly…
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] No placemarks on theme RaindropsSorry for being a bit unclear. The map shows up but no placemarks. The strange part is that it worked earlier, until I updated your plugin. I hadthe same problem earlier wit the same theme but all of a sudden it worked just fine. Do youhave any good tricks up your sleeve?
The site is on localhost at the moment.
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] No placemarks on theme RaindropsI’m having the same problem as Orazio10 is describing above… The Maps works in TwentyTen but as soon as I activate Vanilla from Yootheme it stops…
Is there anything in the source code of the theme that should be changed in order to get it to work? I come from a Joomla environment and can’t really see why plugins stops working between different themes.