Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Plugins & Atahualpa »

Trouble with googleMaps (PlugIn Event-manager)


  #1  
Old May 2, 2009, 01:53 PM
curious
 
21 posts · Apr 2009
Hi there,

I install the plugIn "Events.Manager" (http://wordpress.org/extend/plugins/events-manager/)

It has an integration of googleMaps (...Events Manager can find the location of your events, and accordingly display a map.).

When you add a new event inside Wordpress Backend, there is a preview of the locations map.
This works really fine.
(see Attach "preview.png")

But on the Atahualpa Theme Web-Site the view of the Map is broken with squares and no pointer-balloon)
(see Attach "map_on_site.png)

By choosing another theme the google map view on the Web-Site is o.k.

So there might be a conflict with the scripts (maybe .css) of the plugIn and Atahulpa?

Is there something I can do?

greetings,
curious

Last edited by curious; May 2, 2009 at 01:58 PM.
  #2  
Old May 2, 2009, 01:57 PM
curious
 
21 posts · Apr 2009
sorry, forgot the attachments

here they are:
Attached Thumbnails
Click image for larger version

Name:	preview.png
Views:	1146
Size:	109.7 KB
ID:	115  Click image for larger version

Name:	map_on_site.png
Views:	1202
Size:	90.8 KB
ID:	116  
  #3  
Old May 5, 2009, 04:31 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
I need to see this in action. Probably a CSS issue
  #4  
Old May 5, 2009, 04:46 PM
curious
 
21 posts · Apr 2009
Hi Flynn,

look at this:

http://www.curiousorange.de/test/

on the right side is the eventcalendar...just click on a red number..


Here is something what i found in the event manager forum. A user with another theme (called thematic) got analogical problems and this fixed his problems:

"....The problem is that Thematic applies a number of CSS rules to general selectors. In this case the .entry-content img selector messes up Google Maps online CSS.
Here's a fix:
Open thematic/style.css and comment out line 52:
max-width:100%;
becomes
/* max-width:100%;*/ ...."




thanks,

curious
  #5  
Old May 5, 2009, 08:15 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Add a CSS Insert

HTML Code:
/* For Events manager Google Map */
div#dbem-location-map img {
background-color: none;
}
I am adding this to the theme style.css, too


For everyone with a similar Google map problem but another plugin, look into the source code of the browser-rendered page to find the ID (or class) of the plugin's widget DIV, i.e. in this case div id="dbem-location-map" ... and add a corresponding CSS Insert as shown above
  #6  
Old May 6, 2009, 12:47 AM
curious
 
21 posts · Apr 2009
Hi flynn,

I insert the code to Atahualpas "style.css".

Worse luck, it doesn't work...

can you have a look again

greetings,
curious
  #7  
Old May 6, 2009, 06:44 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
"CSS Insert" is a theme options at HTML/CSS Inserts -> CSS Insert. Put it there instead of editing style.css
  #8  
Old May 6, 2009, 07:01 AM
curious
 
21 posts · Apr 2009
Now I insert the code...at HTML/CSS Inserts -> CSS Insert.



Unfortenately there are again these squares on the test-site.
Attached Thumbnails
Click image for larger version

Name:	css_insert.gif
Views:	1062
Size:	5.9 KB
ID:	121  
  #9  
Old May 6, 2009, 07:20 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Try this as CSS Insert please

div.gmnoprint img {
background-color: none !important;
}
  #10  
Old May 6, 2009, 07:45 AM
curious
 
21 posts · Apr 2009
Very resisting this plug.
No luck again with the new css insert.

greetings,

curious
  #11  
Old May 6, 2009, 09:03 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Try as CSS Insert

HTML Code:
#dbem-location-map img {background: none !important;}
This should work, if not try this instead:

div.post img {
background-color: none !important;
background: none !important;
}



This would remove the border from all images in posts. To limit it to a post i.e. the one in questions.

div#post-3 img {
{
background-color: none !important;
background: none !important;
}
  #12  
Old May 6, 2009, 11:26 AM
curious
 
21 posts · Apr 2009
Great! This plug will never hoaxing me again!

The CSS insert #dbem-location-map img {background: none !important;}
works really fine!



Many thanks for your patience to work out the right solution!


greetings ,

curious

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble with block quote doug86 Atahualpa 3 Wordpress theme 4 Sep 25, 2010 09:21 PM
Best banner ad manager plugin? paulae Plugins & Atahualpa 5 Nov 17, 2009 08:04 PM
Trouble styling calendar plugin--ATA over-riding CSS? paulae Plugins & Atahualpa 7 Jul 18, 2009 04:44 PM
Help installing event calendar widget in sidebar echamings Sidebars & Widgets 2 May 7, 2009 04:55 AM
Having trouble with the "now reading" plugin displaying pictures... widget CSS jmesax Sidebars & Widgets 3 Mar 28, 2009 11:44 PM


All times are GMT -6. The time now is 10:36 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.