Page 1 of 1

display problem when I use the plugin in a custom html

Posted: 19 Mar 2013, 11:58
by mixwebmaster
Hi, when I use the plugin in a custom html component, the map can not be displayed correctly markers and icon for google streetview.

Can you help me (I'm going crazy) ...

If you need the link of the problem is www .idnamic.com/jamero/index.php?option=com_content&view=featured&Itemid=101&lang=it

Re: display problem when I use the plugin in a custom html

Posted: 22 Mar 2013, 01:56
by Jan
Hi, this seems to be a conflict with bootstrap in case your template uses it, see:
viewtopic.php?f=38&t=22735&p=86347#p86347

Jan

Re: display problem when I use the plugin in a custom html

Posted: 25 Mar 2013, 11:32
by mixwebmaster
First of all thanks for the reply.
I saw the post suggested, I added the code required in all the css files of my template. Then I added in the file css phocamaps (but to me is in componet / com_phocamaps / asset and not in media / com_phocamaps / css / even this last does not exist).

Still does not work. What can I do? Are in crisis because I have to publish ... :cry:

Re: display problem when I use the plugin in a custom html

Posted: 25 Mar 2013, 12:31
by mixwebmaster
I think I solved the problem by applying the most obvious ... (which, as usual, was the only one I had not tried)
I replaced the template
# phocamaps img {
max-width: none! important;
}
with
. phocamaps img {
max-width: none! important;
}

Sorry if I wasted your time but I had not thought of that .... :D

Re: display problem when I use the plugin in a custom html

Posted: 29 Mar 2013, 21:31
by Jan
Ok