Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Turns out I found out the issue… I added some code to loop-index.php, which is being rendered on the frontpage…. didn’t think of that earlier..

    my bad, please close this issue!!!

    Regards,

    Hi Ismael,
    thanks for the reply. The add_filter actually didn’t work… the Text get jumbled up with the logos under “Share this entry”…

    so I created a loop-index.php copy in /includes/ on my child theme and added

    echo do_shortcode(‘[av_one_third first]
    [av_textblock size=\'\' font_color=\'\' color=\'\']
    <h2 style=”text-align: center;”>Join our newsletter</h2>
    [/av_textblock]

    [av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\' deactivate_shortcode=\'aviaTBdeactivate_shortcode\' deactivate_wrapper=\'aviaTBdeactivate_wrapper\']
    <script type=”text/javascript” src=”http://app.getresponse.com/view_webform.js?wid=12082303&u=2Qqs”></script&gt;
    [/av_codeblock]
    [/av_one_third]‘ );

    right after the do_action(‘ava_after_content’, $the_id, ‘post’); on line 229.

    and it does the same thing as the add_filter, it puts it right in the middle of the Share this logos… Almost seems like a bug in the code.

    I would however want it below the comments.

    ideas?

Viewing 2 posts - 1 through 2 (of 2 total)