Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1461700

    Hi, im trying to figure out how to move “Share Links At The Bottom Of Your Blog Post” to above featured image. (without adv layout builder)
    Can you help me? tks

    • This topic was modified 4 months, 2 weeks ago by emanar.
    #1461743

    Hey Rafael,

    Thank you for the inquiry.

    This is possible, but you may need to override and modify the enfold/includes/loop-index.php file in your child theme. Look for this function around line 613:

    //share links on single post
    avia_social_share_links_single_post();
    

    And move it above this code or comment around line 219:

    //on single page replace the link with a fullscreen image
    

    This should render the share section above the featured image or slider.

    Best regards,
    Ismael

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