• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. Hello Themefuse Team,

    On one page I have enabled comments. I imported comments from my old website which explains why there already are about 50...

    Anyway, I just noted that when the Wordpress option "[x] Break comments into pages with [10] top level comments" is enabled, there is no way to browse the other comments!
    I'm expecting it to behave like the blog overview: "Show older comments: Page 1,2,...,6" but it's not visible/possible at all!

    Any ideas how to fix this?

    Regards,
    happysmile :)

    happysmile
    11 months ago
  2. OK, I just noticed that you've disabled this functionality in "comments.php". Removing the file comments from <div class="navigation"> enables it again.
    I guess you've disabled it because it looks pretty bad -> just two links in two rows saying "« Older Comments" and "Newer Comments »"... it looks horrible and can really be improved!

    So how can I add the pretty paging links from the blog overview which we would get e.g. on this page if there are more than 10 posts?

    happysmile
    11 months ago
  3. Hi,
    we disabled this option ad there wasn't a design for comments pagination. We would take a look into this for future.

    Cheers,
    Max.

    Max
    11 months ago
  4. Yeah, adding something like this in the future would be great.
    I've added the "alignleft" and "alignright" classes to the links and it looks OK now...

    Another problem I have found:
    - In the comments line-breaks don't work! Where can I enable them?
    - Also wp_list_comments() uses a callback function custom_comments(). Where can I find this function?

    happysmile
    11 months ago
  5. Hi,

    - In the comments line-breaks don't work! Where can I enable them?
    To solve this please open the theme-comments.php file (library\tfuse_mods\thememodules) and find there this code:

    <div class="comment-entry"><?php echo get_comment_text() ?> </div>
    

    and replace with:
    <div class="comment-entry"><?php comment_text() ?> </div>
    

    Also wp_list_comments() uses a callback function custom_comments(). Where can I find this function?
    You can find it in the theme-comments.php(library/tfuse-mods/tfusemodules)
    Why do you need this function?

    Cheers,
    George

    George
    11 months ago
  6. Thanks George.

    Replacing it with comment_text() works just fine!

    By the way, I wanted to know where the custom_comment() function is because I was curious about what it exactly does. Also I suspected that it can be fixed right there... ;-)

    However, what I don't like is that I already changed tons of the internal theme files even though I'm using the child theme technique.

    Could you please provide more options like this in future releases of the theme?!
    What I had to edit so far:
    - "include_js.php" -> autoplay_slideshow: false (otherwise major problem with youtube videos)
    - "theme_add.php" -> removal of unused js/css files
    - "theme-comments.php" -> comment_text() (to enable line breaks)
    - "core.php" -> if (is_feed()) { $title = ''; } (doubled feed title error)
    - "sendmail.php" -> $already_used = array(...,'undefined') (otherwise mail contains something like "undefined = Submit Message")
    - "sendmail.php" -> $message1 = stripcslashes(nl2br($the_message)); (otherwise e.g. "that's" is mailed as "that\'s")
    - "sendemail.php" -> Various modifications to enable different email addresses

    ...Of course this is just a small idea for you guys. Welcome Inn still rocks and your support is awesome!

    Regards,
    happysmile :)

    happysmile
    11 months ago
  7. Hi,

    We'll consider this in future. Thank you for recommendation.

    Cheers,
    George

    George
    11 months ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.