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:
Thanks and regards,
Marek
- Internetional
-
- Commercial Templates
- Thursday, 31 March 2016
- Subscribe via email
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)...
Ciarán
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
- more than a month ago
- Commercial Templates
- # 1
This Joomla is realy giving me a hard time
I analyzed the message with Firebug and this is the html-code:
But I don't now if it comes from language files.
The CSS is from bootstrap.css
Is this information usefull to you?
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?
- more than a month ago
- Commercial Templates
- # 2
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
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
- more than a month ago
- Commercial Templates
- # 3
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.
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.
- more than a month ago
- Commercial Templates
- # 4
Thank you however hitting the 'gold coin' appears to send us back to your homepage within alert message been shown.
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 5
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
[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
- more than a month ago
- Commercial Templates
- # 6
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »