Move error messages

  • Roy Chappell
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
4 years 7 months ago #141233 by Roy Chappell
Move error messages was created by Roy Chappell
Hi Tuan

In Event Booking & Membership the error messages are messily (see image below) added to the template. Is it possible to change the position of the error message, if so which files/settings should I be looking at?

thanks

Please Log in or Create an account to join the conversation.

More
4 years 7 months ago #141234 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Move error messages
Hello Roy

This is Joomla system message and it is controlled by your site template, not Membership Pro. For this, please contact the developer of the template, ask them to check and correct the position of the message for you

Tuan
The following user(s) said Thank You: Roy Chappell

Please Log in or Create an account to join the conversation.

  • Roy Chappell
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
4 years 7 months ago - 4 years 7 months ago #141266 by Roy Chappell
Replied by Roy Chappell on topic Move error messages
Hi Tuan

thanks for the heads up, I should have known this.

If anybody else is using a Yootheme Pro theme, here is my css code to render the Joomla system error message better
Code:
[code]#system-message-container .uk-alert { position: fixed; top: 50%; left: 20%; right: 20%; z-index: 9999; /* Optional: */ box-shadow: 0 0 40px rgba(0,0,0,0.3); border: 1px solid #999999; transition: all 3s ease-in-out; }
[/code]

thanks
Roy
Last edit: 4 years 7 months ago by Roy Chappell.

Please Log in or Create an account to join the conversation.

More
4 years 7 months ago #141267 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Move error messages
Better report them to Yootheme so that they can fix this issue for everyone :)

Tuan

Please Log in or Create an account to join the conversation.

  • Roy Chappell
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
4 years 7 months ago #141268 by Roy Chappell
Replied by Roy Chappell on topic Move error messages
Hi Tuan

thanks

There is a support ticket in about the issue. My code was temporary fix

Roy

Please Log in or Create an account to join the conversation.

More
4 years 7 months ago #141270 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Move error messages
OK Roy.

Please Log in or Create an account to join the conversation.