spiney
Forum Replies Created
-
Forum: Plugins
In reply to: [Better Stop Adblock] new version error after updateI 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.
Forum: Plugins
In reply to: [Better Stop Adblock] new version error after updateyeah still happens after reinstall.
everytime I installed new plugins/update the error pops outForum: Plugins
In reply to: [Anti-block] bugs and not working properlyHi 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.
Forum: Plugins
In reply to: [Anti-block] bugs and not working properlyHey 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?
Forum: Plugins
In reply to: [Anti-block] bugs and not working properlyIt 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?
Forum: Plugins
In reply to: [Anti-block] bugs and not working properlynope that didn’t fix the problem where I choose NO iff visitors decline and it still saved as Yes..
Forum: Plugins
In reply to: [Google AdSense Click-Fraud Monitoring Plugin] will get ban?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 twiceto 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 GoogleForum: Themes and Templates
In reply to: [Rundown] Continue reading does not workI’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.
Forum: Plugins
In reply to: [Broken Link Checker] Does nothingyep it’s not working. it did not detect any broken links when my site obviously had 900s broken links
wp 3.7.1
Forum: Plugins
In reply to: [Automatically Remove Links From Posts] Remove specific linksI want the same thing. sadly the dev is no longer active?
Forum: Plugins
In reply to: [Auto Attachments] Disable if no attachment on post/pageI 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
Forum: Plugins
In reply to: [Redirection] Redirecting a categoryThank 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.
Forum: Plugins
In reply to: [Redirection] Redirecting a categorydo 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 bumpForum: Fixing WordPress
In reply to: is this regex correct? help with redirectionhow 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.
Forum: Fixing WordPress
In reply to: is this regex correct? help with redirectionif use postname, if had same article post on different date they they’ll be something like :
pionervalleydesign/post
pionervalleydesign/post2I don’t like that and I prefer random id number
pionervalleydesign/post/xx
pionervalleydesign/post/yyhey 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.