Logout issue

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
Mon Nov 30, 2015 11:31 am
Reply with quote
Report this post
Hi,
I have a problem that only occurs when I enter the shop.
By clicking on the My Account link, you do not see the area (at the level of code exists).
If you are anywhere in the site it is displayed correctly.
See attachments and code.
capture1MenuStore.png

Code in menu Store
Code: Select all
<div id="gkPopupLogin">   
   <div class="gkPopupWrap">
      <i class="gk-icon-cross"></i>
      <div id="loginForm">
         <h3>Logout </h3>
         
         <div class="clear overflow">
                        <div>
                           <form action="http://dev.gioacchinocipriano.it/shop.html" method="post" id="login-form" class="form-vertical">
   <div class="login-greeting">
   Ciao Utente Test,   </div>
   <div class="logout-button">
      <input type="submit" name="Submit" class="btn btn-primary" value="Esci" />
      <input type="hidden" name="option" value="com_users" />
      <input type="hidden" name="task" value="user.logout" />
      <input type="hidden" name="return" value="aW5kZXgucGhwP0l0ZW1pZD02NDA=" />
      <input type="hidden" name="e21ce9afa226a1e94ca118a6849c6704" value="1" />   </div>
</form>

                        </div>
                        
                        <div class="gkUsermenu">
               <ul class="nav menu">
<li class="item-199"><a href="/il-tuo-profilo.html" >Il tuo profilo</a></li><li class="item-200"><a href="/modifica-il-profilo.html" >Modifica il profilo</a></li></ul>

            </div>
                     </div>
      </div>        
   </div>
</div>

capture2OtherMenu.png

Code in other menu
Code: Select all
<div id="gkPopupLogin">   
   <div class="gkPopupWrap">
      <i class="gk-icon-cross"></i>
      <div id="loginForm">
         <h3>Logout </h3>
         
         <div class="clear overflow">
                        <div>
                           <form action="http://dev.gioacchinocipriano.it/convenzioni.html" method="post" id="login-form" class="form-vertical">
   <div class="login-greeting">
   Ciao Utente Test,   </div>
   <div class="logout-button">
      <input type="submit" name="Submit" class="btn btn-primary" value="Esci" />
      <input type="hidden" name="option" value="com_users" />
      <input type="hidden" name="task" value="user.logout" />
      <input type="hidden" name="return" value="aW5kZXgucGhwP0l0ZW1pZD02NDA=" />
      <input type="hidden" name="e21ce9afa226a1e94ca118a6849c6704" value="1" />   </div>
</form>

                        </div>
                        
                        <div class="gkUsermenu">
               <ul class="nav menu">
<li class="item-199"><a href="/il-tuo-profilo.html" >Il tuo profilo</a></li><li class="item-200"><a href="/modifica-il-profilo.html" >Modifica il profilo</a></li></ul>

            </div>
                     </div>
      </div>        
   </div>
</div>

Any idea?
User avatar
Expert Boarder

teitbite
Mon Nov 30, 2015 7:01 pm
Reply with quote
Report this post
Hi

Unfortunately no idea. Please tell me the url to Your site and instruct what to do to see this problem (broken logout page, I mean).
User avatar
Moderator

GK User
Mon Nov 30, 2015 7:23 pm
Reply with quote
Report this post
teitbite wrote:Hi

Unfortunately no idea. Please tell me the url to Your site and instruct what to do to see this problem (broken logout page, I mean).

Hi teitbite,
Good news and bad news.
Good news: I just solved this problem, I removed the tick on checkbox uses CSS VirtueMart.
Bad News: This problem persists in the My Cart link. When I click the link, it shows the blank page. (But if I view the page source is all the code html).

The site is reserved for pre-registered users.
To show you the problem I should create you and provide the access credentials.
If you want to send them in PVT, you must also log in as Super User?
Also in PVT I can explain how to reproduce the problem.
I await confirmation from you for the PVT.
Rgds
User avatar
Expert Boarder

GK User
Mon Nov 30, 2015 7:47 pm
Reply with quote
Report this post
Jack19 wrote:
teitbite wrote:Hi

Unfortunately no idea. Please tell me the url to Your site and instruct what to do to see this problem (broken logout page, I mean).

Hi teitbite,
Good news and bad news.
Good news: I just solved this problem, I removed the tick on checkbox uses CSS VirtueMart.
Bad News: This problem persists in the My Cart link. When I click the link, it shows the blank page. (But if I view the page source is all the code html).

The site is reserved for pre-registered users.
To show you the problem I should create you and provide the access credentials.
If you want to send them in PVT, you must also log in as Super User?
Also in PVT I can explain how to reproduce the problem.
I await confirmation from you for the PVT.
Rgds

I discovered that the link My Cart combined to form VM - Shopping cart, if it is not published on every page returns this type of problem.You 'can get around this by assigning only some menu items?
Otherwise they are forced to leave it even if I do not like.
Rgds
Rgds.
User avatar
Expert Boarder

teitbite
Tue Dec 01, 2015 9:23 am
Reply with quote
Report this post
Hi

Och yes, cart has to be enabled for frontpage becuase AJAX is taking all details from this page as default. So if this is solving the problem than I would just hide cart on frontpage with css so it will still be accessible, but not visible.
User avatar
Moderator

GK User
Tue Dec 01, 2015 11:39 am
Reply with quote
Report this post
teitbite wrote:Hi

Och yes, cart has to be enabled for frontpage becuase AJAX is taking all details from this page as default. So if this is solving the problem than I would just hide cart on frontpage with css so it will still be accessible, but not visible.

Ok.
Tank You Very Much.
Rgds
User avatar
Expert Boarder

teitbite
Wed Dec 02, 2015 12:32 pm
Reply with quote
Report this post
Hi

Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron