Conversation
supportI have the widget in the footer and the Facebook URL is not showing. It is blank. Does this possibly have to do with a privacy setting in the Facebook itself? Also, the widget title does not show unless I make the background white, the title is black font. The footer has a black background but I have another website with same color background (although different theme) and the widget works perfectly – title is white. Thank you for your help. The page I need help with: [ log in to see the link]
Hi @gwozniak20 To be honest, I don’t know why you dont see the Facebook box. All the rendering is there but it is rendered in a <span> with a width and height of 0px . That is why it isn’t showing, but I don’t know why. It seems like the Facebook API is doing this. Is the Facebook page public? As far as the colors go, it is your theme that makes the <h5> element black. If you use this CSS in your Custom CSS from the theme you should be good to go: .elementor-widget-wp-widget-aio_facebook_like_widget h5 { color: white; }
Yes, while the page was published to public, it had restrictions for age and countries who could view. Since this page is age appropriate for anyone I just had remove those restrictions and it started working. The code also worked perfectly. Thank you so much!
Hi @gwozniak20 , glad to be of help! If you like the plugin, would you please consider writing a review on https://wordpress.org/support/plugin/all-in-one-facebook-like-widget/reviews/#new-post or making a small donation? Kind regards, Jeroen Peters
Hi @gwozniak20 To be honest, I don’t know why you dont see the Facebook box. All the rendering is there but it is rendered in a <span> with a width and height of 0px . That is why it isn’t showing, but I don’t know why. It seems like the Facebook API is doing this. Is the Facebook page public? As far as the colors go, it is your theme that makes the <h5> element black. If you use this CSS in your Custom CSS from the theme you should be good to go: .elementor-widget-wp-widget-aio_facebook_like_widget h5 { color: white; }
Yes, while the page was published to public, it had restrictions for age and countries who could view. Since this page is age appropriate for anyone I just had remove those restrictions and it started working. The code also worked perfectly. Thank you so much!
Hi @gwozniak20 , glad to be of help! If you like the plugin, would you please consider writing a review on https://wordpress.org/support/plugin/all-in-one-facebook-like-widget/reviews/#new-post or making a small donation? Kind regards, Jeroen Peters