By Kenneth Koppervik on Wednesday, 08 October 2014
Posted in Technical Issues
Replies 7
Likes 0
Views 877
Votes 0
Logout button in toolbar does not log you out after click. is there any javaconflict with easydiscuss?
This solution is for JoomlArt T3-framework ( t3bs3_blank)

Add these lines to template t3bs3_blank/js/script.js:

<code>
(function($){

$(document).ready(function(){

$('button.logoutButton').click(function(){
$('form#logoutForm').submit();
})
});

})(jQuery);

</code>

and this to t3bs3_blank/ect/assets.xml first thing after <assets>
<code>
<scripts>
<file>js/script.js</file>
</scripts>
</code>

Thanks!
·
Thursday, 09 October 2014 18:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Kenneth,

I've checked your site and seems like if I change the template to default joomla (Protostar), the issue is gone. You might want to consult with the template developer about this.
·
Thursday, 09 October 2014 10:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Nick, this issue is pointed out by T3-framework developers earlier on:
http://www.joomlart.com/forums/showthread.php?97046-Purity-III-1.0.1-and-EasyDiscuss-Css-Problem&p=418026&viewfull=1#post418026

They are pointing back at you guys.

I tried their solution, but i could not get it working. Leaving me back here with you Please?
·
Thursday, 09 October 2014 14:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Kenneth!

Justin here, from Stack Ideas's marketing team. I've checked with issue with the JoomlArt team and they have requested for an access to your site in order for them to check this issue for you. Would it be alright if I provide your site's access to the JoomlArt team?

In case you feel uncomfortable (which I totally understand!), Arvind from JoomlArt have requested for you to get in touch with him via Skype. His Skype ID is "joomspot".
·
Thursday, 09 October 2014 15:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Justin, No problem trusting in you or joomlart Just in case there is any question i added him on skype. thanks.
·
Thursday, 09 October 2014 16:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Kenneth,

Great! Thank you for trusting us. I've forwarded your site's detail to Arvind personally via Skype. I believe he should be handling your case and determine whether the fix is from his end or ours.

Looking forward to the results.
·
Thursday, 09 October 2014 17:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Kenneth Koppervik,

Thanks for sharing the solution at here Glad to heard your issues resolved.
·
Thursday, 09 October 2014 18:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post