Registration confirmation
Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Sun Nov 20, 2016 9:16 pm
- Reply with quote
- Report this post
Hi
When a user confirms the message on the top disappears very fast. So the user can't read it and they try to login bevore the administrator activated the account.
Is it possoblie to show the message on the main page.
the website: www.federkorb.de
When a user confirms the message on the top disappears very fast. So the user can't read it and they try to login bevore the administrator activated the account.
Is it possoblie to show the message on the main page.
the website: www.federkorb.de
-
- Fresh Boarder
- teitbite
- Thu Nov 24, 2016 11:16 am
- Reply with quote
- Report this post
Hi
Please add this code to override.css and make sure override is enabled in template settings.
Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
#system-message-container {
display: block !important;
}
-
- Moderator
- GK User
- Sun Nov 27, 2016 11:07 pm
- Reply with quote
- Report this post
Hi
Thanks. Now message box doest disappear until user will change page or refresh it.
The next Issue: can I change the position for message box. The main Page (where the registration form was) would be ideal.
Thanks. Now message box doest disappear until user will change page or refresh it.
The next Issue: can I change the position for message box. The main Page (where the registration form was) would be ideal.
-
- Fresh Boarder
- teitbite
- Fri Dec 02, 2016 3:03 pm
- Reply with quote
- Report this post
Hi
Please edit file /layout/default.php and move the code:
to a different location. Under " <div id="gkTopNav">" You will find the place where user area is.
Please edit file /layout/default.php and move the code:
- Code: Select all
<?php if(count($app->getMessageQueue())) : ?>
<jdoc:include type="message" />
<?php endif; ?>
to a different location. Under " <div id="gkTopNav">" You will find the place where user area is.
-
- Moderator
4 posts
• Page 1 of 1