Leave a comment area

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #7966
    pulmol
    Member

    Hello, i notice that the article in my portfolio page don’t have in footer a “leave a comment” area. Where can i select it to show it on page.

    I look at setting discuss but the icon “comment” is selected.
    When i go on portfolio entry and look at screen option comment are selected.

    So i don’t understand why it doesn’t appears.

    Yours sincerelly.

    Pulmol

    #7985
    Ernesto
    Member

    Hi! Please send us a link to your webpage so we can inspect the issue by ourselves.

    Cheers!

    #8050
    Raghavendra
    Moderator

    In the file single-portfolio.php file at line number 112, pls remove the if condition and see if that helps the comments to appear for portfolio entries. The following line –

    
    

    needs to change to –

                        comments_template(' / comments . php', true); // Loads the comments.php template.
    
    
    #8647
    pulmol
    Member

    I add the line in custom css but still the same problem.

    You can see above 2 example of page without “leave a comment”

    http://moutonrose.com/mes-realisations/

    http://moutonrose.com/portfolio/ourson-rose-naissance/

    Thanks by advance

    #8677
    Veena
    Moderator

    Pls change in ‘single-portfolio.php file’, not in custom CSS.
    Pls try and let us know.

    #8863
    pulmol
    Member

    I change in single portfolio php file and i remove in custom css.

    It’s not right.

    No “leave a comment area” and i have a piece of code, up on the right and on the bottom of page.

    link:
    http://moutonrose.com/portfolio/layette-bebe/

    Another question: i make a child theme to protect opriginal theme. But when i have to make modify like single-portfolio, i have to go on original theme. So what is the interest of child theme ?

    Thanks by advance for finding a solution.

    #8876
    Veena
    Moderator

    Your modification went wrong somewhere i guess.My attempt is still in the matter.

    Could you pls give an ftp access as a private message here?

    Thanks!

    #8877
    pulmol
    Member
    This reply has been marked as private.
    #8889
    Veena
    Moderator

    Pls change the lines 112-114 ( see the snapshot your-code.png) in single-portfolio.php file to the code as in change-code.png.

    It does work!

    #8897
    pulmol
    Member

    It’s better but still a problem:

    I have the tittle “leave a comment” on the right top of page and i have the text area for comment at the end of page…

    What i want is to have all at the end of page.

    A link for the problem: http://moutonrose.com/portfolio/layette-bebe/

    Further, can you explain me the interest of child theme cause when i change code in single portfolio file, i change in fact in extinc theme and not child extinct.

    thanks for all

    #8922
    Raghavendra
    Moderator

    I added a line

    <div class="clear"></div>
    

    to move the comments down. Also, you will need to disable the WP-Columna plugin to help portfolio sidebar to move to the right instead of the bottom it is at present.

    #8925
    pulmol
    Member

    thanks a lot. I put the post as resolved

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Leave a comment area’ is closed to new replies.