Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I've no idea what you mean by this, if possible please provide a screenshot of the issue. Bootstrap does re-position fields, but it does so with CSS.I noticed a strange issue in the Registration form before starting to change code. In fact if I refresh the page fields become misaligned. If I refresh again the page, fields "move" everywhere on each refresh and I don't know why. If I change CB template and revert back to Default, I don't get this problem.
Please Log in or Create an account to join the conversation.
Modules are not styled on purpose because CB doesn't load in the CB template for them. Modules should be styled to match your Joomla template and not CBs.
Bootstrap uses !important tags to force inherit styling only within it self. This ignores outside influence unless !important tag is also used and is loaded after CBs CSS. I suggest adding your custom styles to the bottom of bootstraps CSS file and tagging them !important (see bootstraps CSS for usage).
I've no idea what you mean by this, if possible please provide a screenshot of the issue. Bootstrap does re-position fields, but it does so with CSS.
Please Log in or Create an account to join the conversation.
It could be a simple matter of CSS conflict, but as you've provided no before/after screenshots I still have no idea what issue it caused.I found the problem... It was because I used a nice mathematical Captcha third party plugin "compatible" with CB. This plugin was the responsible of fields misalignment so I finally uninstall it and now all is fine. Is better to use your own CB captcha for avoid issue even if I would prefer to use mathematical way instead to classic distorted characters. This plugin worked fine with Default template but not with Boostrap...too bad.
Please Log in or Create an account to join the conversation.