shanerobinson
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments Evolved for WordPress] Responsiveness of Facebook Comments areaAs I mentioned, the width of the FB comment block DOES go 100% width of the browser window on load. So 99.9% of the people visiting the site will never know it doesn’t go fluid on manual window resize. it’s really only an issue when testing.
Forum: Plugins
In reply to: [Comments Evolved for WordPress] Responsiveness of Facebook Comments areaSame issue here. Both the WP and G+ comment areas are responsive when you manually adjust the width of your browser window.
The FB comment block STAYS the width of the browser window when the page was loaded.
So…. technically, this really won’t be an issue for users in browsers or on mobile devices because they width of the FB comment block will display at the width of the parent bounding element when the page was loaded. This is ONLY a problem if you were to rotate your mobile device from landscape to portrait orientation, or if you manually resize the browser window on your computer.
Just FYI, by default, using the FB Comment plugin from FB, if you do NOT provide a width value in the settings, it will expand to full width of the parent element AND WILL be fully responsive when you manually adjust browser width.
Same issue. Using the “Comments Evolved” plugin:
http://wordpress.org/plugins/gplus-comments/
with WordPress, Facebook, and Google+ active, if you leave a FB comment, the email sending works, as does the “post to WP comments” feature.Any additional FB comments sends the email with the FIRST FB comment data, and the the FIRST FB comment is added to WordPress’ native comments.
So when you view the WordPress comments, you see dupes for each FB comment left of the first FB comment.
Forum: Plugins
In reply to: [Comments Evolved for WordPress] WordPress comments not displayingIt works for me if I put “wordpress” first in the tab order. For ex: “wordpress,facebook,gplus”
And if you add a comment via the Control Panel, with “wordpress” NOT first in the tab order, when you click the WP tab, the comment(s) will show but there will be no input for a new comment, like everyone is discussing above.
Yep! Knew that to be the case with WP sites that are several years old and when I saw that the the disallow was just appended to the config file.
Thanks for the fast reply!
Same thing happened to me today. Fresh update to WP 3.6 and brand new DL of “All in one WP Security…”
Below is a snippet from the wp-config file. You’ll see that the plugin is writing the disable file edits to the END of the wp-config file…. Outside the PHP closing tag:
// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-content/languages.
// For example, install de.mo to wp-content/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);
/* That’s all, stop editing! Happy blogging. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
require_once(ABSPATH . ‘wp-settings.php’);
?>//Disable File Edits
define(‘DISALLOW_FILE_EDIT’, false);