Support » Plugin: Better Stop Adblock » Not working

  • Resolved Sigenstroem

    (@sigenstroem)


    Hi

    I’ve installed it on my blog http://w3blog.dk
    But It doesn’t seem to work on my blog, I’ve posted the setting in the bottom of my post hope you can see why it’s not working.

    Have of course testet it with a opera with adblock, and you live site block me but not my own. :o(

    <table class="bsa-form-table" border="1" bordercolor="#CCCCCC" style="background-color:" width="100%" cellpadding="5" cellspacing="5">
      <tbody>
      <tr>
      <td colspan="2">
      <hr><img src="http://w3blog.dk/wp-content/plugins/better-stop-adblock/img/settings.png" alt="settings"><b> Settings</b><hr>
      </td>
      </tr>
      <tr valign="top">
      <td>
      <input type="radio" id="bsa-mes" name="bsa-adv" value="0">
      </td>
      <td>Message.</td>
      </tr>
      <tr valign="top">
      <td>
      <input type="radio" id="bsa-img" name="bsa-adv" value="1" checked="checked">
      </td>
      <td>Image.</td>
      </tr>
      <tr valign="top">
      <td>
      <input type="url" id="bsa-input" placeholder="/uploads/image" onfocus="this.placeholder=''" onblur="this.placeholder='/uploads/image'" name="bsa-image" value="http://w3blog.dk/wp-content/plugins/better-stop-adblock/img/logo.png">
      </td>
      <td>Image Url to show visitors. ( Leave blank for Default )</td>
      </tr>
      <tr valign="top">
      <td>
      <input type="url" id="bsa-input" placeholder="http://codeclan.altervista.org/" onfocus="this.placeholder=''" onblur="this.placeholder='http://codeclan.altervista.org/'" name="bsa-url" value="http://www.google.com">
      </td>
      <td>Link Redirect Visitors.</td>
      </tr>
      <tr valign="top">
      <td>
      <input type="text" id="bsa-input" placeholder="Link Title." onfocus="this.placeholder=''" onblur="this.placeholder='Titolo del Link'" name="bsa-tit" value="Google" pattern="^[A-Za-z0-9 ?]*[A-Za-z0-9][A-Za-z0-9 ?]*$">
      </td>
      <td>Title to Assign Redirect Link.</td>
      </tr>
      <tr valign="top">
      <td>
      <input type="number" id="bsa-input" placeholder="Time in seconds." onfocus="this.placeholder=''" onblur="this.placeholder='Tempo in secondi'" name="bsa-time" value="10" pattern="\d+">
      </td>
      <td>Time to wait before closing the block.  ( Leave blank to disable )</td>
      </tr>
      <tr valign="top">
      <td>
      <input type="text" id="bsa-input" placeholder="Text Button Unlock." onfocus="this.placeholder=''" onblur="this.placeholder='Testo Pulsante di Sblocco'" name="bsa-button" value="Unlock" pattern="^[A-Za-z0-9 ?]*[A-Za-z0-9][A-Za-z0-9 ?]*$" required="">
      </td>
      <td>Testo da Assegnare al Pulsante che Chiude la finestra di Blocco.</td>
      </tr>
      <tr valign="top">
      <td>
      <input type="text" id="bsa-input" placeholder="Example: # 000000 for black." onfocus="this.placeholder=''" onblur="this.placeholder='Esempio: #000000 per il nero'" name="bsa-color" value="#FFFFFF" pattern="^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$">
      </td>
      <td>Background color of the dialog block HEX Hexadecimal. ( Leave blank for Default )</td>
      </tr>
      <tr valign="top">
      <td>
      <input type="text" id="bsa-input" placeholder="Example: # FFFFFF for white." onfocus="this.placeholder=''" onblur="this.placeholder='Esempio: #FFFFFF per il bianco'" name="bsa-color-text" value="#000000" pattern="^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$">
      </td>
      <td>Text Color in HEX Hexadecimal. ( Leave blank for Default )</td>
      </tr>
      <tr valign="top">
      <td>
      <input type="number" id="bsa-input" placeholder="Esempio: 95 (default) " onfocus="this.placeholder=''" onblur="this.placeholder='Esempio: 95 (default) '" name="bsa-opacity" value="82" min="0" max="99">
      </td>
      <td>Degree of Transparency. ( Leave blank for Default )</td>
      </tr>
      <tr valign="top">
      <td>
      <input type="number" id="bsa-input" placeholder="Time milliseconds." onfocus="this.placeholder=''" onblur="this.placeholder='Tempo millisecondi'" name="bsa-time-action" value="0" pattern="\d+">
      </td>
      <td style="color:red;">Waiting time before Take action. (Leave blank for Default)</td>
      </tr>
      <tr valign="top">
      <td>
      <input type="number" id="bsa-input" placeholder="Enable Session." onfocus="this.placeholder=''" onblur="this.placeholder='Numero Sessione'" name="bsa-session-time" value="0" pattern="\d+">
      </td>
      <td style="color:green;">Number of times per session before intervening. (Leave blank to disable)</td>
      </tr>
      <tr valign="top">
      <td>
      <input type="radio" id="bsa-urlsingle" name="bsa-custom-url" value="0" checked="checked">
      </td>
      <td style="color:blue;">Plugin Enabled on a Page.  (If URL Page is Empty, Disable Plugin on the global site)</td>
      </tr>
      <tr valign="top">
      <td>
      <input type="radio" id="bsa-urlall" name="bsa-custom-url" value="1">
      </td>
      <td style="color:blue;">Disable Plugin on a Page.  (If URL Page is Empty, Enable Plugin on the whole site)</td>
      </tr>
      <tr valign="top">
      <td>
      <input type="url" id="bsa-input" placeholder="http://" onfocus="this.placeholder=''" onblur="this.placeholder='http://'" name="bsa-select-url" value="">
      </td>
      <td style="color:blue;">URL Page. (If left blank, the options relate to global site)</td>
      </tr>
      <tr valign="top">
      <td>
      <input type="radio" id="bsa-input-box-off" name="bsa-credits" value="0" > NO
      <input type="radio" id="bsa-input-box-on" name="bsa-credits" value="1" checked="checked"> OK
      </td>
      <td>Select if you want to bring up the link of the author of the plugin.</td>
      </tr>
      </tbody></table>

    [Moderator Note: Please post code or markup between backticks or use the code button. Or better still – use a pastebin. Your posted code may now have been permanently damaged by the forum’s parser.]

    http://wordpress.org/plugins/better-stop-adblock/

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not working’ is closed to new replies.