1. Internetional
  2. Commercial Templates
  3. Thursday, 31 March 2016
  4.  Subscribe via email
Hello Ciarán,

I would like to format a system message tha is being displayed when public users klick a restricted menu item.
The system message is displayed in the vertical middel of the homepage and doesn't realy fit into the homepage design.
I only found real complicated stuff on the net on how to adjust system messages.
On the Joomla forum somebody told me system messages are controlled by the template.
Is this true and can I format the system message some how, maybe CSS?

This is the message I'm actually talking about:

http://fs5.directupload.net/images/user/160331/temp/t7dusfbm.png

Thanks and regards,

Marek
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Marek

Would you have a URL to an example of your system message?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
http://www.garde-division-germany.de

[ul]
[li]Hit the second menu item from the right "Gewinnspiel"[/li]
[li]Than hit the golden coin[/li]
[/ul]
You will be redirectet to home and in the middle of the page you will see the message
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you however hitting the 'gold coin' appears to send us back to your homepage within alert message been shown.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Yes, did I get your wrong?
The question is, is this message being controlled by the template (Arkadia) or by Joomla itsselve?
I would like to change the text and the design of this message.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
My apologies. What I mean is that when we click on the gold coin we are directed back to the homepage but no alert message is displayed.

It is likely the text is obtained from one of your language files (../languages). Once we can see an example of the alert message we should be able to create some CSS to style it to your taste.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
This Joomla is realy giving me a hard time :(

I analyzed the message with Firebug and this is the html-code:


<div class="message">
<div id="system-message-container">
<div id="system-message">
<div class="alert alert-message">
<a class="close" title="×" data-dismiss="alert">×</a>
<h4 class="alert-heading">Nachricht</h4>
<div>
<div class="alert-message">YOU HAVE NO ACCESS TO THIS PAGE</div>
</div>
</div>
</div>
</div>
</div>


But I don't now if it comes from language files.

The CSS is from bootstrap.css


.alert {
background-color: #fcf8e3;
border: 1px solid #fbeed5;
border-radius: 4px;
color: #c09853;
margin-bottom: 18px;
padding: 8px 35px 8px 14px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);


Is this information usefull to you?
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

The following should do the trick for you which can be added to the Custom CSS field of your templates parameters (edit to taste)...


.alert.alert-message {
background-color: #fcf8e3;
border: 1px solid #fbeed5;
border-radius: 4px;
color: #c09853;
margin-bottom: 18px;
padding: 8px 35px 8px 14px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 7
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok