Notifications
Clear all

[Solved] Facebook login button doesn't respond

5 Posts
2 Users
0 Likes
837 Views
(@marloes-verhofstadt)
New Member
Joined: 4 years ago
Posts: 4
Topic starter  

Hi,

The Facebook login button isn't responding. Can you please help me? Checked the console and there seem to be no problems. Also deactivated a few plugins which are active on the page, but doesn't work.

URL: https://thex.nu/bericht-1/

Kind regards,

Marloes


   
Quote
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 

Hi @marloes-verhofstadt,

It seems you called   <?php comments_template() ?>  twice in your active theme.

Please find and delete one of them. Save delete all caches and check again. The issue should be solved.


   
ReplyQuote
(@marloes-verhofstadt)
New Member
Joined: 4 years ago
Posts: 4
Topic starter  

How can I do this?

I only see one in the single.php: <?php comments_template() ?> and if I remove it all the comments are gone.


   
ReplyQuote
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 

@marloes-verhofstadt,

The issue is caused by the Highlight and Share plugin. 

Please deactivate the plugin, delete all caches and check again. The FB login will work fine. Somehow the plugin adds it's tooltip on each link. 

facebook login

If you use the CSS code below and keep activated the Highlight and Share plugin the FB login also will work. Please put the code in the Dashboard > Comment > Setting > Styling admin page:

#wpcomm{
margin-top: 30px !important;
}

Don't forget to delete all caches and press CTRL+F5(twice) in the frontend before checking.


   
ReplyQuote
(@marloes-verhofstadt)
New Member
Joined: 4 years ago
Posts: 4
Topic starter  

Thanks! This worked!


   
ReplyQuote
Share:
Scroll to top