Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #976444

    Hi,

    I would like to be able to display a widget area in wp-admin/widgets.php for after and before post content.
    Is it also possible to add a widget area which displays after the contents x amount of paragraphs?

    This means 3 separate widget areas.

    Thanks

    #976461

    Hey ezfl0w,

    You would want to look into the available Enfold hooks:

    And then leverage that with adding in a new widget area.

    Best regards,
    Jordan Shannon

    #1212447

    Thanks I tried to display after content with this code but its not working:

    add_action('ava_after_content','avia_above_footer');
    function avia_above_footer(){
    dynamic_sidebar( 'Bottom' );
    }
    #1212957

    Hi ezfl0w,

    Please try using this hook ava_before_footer.

    Best regards,
    Victoria

    #1213313

    Thanks. It shows now but doesn’t look right, the styling is not applied.
    However, when i use the After content widget plugin it is shown properly. Why is this such an issue? Stuff like this should be working out of the box.

    #1213440

    Hi ezfl0w,

    Could you please give us a link to your website, we need more context to be able to help you.

    It’s hard to comment on the issue without seeing it.

    Best regards,
    Victoria

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