Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    For some reason, your site is rendering the javascript incorrectly. There is a double quote in the onclick call where it should be a single quote.

    Why is this? I couldn’t begin to tell you. It’s correct in the plugin and also in testing. There are too many external possibilities for me to give you a specific answer – theme, some other plugin, etc.

    I’d suggest just switching to use the TOS shortcode to set up a TOS page that the plugin will link to. This is described in the User Guide section on shortcodes – it is one of the “page” shortcodes. That will avoid the javascript onclick which will save you the effort of trying to trace why it is incorrectly rendered.

    (Incidentally, I noticed other things in your site that are incorrectly rendered outside of this plugin as well – there is a <div> and <style> tag in your document <head> which is also not right, so you have problems outside of this…)

    Thread Starter chrissmit

    (@chrissmit)

    Hi Chad,

    Thanks for the update.
    Got it solved by following your suggestion.

    I’m not so technical that I understand what you’re saying in your last () paragraph.
    I’d appreciate if you can elaborate a bit more.

    thx again,
    Chris

    Plugin Author Chad Butler

    (@cbutlerjr)

    I saw some HTML tags in the <head> section that shouldn’t have been there – could have been from a plugin that you deactivated, or something else. But whatever was causing it isn’t there anymore, so it’s kind of moot at this point.

    Thread Starter chrissmit

    (@chrissmit)

    Thanks Chad for helping out.

    rgds
    Chris

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