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
display problem when I use the plugin in a custom html
-
- Phoca Newbie
- Posts: 3
- Joined: 18 Mar 2013, 10:11
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: display problem when I use the plugin in a custom html
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
viewtopic.php?f=38&t=22735&p=86347#p86347
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 18 Mar 2013, 10:11
Re: display problem when I use the plugin in a custom html
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 ...
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 ...
-
- Phoca Newbie
- Posts: 3
- Joined: 18 Mar 2013, 10:11
Re: display problem when I use the plugin in a custom html
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 ....
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 ....
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: display problem when I use the plugin in a custom html
Ok
If you find Phoca extensions useful, please support the project