New Landing How can we help? Themeforest Theme Support Flexform allow comments for pages

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Flexform
  • #3114
    fiqman
    Member
    Post count: 7

    Hello,

    With your (beautiful) theme I have only comments for my posts but the β€˜allow comments” option doesn’t work now.

    How can I have comments for my pages and not only for posts ?

    Thanks in advance.

     
    Marc
     

    #3213
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Marc and thanks for the compliment πŸ™‚

    The theme doesn’t support comments in pages by default, but you can add them by editing page.php :

    – edit that theme file and scroll down to line 110 : http://cl.ly/image/3o232j0D2f1P
    – on that line, paste this code :

    Save the file to server and test again, comments should be enabled now.

    Regards,

    β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”

    Cosmin
    Support Assistant

    #3239
    fiqman
    Member
    Post count: 7

    Hi Cosmin,

    You’re welcome !

    thank you very muchΒ for your help, but where is the code ??…

    #3242
    fiqman
    Member
    Post count: 7

    I try the code found in single.php^:

    <?php if ( comments_open() ) { ?>
    <div id=”comment-area”>
    <?php comments_template(”, true); ?>
    </div>
    <?php } ?>

    It’s working but I have lost the style of the send button !..

    How can I have it here too ?

    Tks

    Marc.

     

     

    #3338
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Yeah, sorry, forgot to close the code tag and the forum ate my code πŸ™‚

    Can you please link to that page so I can take a look at it and check why it’s not styling it?

    Regards,

    β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”

    Cosmin
    Support Assistant

    #3472
    fiqman
    Member
    Post count: 7

    My site is not accessible for the moment (in local).

    See capture file in attachements wich showing the poor button style..

    #3601
    Cosmin – SUPPORT
    Member
    Post count: 3851

    I would have needed to see the HTML source of your page, as it looks like the comment form is missing some CSS classes.

    Maybe try this custom CSS:

    #respond input[type="submit"] {
        background: #000;
        color: #FFF;
        border: 0 none;
        border-radius: 15px 15px 15px 15px;
        margin: 0;
        padding: 8px 11px;
    }

    Regards,

    β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”

    Cosmin
    Support Assistant

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register