Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1075242
    Dane P
    Participant

    Notice: Undefined variable: fade_duration in /home5/danepose/public_html/wp-content/themes/x/vc_templates/vc_column.php on line 27

    Notice: Undefined variable: bg_color in /home5/danepose/public_html/wp-content/themes/x/vc_templates/vc_column.php on line 88

    These showed up on my homepage recently. Went into the files and did not want to start changing code by guessing.. I am not advanced enough.

    #1075243
    Dane P
    Participant
    This reply has been marked as private.
    #1075511
    Darshana
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1076698
    Dane P
    Participant
    This reply has been marked as private.
    #1077081
    Darshana
    Moderator

    Hi there,

    Upon checking your server environment, I see that you are running PHP v5.4.43 which tend to show these notices. You can ask your hosting provider to update it to PHP v5.6 or above to avoid compatibility issues.

    As a temporary fix, you can edit the file wp-config.php which is in the root of your WordPress installation and edit the following line.

    define('WP_DEBUG', true);

    Change it as below.

    define('WP_DEBUG', false);

    Basically PHP notices you can ignore using the above method, but the best fix would be to update your PHP version.

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1075242 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>