Doesn't show up in Localization Styling! :(
-
Hi,
Thanks for the great plugin.
I ran into an issue where the plugin doesn’t load it’s text domain and therefore won’t show up in Localization Styling. I checked facebookall_views.php and found: _e(‘Log Out’, ‘facebookall’), which means it’s supposed to work.
Did you forget to declare load_theme_textdomain? it’s kinda hard going through the support section without search so my apologies if this was already brought up.
Few other things that should be an easy fix for next version:
* Your ‘facebookall_fbmlsetup’ hook has to go in the footer, else it’s creating a fb div inside <head> causing a validation error.
* When using an image as login button, the img tag is missing an alt attribute, also causing a validation error.
I used ‘remove action’ to rehook your function in the footer so that’s one problem solved. The second one remains even if I ‘hook’ with js and add the alt attribute, so I edited facebook_views.php, which obviously isn’t going to last. ??
Thanks!
- The topic ‘Doesn't show up in Localization Styling! :(’ is closed to new replies.