Chris Hammond
Forum Replies Created
-
Forum: Plugins
In reply to: [Statebuilt Facebook Page Like Popup] problems with responsive themeHey there! I added an update to fix the problem with it not displaying properly. If you update the plugin to the latest version, it should work now ??
Hi masaleiro! Thank you for using our plugin!
I have looked at your site and each time I refreshed the page, the popup appeared to fire properly. It looks like you have the “Time Before Firing” set to 3 seconds in your options. This could be the possible cause. If this continues to be an issue, could you try set it to be at least 5 seconds?
Forum: Plugins
In reply to: [Statebuilt Facebook Page Like Popup] contact btnHi nederkoorn,
Which contact button are you referring to? This plugin doesn’t have a contact button. Could you please include a screenshot so I can have a better understanding of your question?
Thanks!
Hi Jon,
I’m glad you like the plugin! We do intend to add options to hide on mobile and to change the location of the popup in a future update. We are also planning to add premium features in the future, including hiding the popup from current fans. Thanks for the requests!It turns out that the if statement I posted earlier was causing the Facebook pop-up window to act weird so I replaced it with this and now everything works great for me on my setup:
$(document).on( 'click', '.dpsp-network-btn', function(e) { if(! $(this).hasClass('dpsp-twitter')) { // prevent twitter from opening 2 windows in Firefox e.preventDefault(); if( $(this).attr('href') == '#' ) return false; $(this).blur(); window.open( $(this).attr('href'),'targetWindow', "toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=700,height=300,top=200,left=" + ($(window).innerWidth() - 700)/2 ); } });
Forum: Plugins
In reply to: [Statebuilt Facebook Page Like Popup] problems with responsive themeHi,
I apologize for the delayed response and I’m sorry you’re experiencing an issue with the plugin. Thank you for bringing this to my attention.Do you have any other plugins installed that are Facebook-related? I am not very familiar with “The 7” theme, but the plugin is built to be responsive itself and I have not been able to replicate what you are experiencing. If you have any other information about other plugins, etc. it might help me to pinpoint the issue.
I have only tested it on Mac OS X Yosemite (10.10.5)
Forum: Reviews
In reply to: [Statebuilt Facebook Page Like Popup] Great and easyHi daffinc, thank you for the great review! I’ll be sure to add the max-width option to the next release. Thank you for the suggestion!
Forum: Reviews
In reply to: [Statebuilt Facebook Page Like Popup] Easy and flexibleI’m very glad you like the plugin! Thank you for using it! ??
Forum: Plugins
In reply to: [Statebuilt Facebook Page Like Popup] other language?7grafix,
I have added language support for 91 different languages, including Dutch – Netherlands! Next time you update the plugin, you will see the option in the Statebuild FB Popup settings! Thanks for the feature request!
Hi Indian Ocean!
Thank you for the great review! I will have to research how to hide the popup from users who have already liked the FB page, but I hope to add this a feature in the future.
Thanks!
Chris
https://statebuilt.comForum: Plugins
In reply to: [Statebuilt Facebook Page Like Popup] other language?Hi 7grafix!
Thanks for using the plugin! I will add language support in the next update, but for now, you can change it in 2 places in the code for a temporary fix until I add full language support to the plugin:In
statebuilt-fb-popup.php
(line 81) AND insbfp-settings.php
(line 116) you can change:js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5&appId=417184695094507";
to this:
js.src = "//connect.facebook.net/nl_NL/sdk.js#xfbml=1&version=v2.5&appId=417184695094507";
Please let me know if you have any other questions! ??
NOTE: The code in
statebuilt-fb-popup.php
will affect the language on the front-end of your plugin, while the code insbfp-settings.php
will affect the preview on your settings page in the dashboard.