Tagged: x
-
AuthorPosts
-
July 6, 2016 at 2:15 pm #1075242
Dane PParticipantNotice: 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.
July 6, 2016 at 2:16 pm #1075243
Dane PParticipantThis reply has been marked as private.July 6, 2016 at 6:55 pm #1075511
DarshanaModeratorHi 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
July 7, 2016 at 12:16 pm #1076698
Dane PParticipantThis reply has been marked as private.July 7, 2016 at 6:07 pm #1077081
DarshanaModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1075242 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
