as you can see , my site http://theological.asia , all posts HAVE NOT comments form!!!! but i can see comments in the administrator .
YES, i enabled in settings->discussion->everybody can comment .
please help me.
i checked the Eunoia: Comments (includes/comments.php)
but i cannot find why comments for disappear , so nobody can send me any comment
comments form disappear
8 posts from 3 voices-
Posted 8 months ago #
-
Hello,
By default, the comment form should be enabled. Please try to download the theme again and install it.
Regards,
IsmaelPosted 8 months ago # -
i did redownloaded , but still the comments form is missing!!!! please help me.
WHERE I MUST SEARCH TO FIND SOMETHING?
in comments.php?
where else?
help it is very important for mePosted 8 months ago # -
and i saw this Hi!
Yes, dynamic templates don't support comments because of technical reasons. Thus you can't use dynamic templates if you want to show comments for posts and/or pages.
Best regards,
Peter http://www.kriesi.at/support/topic/enable-comments-on-pages-1
so what is going on?
please help me. what is the point of a Wordpress without comments?
what to do so that my POSTS to show the comment formPosted 8 months ago # -
i am so sorry not receiving any response , support or comment from kriesi. it is pitty the poor support. but for others who may be have the same problem with me, i found the solution.
in comments.php i changed thisecho "<div class='comment_meta_container alpha '.avia_layout('meta',false,false.' unit'>";
echo "</div>";
*/echo "<div class='comment_container ".avia_layout_class('entry',false)." units $indent'>";
i changed the false to TRUE AND WORKS but for the posts from that day an on, not the previous posts. so the working is this:echo "<div class='comment_meta_container alpha '.avia_layout('meta',true,true).' unit'>";
echo "</div>";
*/echo "<div class='comment_container ".avia_layout_class('entry',true)." units $indent'>";
Posted 8 months ago # -
Hi,
Ismael gave you the correct process for resolving this issue.
Your loop-comments.php file is missing. This is a core theme file without which the comments will not function. This file comes with the theme and lives inside the /includes/ directory. Please check if it is present in the zip file containing the theme.
Please go and download the theme and do a re-install so that the missing file can do its job.
*Please be aware that if you are using a 'child theme' there are 2 directories, the parent directory containing the theme, and a child directory containing site specific customization files. You would need to re-install the theme into the parent directory.
You could also take the above named file and please upload it to the directory mentioned above, however since 1 file was missing there may be 2 or more other files missing since I do not know why they were removed, so it is best to re-install the theme.
The attached image (http://imgur.com/p8xP8) shows the missing file and the error preventing the comments from loading.
I think you might need to instruct the person who customized this theme to remove a number of plugins that use a wrong configuration (w3 Cache) or are broken (cfct Carousel, please remove this plugin) .
Good luck,
Nick
Posted 8 months ago # -
thank you so much for the advice.
i erased the w3Cache , but i cannot find the cftct Carousel, i will search more to see where it is)
about the loop-comments.php IT WAS ALWAYS THERE, and still it is.
NOW i can have comments for the posts (from now on) BECAUSE i did this.
in comments.php i changed this
echo "<div class='comment_meta_container alpha '.avia_layout('meta',false,false.' unit'>";
echo "</div>";
*/
echo "<div class='comment_container ".avia_layout_class('entry',false)." units $indent'>";
i changed the false to TRUE AND WORKS but for the posts from that day an on, not the previous posts. so the working is this:
echo "<div class='comment_meta_container alpha '.avia_layout('meta',true,true).' unit'>";
echo "</div>";
*/
echo "<div class='comment_container ".avia_layout_class('entry',true)." units $indent'>";
and IF I PUT IT AS IT WAS , WITH THE "FALSE" THE COMMENTS FORM DISAPPEARS!!!!but again, thank you so the care, at least i had some human response .
Posted 8 months ago # -
Hello,
I am glad everything worked and hope nothing like that disturbs your work again.
Wish you the best,
Nick
Posted 8 months ago #
Topic Closed
This topic has been closed to new replies.














