display problem when I use the plugin in a custom html

Phoca plugins - support for all Phoca plugins except Phoca Gallery plugins
mixwebmaster
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 18 Mar 2013, 10:11

display problem when I use the plugin in a custom html

Post 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
User avatar
Jan
Phoca Hero
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

Post 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
If you find Phoca extensions useful, please support the project
mixwebmaster
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 18 Mar 2013, 10:11

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

Post 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:
mixwebmaster
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 18 Mar 2013, 10:11

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

Post 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
User avatar
Jan
Phoca Hero
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

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply