Topic-icon System messages messing up CSS

Active Subscriptions:

None
10 years 7 months ago - 10 years 7 months ago #41421 by jesøru
Okay.. new topic.

New registrations through mod_sclogin returns system messages, in the css possiton where the login button is placed.

When new registrations are finished, system messages pops up " example - Login with facebook succes " i changed the en-GB.com_jfbconnect ini to ;

; System messages
COM_JFBCONNECT_MAP_USER_SUCCESS=""
COM_JFBCONNECT_MAP_USER_FAIL="There was a problem connecting your %s account to this site."
COM_JFBCONNECT_POWERED_BY="Powered By"
COM_JFBCONNECT_LOGIN_POPUP="You are now being logged in using your Facebook credentials"
COM_JFBCONNECT_UNABLE_TO_RETRIEVE_USER="We were unable to retrieve your %s account information. Please try again."
COM_JFBCONNECT_FB_API_ERROR="Facebook API Error: "
COM_JFBCONNECT_GOOGLE_NO_PLUS_PROFILE="There was a problem connecting to your Google+ account. Please ensure you have created a Google+ profile."

still system messages pops up, and are messing up the css.

Picture attached, would love some input on the soulution


File Attachment:
Last edit: 10 years 7 months ago by jesøru.
The topic has been locked.
Support Specialist
10 years 7 months ago #41431 by alzander
That's a template issue. JFBConnect uses the standard Joomla message queue to report events like that to the user (information, warnings and errors). We don't have a way to prevent them from showing. You can either:
* Update your template and remove the ability for messages to be displayed by removing the jdoc:include messages tag (or something like that), but then you will not receive any system notifications for the users.
* Fix the template CSS that's causing the problem. JFBConnect does not have any CSS stylings for the system messages.

I hope that helps, but if not, let me know.

Thanks,
Alex
The topic has been locked.