• Resolved Krzysztof

    (@autori76)


    1. The first problem
    I have this option: Insert in the footer (before </body> tag)
    And I don’t have that option: Insert above the header (after <body> tag)
    2. Second problem
    Due to the first problem, I decided to insert the ad in a different way. I have a banner rotator plugin. I have a shortcode from this plugin but it doesn’t work. I used the Inside html element. Html element: body. When I type a text, it is displayed. And advertising is not. The php code below doesn’t work either, although in another plugin it works:
    <?php
    echo do_shortcode(‘[rotator id=130]’);
    ?>
    Whereas the shortcode and php code work in the Footer option and in the Before content option.
    I tried to use your rotator but it doesn’t work either.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Two problems’ is closed to new replies.