Find Answers and Get Support › Forums › Armadon – Gaming Community WordPress Theme › Website Setup › Pages › Cannot modify forum page description
- This topic has 4 replies, 2 voices, and was last updated 1 year, 11 months ago by Manathan.
-
AuthorPosts
-
Tohru LeonisParticipant@tohruleonis
- 1 Topics
- 3 Posts
Since purchasing the Armadon theme, I’ve been looking through most, if not all of the php files provided and I’m not finding anywhere that I can modify the page description for the Forums. This site is being used on a hosted WordPress site and with the combination of bbpress and the Grimlock plugins, there’s no way to use the built in WP Customizer to change any of the settings within the forums.
When troubleshooting, if I disable Grimlock, you still do not have the ability to use the customizer to modify the page. Is there any specific file that I can look at that would allow me to modify the description manually?
Customize_-Loading…-and-44-more-pages-Profile-1-Microsoft-Edge-2023-02-17-12_50_04 Forums-–-Forefront-RP-and-44-more-pages-Profile-1-Microsoft-Edge-2023-02-17-11_12_57-3February 17, 2023 at 19:15 #44370@themodactyl- 0 Topics
- 6679 Posts
Hi Thoru,
Thank you for buying our theme. We hope it will meet all your expectations! 🙂
To help us getting clues and find a solution to this issue, please activate logging on your website, just turn WP_DEBUG to true, by pasting the following code lines in your wp-config.php file, just before the line that says ‘That’s all, stop editing! Happy blogging.’:
// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );
More on this in the following topic: Debugging in WordPress.
Thank you.
February 19, 2023 at 13:43 #44384Tohru LeonisParticipant@tohruleonis- 1 Topics
- 3 Posts
Manathan,
Thanks for getting back to me. I went ahead and added the WP_DEBUG line in the wp-config.php file as suggested. After editing the wp-config.php file with VSCode, I was getting the error “Warning: Constant WP_DEBUG already defined in /homepages/41/d4296831832/htdocs/wordpress/wp-config.php on line 176”. I did comment out the initial WP_DEBUG line and resaved the file.
After editing and uploading the file again, I checked wordpress/wp-content/debug.log to see what errors were being provided, and was seeing 2144 lines of the following error.
“[20-Feb-2023 06:48:20 UTC] PHP Warning: Trying to access array offset on value of type int in /homepages/41/d4296831832/htdocs/wordpress/wp-content/plugins/kirki/kirki-packages/control-react-colorful/src/Control/ReactColorful.php on line 183”
Despite these errors, I can now fully access all features of the WP Customizer.
February 20, 2023 at 08:13 #44389Tohru LeonisParticipant@tohruleonis- 1 Topics
- 3 Posts
In addendum to my last post, here is the code from that line error.
181 `if ( $total_swatches < 8 ) {
182 for ( $i = $total_swatches; $i <= 8; $i++ ) {
183 $swatches[] = $total_swatches[ $i ];`February 20, 2023 at 09:34 #44391@themodactyl- 0 Topics
- 6679 Posts
Hi Tohru,
I’m glad to read you can now access the customizer.
No worries. These are PHP warnings, not errors. Unlike errors, warnings won’t break your website. They’re just messages aimed at developers to improve their code. Thanks to the code added, you will still be able to consult the warnings and errors triggered by your website but these won’t trouble you anymore.
If you have further questions or requests, feel free to create other forum topics.
Regards,
February 20, 2023 at 11:08 #44395 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Cannot modify forum page description’ is closed to new replies.