Hi, I am having a very odd problem with the conflicting of two plugins, I am using Chronoforms on Joomla 1.5 and also Ignite Gallery, with every other browser the two plugins live happily together on the page and everything looks normal, load the site up in Firefox 10 Chronoforms vanishes. If I disable the Ignite gallery plugin my slideshow vanishes and the forms come back.......the strange thing is it only seems to do it on firefox ?.
http://www.key4design.co.uk/sosdirect/
http://www.key4design.co.uk/sosdirect/
Hi Creak2,
The gallery is pushing the form over into the right hand column, if you remove this line from category.css around line 171 it pops back into view again . .. but removing it may have other consequences :-(
Bob
The gallery is pushing the form over into the right hand column, if you remove this line from category.css around line 171 it pops back into view again . .. but removing it may have other consequences :-(
div.main_des_container {
/*float: left; remove this line */
margin-left: 10px;
overflow: visible !important;
width: 600px;
}
Bob
This topic is locked and no more replies can be posted.