Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #854882

    I need to remove “Share this Entry ” from comments section.

    #855120

    Hey anoopkatti,

    Please link us to a page with that section. The link above takes us to a missing page.

    Best regards,
    Jordan Shannon

    #855148

    Check this

    #855322

    Hi anoopkatti,

    Do you mean this
    https://cl.ly/230M242P403i
    or this
    https://cl.ly/313m3S093N2b ?

    Best regards,
    Victoria

    #855325

    Yes the first one.

    #855396

    the first should be removed.

    #855457

    Hi anoopkatti,

    You can configure or removed those in theme options in blog layout section
    https://cl.ly/2c323O3P322F

    If you need further assistance please let us know.
    Best regards,
    Victoria

    • This reply was modified 7 years, 9 months ago by Victoria.
    #855523

    Thanks that helps,

    Could you please help me to create commenting system like this which you presently.

    #855538

    Hi,

    Unfortunately that would be out of the scope of our support here in the forums. If you would like to complete this task http://kriesi.at/contact/customization

    Best regards,
    Jordan Shannon

    #855582

    Thanks,

    I need to make log-in and log-out menu at header. i am using buddypress plugin and have created child theme for enfold.how is this possible?

    #855588

    Hi,

    Is there a widget provided for this function? If so you can add a widget area to the header and style as you need. If it is a script tag, try adding it to the text widget.

    or

    If it’s just raw code you can use one of our header hooks to add it:

    add_action( 'ava_after_main_title', 'add_my_custom_code' );
    function add_my_custom_code() {
    ?>
    <p>My custom code here…</p>
    <?php 
    }

    Best regards,
    Jordan Shannon

    #855607

    Thanks,

    While working on writing content . The content is not well aligned. either it is left or right. I want it to be aligned from both the side.

    #855609

    its called justify(CTRL+J) option in MS word

    #855611

    just added this in Quick CSS
    body {
    text-align: justify;
    }

    still not happening

    • This reply was modified 7 years, 9 months ago by anoopkatti.
    #855908

    Hi,
    It would help if you could include the url to the text block in question, but this may help:

    p  {
    text-align: justify!important; 
    }
    

    Best regards,
    Mike

    #855985

    Thanks Mike,

    Could you please help how do i let user create new post.

    #856084

    Hi,
    You can allow users to register on your site and create content using WordPress admin interface with limited capabilities.
    First you need to enable user registration on your site. Go to Settings » General page and check ‘Any one can register’ next to Membership option. Choose ‘Author’ or ‘Contributor’ as the default user role.
    2b59d4a2737be7e2e6a3f20d91969b1c.jpg
    Don’t forget to click on the ‘Save Changes’ button to store your changes.
    Users can now register on your WordPress site by visiting the WordPress login and registration pages.
    Once registered, users can login to your WordPress site and submit posts.

    Best regards,
    Mike

    #856092

    I mean how to create something like this new post button.

    #856115

    Hi,
    You link didn’t work, can you provide a screenshot?

    Best regards,
    Mike

    #856123

    Its displayed here in site.

    The button you have to create new thread. how do i do that

    #856166

    Hi,
    You would need to use a plugin, can you explain what your goal is, are you trying to create a forum, or discussion board, or something else?

    Best regards,
    Mike

    #856170

    Yes. My site is an discussion forum. where user has the ability to create new post and post comments.

    Yes plugins. Please suggest some. i have tried many. which one is used in your support site.

    #856176

    Hi,
    bbpress, but we have customized it. Yet you will have a nice looking fourm using bbpress out of the box.

    Best regards,
    Mike

Viewing 23 posts - 1 through 23 (of 23 total)
  • You must be logged in to reply to this topic.