Google + Not linking

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
Wed Jun 17, 2015 8:22 am
Reply with quote
Report this post
Hi Guys

My site http://www.meanders.co.za at the bottom of all my pages Heading "Lets Get Social" The First icon which at the moment is Google + does not show any links , I have even tried moving the Twitter Icon and even the facebook Icon to that position were Google + is now and still get the same results which is on my back end I have added a link to tthe said icons but in my front whatever goes in that particular position does not link ?

Another query I have on this same site is that I have tried lots of stuff to try and make the site faster e.g enable GZIP , Cloudfare , CDN , JCH Optimize etc. but still find the site slow . On tests like Google Developers Speed test or Pingdom speed test I get relatively high marks in the 90's but still find my site slow ?

Please assist .

Thanks
User avatar
Expert Boarder

teitbite
Fri Jun 19, 2015 4:08 pm
Reply with quote
Report this post
Hi

Your site is pretty fast, but if You want I advice to use jotCache component.

Can You please explain this Google+ issue a little better ? I've just clicked it and it works ok posting on my google page.
User avatar
Moderator

GK User
Fri Jun 19, 2015 8:51 pm
Reply with quote
Report this post
With regards to Google + on my end if I move my mouse over Google + text or Icon nothing happens meaning I cannot click to link to Google + whereas Facebook and twitter as soon as I move my mouse over them my mouse cursor becomes a hand and I can click to link to facebook and twitter , I have tried this many computers with same error .
User avatar
Expert Boarder

teitbite
Fri Jun 26, 2015 10:17 am
Reply with quote
Report this post
Hi

You have this code added to site:

Code: Select all
.box.layered .gkImageBlock {
    position: absolute;
}


so image is displayed over the google+ link.

Try adding this to override.css:

Code: Select all
.box.layered table {
    position: relative;
    z-index: 2;
}
User avatar
Moderator

GK User
Sat Jun 27, 2015 1:13 pm
Reply with quote
Report this post
I have added it to override.css as attachment shows , but still not working ?
User avatar
Expert Boarder

teitbite
Tue Jun 30, 2015 3:29 pm
Reply with quote
Report this post
Hi

I cannot see override.css file being loaded on Your site. Please check if it's enabled in template settings, Advanced section.
User avatar
Moderator

GK User
Mon Jul 13, 2015 2:17 pm
Reply with quote
Report this post
Hi

My bad I was loading it in the wrong place .

I have done it correctly and it is working fine , Thanks . :D
User avatar
Expert Boarder


cron