Forum Replies Created

Viewing 15 replies - 31 through 45 (of 96 total)
  • Thread Starter spiney

    (@steeltape)

    I solved the error and the error did come from your plugin, the culprit was line 10 from better-stop-adblock.php which is this :

    */FunctionBetterStopAdblock_i18n_init()

    there wasn’t any space after */ closing. I added a space making it like this

    */
    FunctionBetterStopAdblock_i18n_init()

    error solved.

    Hope this helps everyone having the same problem.

    Thread Starter spiney

    (@steeltape)

    yeah still happens after reinstall.
    everytime I installed new plugins/update the error pops out

    Thread Starter spiney

    (@steeltape)

    Hi Aye thanks for the code but I think you misunderstood what I just explained.

    It’s not intended to restrict all site access for users with adblock.

    Currently on my website with this plugin, if a user choose to ” yes I will disable adblock” the page keep refreshing itself and popups of warning notice asking reader to disable keep coming up non stop until we really did disable adblock.

    But if a reader decided to “ignore this msg” , no popups, no more warning, nada.

    if the plugin really intend to not restrict all site access, why did it keep popping up and refreshing page checking if reader did disable adblock? it kinda contradicts with what you said about not restricting above.

    Also, why did it bug readers who choose to disable but not those who choose to ignore it ? <- this is my question to Buks Saayman, the dev.

    Thread Starter spiney

    (@steeltape)

    Hey Aye, I see now what you meant by working.

    In the front end if users/readers choose to click I will disable adblock, the popups will keep on showing and nag till users actually disabled adblock.

    But the twist is, if people choose the other option – I wont disable. The popup will go away and doesn’t harass users.

    When I test this plugin before I only choose “will not disable” , I didn’t test with “I will disable”, because my thought is if I were readers and I wont back down easily for whatever this website asked me to.

    Conclusion, yes it works if readers choose want to disable but didn’t actually disable their plugin. and no it doesn’t work when readers choose no.

    So Aye, did you check with choosing “not” to disable on front end?

    Thread Starter spiney

    (@steeltape)

    It doesn’t work to me , as the popup close down users can browse away without closing adblock off. making me lose revenue..

    I did check out the coding and found this part

    public function do_not_nag_callback() {
    printf(
    ‘<select id=”do_not_nag” name=”anti_block_settings[do_not_nag]”>
    <option value=”0″ %s>No</option>
    <option value=”1″ %s>Yes</option>
    </select>’,
    isset($this->options[‘do_not_nag’]) && $this->options[‘do_not_nag’] == 1 ? ‘selected’ : ”,
    isset($this->options[‘do_not_nag’]) && $this->options[‘do_not_nag’] == 0 ? ‘selected’ : ”
    );
    }

    From my noob understanding, I have no knowledge in php whatsoever but doesn’t this look like even if we pick NO or Yes the setting still choose to Do not nag?

    Thread Starter spiney

    (@steeltape)

    nope that didn’t fix the problem where I choose NO iff visitors decline and it still saved as Yes..

    Thread Starter spiney

    (@steeltape)

    i dont get the point why it should make you more suspicious.

    Because the max clicks is 2 .
    Let say there are 1k clicks, half of it, around 500 people click your ads twice

    to me that looks like a pre-planned clicks.
    That is why I asked if you had conformation that this doesn’t trigger more wrath from big bad Google

    I’m having the same problem with the continue button. This happens when we tick magazine in rundown options. If we don’t tick the magazine button, then ‘continue buttons’ would misaligned itself. if we tick then it became ‘Continue reading

    it’s a bug within the theme.

    yep it’s not working. it did not detect any broken links when my site obviously had 900s broken links

    wp 3.7.1

    I want the same thing. sadly the dev is no longer active?

    Thread Starter spiney

    (@steeltape)

    I test this plugin with 3.8.1 and this error pops out

    Warning: Illegal string offset ‘where’ in /home/house/public_html/xx/wordpress/wp-content/plugins/auto-attachments/auto-attachments.php on line 457

    Warning: Illegal string offset ‘fshow’ in /home/house/public_html/xx/wordpress/wp-content/plugins/auto-attachments/auto-attachments.php on line 249

    Warning: Illegal string offset ‘fshow’ in /home/house/public_html/xx/wordpress/wp-content/plugins/auto-attachments/auto-attachments.php on line 249

    Warning: Illegal string offset ‘fshow’ in /home/house/public_html/xx/wordpress/wp-content/plugins/auto-attachments/auto-attachments.php on line 249

    Thread Starter spiney

    (@steeltape)

    Thank you for your advices. as per first post the problem here is removing category.

    My solution for this project was to redirect the post one by one since it’s a small site and doesn’t have much post.

    While the other question were about attachment page is no longer accessible and I needed the regex to help me redirect it.

    Thread Starter spiney

    (@steeltape)

    do you have so much free time that you dug up all my post in forum?

    this question was for another website and it’s not the same problem.
    and btw this one has been resolved. Thanks for the bump

    Thread Starter spiney

    (@steeltape)

    how is it not a WP troubleshooting issue? all of my attachment page link is no longer working because it stayed at

    /%year%/%monthnum%/%postname%/

    by being cynical it would really help your sale eh? Thanks for your help.

    Thread Starter spiney

    (@steeltape)

    if use postname, if had same article post on different date they they’ll be something like :

    pionervalleydesign/post
    pionervalleydesign/post2

    I don’t like that and I prefer random id number
    pionervalleydesign/post/xx
    pionervalleydesign/post/yy

    hey it’s fine if you like postname so much but I want my site to use post id so please if you can’t help, stop your trolling.

Viewing 15 replies - 31 through 45 (of 96 total)