Overlaps with the logo...

Support desk for Multipurpose Quark Theme
GK User
Sun Feb 28, 2016 12:00 pm
Hello, when I update the number of products in the shopping cart, I get written up, with yellow background in the highest part of the page, it appears stuck and overlaps with the logo, menu ... Any solution ?, thanks greetings. :?: :oops:
*Attached image...
CART_TEXT.jpg
User avatar
Platinum Boarder

teitbite
Thu Mar 03, 2016 10:02 am
Hi

This is how it supposed to be, but if You wish to move message under the menu as it is forced by joomla than add this code to override.css

Code: Select all
#gkHeader {
    height: 110px;
}
User avatar
Moderator

GK User
Thu Mar 03, 2016 3:25 pm
Hi. Tested code does not work and I created a real problem in the template. I attach picture, thanks, greetings ... :oops: :?:

CART_CODE.jpg
User avatar
Platinum Boarder

teitbite
Tue Mar 08, 2016 1:33 pm
Hi

What problem You have in mind ?

My code works when I try it with firebug (see screenshot), but You can use different solution. Remove the old code and use this instead:

Code: Select all
#system-message-container {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 98px;
    width: 100%;
}
User avatar
Moderator

GK User
Thu Mar 10, 2016 4:33 pm
Hi. Thanks for your reply, the code works well and is perfect, I really like how it looks on the page ... Unfortunately, provaca an error: The Message of the "Contact Form" site works well, but as add its code the message does not appear as before ... I attached image, some solution ?, thanks, greetings ... :?: :oops:

MESS_CONTACT_FORM.jpg
User avatar
Platinum Boarder

teitbite
Wed Mar 16, 2016 11:35 am
Hi

What do I need to do to see a message as on Your screen ?

When I try to send a message I can see it like on my screen.
User avatar
Moderator

GK User
Wed Mar 16, 2016 11:10 pm
Hi. The error occurs when you send a real message, not to leave empty fields ... In addition, the message must be displayed on the Home Page after the user is redirected ... Please, it suffices to prove your code without your code ... I need some solution, thanks, greetings ...
User avatar
Platinum Boarder

teitbite
Tue Mar 22, 2016 11:51 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#system-message-container {
    z-index: 1;
}
User avatar
Moderator

GK User
Tue Mar 22, 2016 8:24 pm
Hi. Thanks for your reply. Now get the message, * but comes in Black, you must exit in orange as in the case of other system messages, and the images that I attached. The second problem is that these system messages, when they leave, they must remain on the screen for a few seconds of default, the time that the client can read and then automatically disappear. In this case I see that messages remain on the screen and so not right. Please also we can solve these two problems, thanks, greetings ... :?: :oops:

MESS_CONTACT_FORM_A1.jpg


MESS_CONTACT_FORM_A2.jpg
User avatar
Platinum Boarder

teitbite
Mon Mar 28, 2016 9:49 am
Hi

As You can see my code haven't added any color to error messages, so this is the color which was there already.

Add this to overwrite.css:

Code: Select all
#system-message dd {
    background: #eba034 none repeat scroll 0 0;
}

#system-message-container {
    z-index: 999;
}


There is no code to hide after some time, so You can add it on Your own to /layout/blocks/head.php

Code: Select all
<script type="text/javascript">(function($) {$(document).ready(function() {
setTimeout(function() {
    $('#system-message-container').fadeOut('fast');
}, 15000);
});})(jQuery)</script>
User avatar
Moderator

GK User
Mon Mar 28, 2016 3:46 pm
Hi, ok, I resolved. Now it works fine. But I confess that use Joomla almeno 10 years and each system message disappears after a few seconds ... I have no idea dependent, but the first time I have to add a code ... Thanks, greetings ... René
User avatar
Platinum Boarder

teitbite
Sat Apr 02, 2016 11:30 am
Hi

The fact if it disappear or not depends from template. Joomla itself has not code to do that on it's own. So it's all developers creating templates. We have not implemented that for this one.
User avatar
Moderator

GK User
Sat Apr 02, 2016 6:10 pm
OK thanks greetings...
User avatar
Platinum Boarder

teitbite
Wed Apr 06, 2016 9:27 am
Hi

Ok. Everything looks to be wrap up in this thread, so I'm closing it now.
User avatar
Moderator


cron