Hi,
Working with Joomla 2.5 and a Rockettheme template
Chronoforms V5
I have tried to view the demo forms and one I created on the frontend all blank. For the one I created, I do have the show html and added it to a menu item. Still blank.....
http://www.standupgirlfoundation.org/pp-donate-c5
Any suggestions?
Thank you,
Diana
Working with Joomla 2.5 and a Rockettheme template
Chronoforms V5
I have tried to view the demo forms and one I created on the frontend all blank. For the one I created, I do have the show html and added it to a menu item. Still blank.....
http://www.standupgirlfoundation.org/pp-donate-c5
Any suggestions?
Thank you,
Diana
Found it!!! Forms are showing now...........
Look for this css
And change to display: block !important;
Look for this css
.chronoform {
display: none;
}
And change to display: block !important;
Hi Diana,
That CSS has been added in a few sites as it hides the ChronoForms v4 strap-line in the free version; in CFv5 though it hides the form (but not the strap-line).
Bob
That CSS has been added in a few sites as it hides the ChronoForms v4 strap-line in the free version; in CFv5 though it hides the form (but not the strap-line).
Bob
Hi Bob,
So adding the changed ccs to my custom styles, is that all that I needed to do?
Thank you,
Diana
So adding the changed ccs to my custom styles, is that all that I needed to do?
Thank you,
Diana
Hi Diana,
Probably, it depends on where the original display: none CSS is and whether you still need that?
Bob
Probably, it depends on where the original display: none CSS is and whether you still need that?
Bob
Thank you Bob,
The template I use has a custom css override that I put the changed code into.
Cheers!
Diana
The template I use has a custom css override that I put the changed code into.
Cheers!
Diana
This topic is locked and no more replies can be posted.