Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #559265

    Hello,

    I’m making a blog on a client’s site, and below the posts my client would like to change the position of ‘Share this entry’ with ‘Leave a reply’. Could you tell me how to do this?

    Kind regards,

    John Niemeijer

    #559274

    Hi johnniemeijer!

    You can use Advanced Layout Builder to create your posts and simply drag comments element above social share buttons element

    Regards,
    Yigit

    #559285

    Hello Yigit,

    I understand, but this would mean that my client would have to lay-out the posts. My client wants the ‘automatic’ solution, only with a position change of ‘Share this entry’ with ‘Leave a reply’. Is that possible?

    Kind regards, John

    #559708

    Hi!

    You can find that on line 162 in the /enfold/includes/helper-social-media.php file.

    $this->title 	= $title !== false? $title : __("Share this entry",'avia_framework');
    

    Best regards,
    Elliott

    #559821

    Hello Elliot,

    Could you tell me what I should do with this line?

    Regards, John

    #560309

    Hi!

    Sorry I misunderstood. You’ll need to delete line 274 in the /enfold/includes/loop-index.php file.

                	avia_social_share_links();
    

    And add it to line 46 in the /enfold/single.php file.

    Regards,
    Elliott

    #560573

    Hello Elliot,

    Thank you, this worked perfect!

    Regards, John

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Blog Posts: change the position of 'Share this entry' with 'Leave a reply'’ is closed to new replies.