Duplicte titles on Register and Login

GK User
Wed Jan 14, 2015 11:23 am
Hi,

When I go to the Login, or Register page I get duplicate titles displayed. The source shows this:

<div class="login">

<gavern:mobile>
<h3>Log in</h3>
</gavern:mobile>

<div id="gkLogin">
<h2>Login</h2>

You will notice that the spellings are different and I have no idea where the first one, within the gavern:mobile id is coming from.

And for the Registration:

<div id="gkMainbody" class="gkMain">
<div id="gkMainbodyWrap">
<div id="gkComponent">
<div class="registration">
<div id="gkRegister">
<h2>Registration</h2>
<form id="member-registration" action="/index.php/component/users/?task=registration.register" method="post" class="form-validate" enctype="multipart/form-data">
<fieldset>
<legend>User Registration</legend>
<dl>
<dt>

Can anyone help ?

Thanks

Damian
User avatar
Fresh Boarder

teitbite
Wed Jan 14, 2015 1:14 pm
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Wed Jan 14, 2015 1:40 pm
2 x PM sent.

Thanks

Damian
User avatar
Fresh Boarder

GK User
Wed Jan 14, 2015 8:39 pm
Cant send PM for some reason, just stuck in outbox.

The website is shop.koi-waterlife-centre.com

Cheers
User avatar
Fresh Boarder

GK User
Wed Jan 14, 2015 10:57 pm
I seemed to have resolved the login title issue, using GK Cache. Just the registration one now to fix.

Any thoughts ?

Cheers

Damian
User avatar
Fresh Boarder

teitbite
Fri Jan 16, 2015 2:01 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#member-registration legend,
#loginForm h4 { display: none; }
User avatar
Moderator


cron