editing warning messages

Amazing responsive, mobile ready VirtueMart e-commerce Joomla template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Oct 29, 2013 9:14 am
Reply with quote
Report this post
hi

i would like to edit the warning messages. They display totally at the top of the site, allmost invisible. i want them in the middle of the page. where the maincontent is displayed. but dont know how to do this.

can anybody help me with this?

http://robosi.ch/hts_shop2013/
this is a testsite. Using joomla 2.5.x

try to login without login, then see the message top left.
I work with firebug but it did not help with that problem.

thany you.
User avatar
Fresh Boarder

GK User
Thu Oct 31, 2013 10:15 am
Reply with quote
Report this post
Please open file layouts/default.php and find this code :

Code: Select all
   <?php if(count($app->getMessageQueue())) : ?>
   <jdoc:include type="message" />
   <?php endif; ?>


then paste it somewhere inside
Code: Select all
<section id="gkContent">
area.
User avatar
Platinum Boarder

GK User
Sun Nov 03, 2013 7:41 pm
Reply with quote
Report this post
Hi.
Thank you for your answer.

Did it. The result: The hole site moves to the left and no message is displayed anymore.
Why does firebug don't show any css rule for that messages.
I changed every message font color in the joomla.css to find out whitch rule is responsible.
but nothing is displayed anymore...so i do anyway not see any changes...

is there a mistake from my side?
Thanks for your help!
sila

<?php if(count($app->getMessageQueue())) : ?>
<section id="gkContent">
<jdoc:include type="message"/>
<?php endif; ?>

#system-message dd {
padding: 5px 12px;
color: #999;
font-size: 16px;
text-align: center;
font-weight: 300;
margin: 0 auto;
background: #353636;
}
#system-message dd.error {
color: #930;
background: #fb5a29;
}
#system-message dd.notice {
color: #333;
background: #fff;
User avatar
Fresh Boarder

GK User
Tue Nov 05, 2013 10:01 am
Reply with quote
Report this post
Hmm... maybe just styleX.css file overwrite the joomla.css file? Please try to add rules there or just to override.css file.
User avatar
Platinum Boarder

GK User
Tue Nov 05, 2013 4:38 pm
Reply with quote
Report this post
03.png
bkrztuk wrote:Hmm... maybe just styleX.css file overwrite the joomla.css file? Please try to add rules there or just to override.css file.



hi

thank you for your answer.
i changed from hikashop to virtuemart, in that way i can use the cart module like the template does. so the other problem is disapered.

But i do have another one.

i would love to create a third colum in the submenu with a third group. But the thirt group is displayed at the bottom of the submenu. i would like to place it to the left of the second group. but i don't know how.
but i am sure you know.

can you help me with this? see accachment
User avatar
Fresh Boarder

GK User
Tue Nov 05, 2013 4:52 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Wed Nov 06, 2013 9:13 am
Reply with quote
Report this post
Did you select the parent columns value to 3? screenshot Please remember that the child should be mark as group also.
User avatar
Platinum Boarder

GK User
Wed Nov 06, 2013 4:11 pm
Reply with quote
Report this post
thank you! worked! juhhuiii!!! looks great! love it
User avatar
Fresh Boarder


cron