Social buttons instead of LOGIN button

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
Tue Jun 16, 2015 10:39 am
Reply with quote
Report this post
Hi guys, I'm writing to you because I'm trying to put 4 small social buttons in the top bar of my site (http://www.coldplayzone.it), where the login button is. I have searched on your Forum and I found this topic: https://www.gavick.com/forums/search?ke ... 1ea7873796
Ok, I have the same problem... I used these lines:

<?php if($this->API->modules('login')) : ?>
<jdoc:include type="modules" name="login" />
<?php endif; ?>

in default.php file but this is the result:

Image

when it should be like this:

Image

Thanks for your help.
User avatar
Expert Boarder

teitbite
Wed Jun 17, 2015 9:29 pm
Reply with quote
Report this post
Hi

Can You please publish this module on site or activate my old access to site so I'll be able to do it ?
User avatar
Moderator

GK User
Fri Jun 19, 2015 1:26 pm
Reply with quote
Report this post
Hi teibite, I sent you a pm on 12 june with user and password to enter my administration panel like super users + ftp data.

Thanks man
User avatar
Expert Boarder

teitbite
Thu Jun 25, 2015 9:54 pm
Reply with quote
Report this post
Hi

Sorry for delay. I lost Your question in the list somehow, just get to it by accident.

I've just tried to login, but the FTP You send me is not working. Can You please check it and send me the correct one ?

530 Login authentication failed. Please contact your web hosting service provider for assistance.
User avatar
Moderator

teitbite
Fri Jun 26, 2015 4:29 pm
Reply with quote
Report this post
Hi

Sorry, but I still cannot access it. If You are sure this access is correct than maybe You have an IP block for Poland activated. Can You please check that ?
User avatar
Moderator

teitbite
Wed Jul 01, 2015 9:46 am
Reply with quote
Report this post
Hi

No luck with the newly received access as well. I think You may have an ip block for Poland. It's the most common reason when I cannot access. Let me try to guess than. Add this at the end of /layout/blocks/head.php

Code: Select all
<script type="text/javascript">(function($) {$(document).ready(function() {
$('#gkHeaderNav').after('#gkPopupLogin .custom');
});})(jQuery)</script>


Than I'll see what else will be needed.
User avatar
Moderator

GK User
Sat Oct 10, 2015 1:56 am
Reply with quote
Report this post
Hello same problem here. replaced the code in default.php
i try to put the code u gave at the end of head.php but i get syntax error

my site url is www.gakopoulos.com
User avatar
Fresh Boarder

GK User
Sat Oct 10, 2015 1:48 pm
Reply with quote
Report this post
Any way to fix that;
User avatar
Fresh Boarder

teitbite
Tue Oct 13, 2015 12:10 pm
Reply with quote
Report this post
Hi

@dchatzip I can see social buttons on Your website already. Were You able to make it ? Please explain me one more time what is the problem in Your case.
User avatar
Moderator

GK User
Tue Oct 13, 2015 2:29 pm
Reply with quote
Report this post
i made them through css could not make it through the head.php
Changed the code at the default.php for the login part but then i put them in the right position through css and correct z-index. Though i have a problem now in my respnsive design. If it is a more right way to do it i would like a hand here.
User avatar
Fresh Boarder

GK User
Wed Oct 14, 2015 1:31 pm
Reply with quote
Report this post
my problem is the exact problem as the above member. The social icons (module) appears in the left side exactly down from the logo insted of the login position in the right next to the menu.
User avatar
Fresh Boarder

teitbite
Fri Oct 16, 2015 2:17 pm
Reply with quote
Report this post
Hi

Ok. So as far as I understand You need a style fr this icons. Try add this code to override.css

Code: Select all
@media only screen and (max-width:1030px) {
#je_socialicons {
    float: right;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: -100px;
    position: fixed;
    right: 5px;
    top: 50%;
    width: 35px;
    z-index: 999;
}
}
User avatar
Moderator


cron