• Hello Fabrik Community

    Fabrik is now in the hands of the development team that brought you Fabrik for Joomla 4. We have recently transitioned the Fabrik site over to a new server and are busy trying to clean it up. We have upgraded the site to Joomla 4 and are running the latest version of Fabrik 4. We have also upgraded the Xenforo forum software to the latest version. Many of the widgets you might have been used to on the forum are no longer operational, many abandoned by the developers. We hope to bring back some of the important ones as we have time.

    Exciting times to be sure.

    The Fabrik 4.0 Official release is now available. In addition, the Fabrik codebase is now available in a public repository. See the notices about these in the announcements section

    We wish to shout out a very big Thank You to all of you who have made donations. They have really helped. But we can always use more...wink..wink..

    Also a big Thank You to those of you who have been assisting others in the forum. This takes a very big burden off of us as we work on bugs, the website and the future of Fabrik.

WYSIWYG Editor issues on Form

Status
Not open for further replies.
the css files are loaded for both the fabrik form and the page where you see the buttons correctly styled

the issue is that on the fabrik page there is no <div id="system"> wrapping the component so the css declarations that the Joomla template has are not applied
e.g.

#system #editor-xtd-buttons .button2-left a, #system #editor-xtd-buttons .button2-left span {
/*formatting here*/
}

The system div would I guess be inserted by your Joomla template so I suggest you ask the template designer to ensure its applied to all pages.
 
Rob you are a god! Thank you, I never would have found that.

It seems the template I am using uses some warp framework which attempts to be clever about what is being rendered and only includes the required css when content is being displayed. It does not detect com_fabrik as a content renderer so did not include the div.

I was able to just wrap the call to the warp engine in the div tags in the index.php file of the base template and that solved the problem nicely.

Again, thank you very very much and I hope this explanation and how I fixed it (based on your input) helps others who come across the same problem.
 
Follow-up to this thread. Turns out IE does not like the div tags wrapped around the warp framework. No idea why. I moved the tags to the form template and that resolved the issue.
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top