Site logo

[Resolved] Leave a comment Link

Home Forums Support [Resolved] Leave a comment Link

Home Forums Support Leave a comment Link

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #2448511
    Mouse

    Hi, I added a hook in order to add “leave the comment” next to the author name and date, but its not in line with it.
    It shows like this:
    Date by author
    Leave a comment

    Whereas I want it to show Date by Author Leave a Comment

    Thanks in advance.

    #2448958
    David
    Staff
    Customer Support

    Hi there,

    how did you add it ? is it using a GP Element ? and which type.

    #2449206
    Mouse

    Yes I am using GP elements and hook with the following code:
    <span class=”comments-link”>
    <?php comments_popup_link( __( ‘Leave a comment’, ‘generatepress’ ), __( ‘1 Comment’, ‘generatepress’ ), __( ‘% Comments’, ‘generatepress’ ) ); ?>
    </span>

    I could not find any other way to show it.

    #2449642
    Fernando
    Customer Support

    Hi Mouse,

    Can you temporarily reenable right-clicking on your site so we can take a closer look? It’s currently disabled.

    #2450528
    Mouse

    sure, please check now

    #2450623
    David
    Staff
    Customer Support

    Hi there,

    add this CSS:

    
    @media(min-width: 360px {
        .single-post .entry-meta {
            display: inline-block;
        }
    }
    
    #2450849
    Mouse

    Not working

    #2450936
    Ying
    Staff
    Customer Support

    Can you try this?

    @media (min-width: 360px) {
        .single-post .entry-meta {
            display: inline-block;
        }
    }
    #2451329
    Mouse

    Thanks got it working.

    #2451884
    Ying
    Staff
    Customer Support

    No problem 🙂

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