Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    At first glance, your issue does not seem to be related to WordPress specifically, but rather to your Nginx/PHP configuration. A 504 Gateway Timeout error when trying to access PHP files suggests a communication issue between Nginx and PHP-FPM.

    You can try creating a basic test file (e.g., test.php) using SSH.

    <?php echo "Hello!"; ?>

    or

    <?php phpinfo(); ?>

    If the test file doesn’t execute as expected, you should check the status of your PHP-FPM service:

    systemctl status php-fpm

    Consider consulting the logs of Nginx & php-fpm found in /var/logs/.

    Regards,

    You have to edit the plugin file in charge of FB view :

    social-comments/views/Facebook.comments.markup.php

    By changing the data-width attribute. For example, if you want a full dynamic width, try :
    data-width="100%"

Viewing 2 replies - 1 through 2 (of 2 total)