Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cubbysaquatics

    (@cubbysaquatics)

    Thanks René,

    I will send the code snippets via mail.

    Now, I can see by looking at the code block in the plugin window (as it is currently) that the code should not work, because it does not contain the necessary “\” symbols, but the ads are currently displaying properly. Perhaps the reason why the code looks wrong, but the ads are still working is because I would need to “Save Changes” before the erroneous code would be implemented. Does that make sense? I know that in the window for writing posts/pages, if you switch from text edit mode to the regular edit mode or vice versa, wordpress will automatically reformat the html code for better syntax. Maybe that is something that is happening here within the plugin?

    Thanks again for looking into it,
    David

    Thread Starter cubbysaquatics

    (@cubbysaquatics)

    Update:

    Well, I partially figured it out. For some reason, a “\” character was being removed from the code in two places. Why/how I do not know, as it is not the first or last character, so it’s not like I missed them when selecting the code block and pasting into the plugin.

    In the section: document.write(‘\x3Cscript type=”text/javascript” charset=”utf-8″ … the “\” before “x3Cscript” was dropped. It was also dropped near the end in the section (Math.floor(Math.random() * 10000000 )) + ‘”>\x3C/script>’ );

    Again, I don’t know why this has happened, but I have retyped it into all of my ads. Hopefully it will stay there. If not, I may be switching to a different plugin.

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