kirklandyuknis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments section won't render: PHP-level 404 errorI understand. Thank you so much everyone that replied, it was greatly appreciated! I’ll keep going deeper into the theme’s code and see if I can solve it while waiting for a reply on the Themesholic website. Thanks again!
Forum: Fixing WordPress
In reply to: Comments section won't render: PHP-level 404 errorsongdogtech – I apologize if I was coming off harshly, I didn’t mean to say you were wrong I just wanted to keep the conversation up-to-date as to what we were doing on our end. It did turn out to be the theme as you suggested, however Themesholoic has not responded to our request or any of the other people that were having the same problem. The thread on their support site can be found here: https://themesholic.com/support/topic/error-on-each-post-the-requested-url-returned-error-404/#post-1105 . We are currently using a temporary work-around that involves commenting out a php function call in the “wp-content/themes/byron/templates/blog/content-post-body.php” file. The line is as follows:
<?php get_template_part( 'templates/blog/social-share' ); ?>
I was wondering if you had any insight on how this might be solved in more depth?
Forum: Fixing WordPress
In reply to: Comments section won't render: PHP-level 404 errorsongdogtect – We have tried changing the theme to one of the default WordPress themes and the problem persisted. For this reason we are operating under the assumption that the theme is not the issue, however we are not discrediting the possibility that it is the theme completely. We’re executing an additive diagnostic methodology at the moment, if we discover anything new we’ll report it. We will open a ticket on the paid theme’s support site per your recommendation, however, once again, we are still operating under the assumption that the theme and plugins are not at fault.
Forum: Fixing WordPress
In reply to: Comments section won't render: PHP-level 404 errorWe were using the Disqus comment system, but even when it is disabled (within the moderation panel as well as the plugins page on WordPress) as well as when it is deleted we get the same error. Do you know the default locations of the comment templates you suspect may be causing the issue? Thanks for your reply btw ??