Viewing 4 replies - 1 through 4 (of 4 total)
  • Same here.

    Hi,

    the same with my web site (jornalcritico.info). I think this is a browser issue. Yesterday i was with firefox16 and it was working. Today i just installed firefox17 and the box doesn’t show up! I can see the box perfectly with Chrome or IE 9…

    Powerpro, you web site works with crhome too.

    i’ve found the error and fixed it in my code.

    This is a plugin error which breaks with firefox17. In the file cardoza_facebook_like_box.php at lines 186 and 209 there is:

    “width=<?php echo $option_value[‘width’];?> &”

    You have to remove the blank space between “>” and “&”, so it looks like this:

    “width=<?php echo $option_value[‘width’];?>&”

    The error given was because the url sent to facebook api was with a blank space after the width value.

    Anyway, This is a very nice plugin. Thank you very much for sharing.

    Toni.

    Thanks @papalagui010. Solution worked. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Box not showing up’ is closed to new replies.