kingcodefish
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-SpamShield] Can This Be Used With WP-Members?Will do.
Cheers 😀Forum: Plugins
In reply to: [WP-SpamShield] Can This Be Used With WP-Members?Alright, thanks.
I’ll ensure it works as soon as I get around to it.
Thanks for the quick updates and great support.Forum: Plugins
In reply to: [User Specific Content] Multiple user roles.@danjeeeee How would someone have multiple user roles assigned?
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Spam Protection?Sorry, turns out my ReCaptcha had just lost its data on my end, which allowed the spambots to register.
But is there a way to have a behind-the-scenes spam protection like WP-SpamShield so there isn’t a need for ReCaptcha?Forum: Plugins
In reply to: [WP-SpamShield] Can This Be Used With WP-Members?Did you ever figure out anything about this?
I’ve contacted the author of WP-Members over here.
But his plugin does include ReCaptcha which turns out had lost its data on my end. Luckily, I got it working again but I still wish there was a way to not have captcha.Forum: Plugins
In reply to: [WP-Members Membership Plugin] Bulk Page Block Not WorkingThanks for all your help!
Forum: Plugins
In reply to: [Print-O-Matic] CSS Not Working For Print PageWhoops, we have just finished testing all possibilities and we have figured out that your plugin is having a conflict with the MyPuzzle Word Search plugin. However, Print-O-Matic, without MyPuzzle Word Search plugin, doesn’t fail on other pages. We have tried Print-O-Matic 1.4, 1.5a, 1.5.1, and Print-Pro-Matic with all the recent versions of MyPuzzle Word Search. We have found that in version 1.4 and 1.5a of Print-O-Matic there is no conflict with MyPuzzle Word Search. In versions 1.5.1 and Print-Pro-Matic the conflict causes Chrome’s print interface to not appear on top of the pop-up, as well as other browsers. Now you must right-click and click Print or type CTRL-P on Windows to access the interface.
In versions 1.5.1 and Print-Pro-Matic the conflict causes the Print Page CSS to not appear in the print pop-up.
In versions 1.5.1 and Print-Pro-Matic we validated that the “do_not_print” works in preventing the display of such data in the print pop-up, but when closing the pop-up and returning to the HTML page the said “do_not_print” items remain unseen. This appears to be because the unseen element isn’t being called again after the pop-up closes.
Since your past plugin software had no conflict with MyPuzzle Word Search in any manner, my guess is that a change has occurred in your code that is causing a conflict. Although, I don’t know what this may be.
Thank you so much for all of your assistance.
Forum: Plugins
In reply to: [Print-O-Matic] CSS Not Working For Print PageI have tested your plugin on several other pages and they worked. I think that the problem is not with your plugin but someone else’s. Very sorry for the misleading post. Thank you for your support. And hovrak, the !important tag didn’t have any effect on solving the problem.
Forum: Plugins
In reply to: [Print-O-Matic] CSS Not Working For Print PageThis is the link to the page which has a print button in the top left corner of the page:
PageIf you open up the print pop-up you will see that it is completely unstyled. Even though we have this snippet of CSS in the Custom Print Page Style field:
#box #ws_wrapper {float:none;} p {margin:12px 0;} #wordsearch #ws-grid {float:none;width:480px;padding:12px;margin:20px auto;border:1px solid #000;border-radius:15px;} #wordsearch #ws-grid td.ws_size {width:48px;height:48px;font-size:30px;} #wordsearch2 #ws-grid {float:none;width:480px;padding:8px;margin:12px auto;border:1px solid #000;border-radius:15px;} #wordsearch2 #ws-grid td.ws_size {width:28px;height:28px;font-size:17px;} #ws_wrapper #ws-side {width:100%;float:left;margin:0 0 12px;padding:0 0 5px;font-size:18px;border:1px solid #000;border-radius:15px;} #ws-side p {text-decoration:underline;text-align:center;margin:5px 0 -10px;} #ws-side #wordlist ul li {float:left;width:25%;} #ws-title {text-align:center;font-weight:bold;font-size:20px;}Forum: Plugins
In reply to: [Print-O-Matic] Printing External HTML and Using External CSSWill this ever be included in Print-O-Matic or just in the Pro version?
Forum: Plugins
In reply to: [Print-O-Matic] CSS Not Working For Print PageThank your for your reply. Yes, I am using Custom Print Page Style.
Forum: Plugins
In reply to: [MyPuzzle Word Search] Plugin SuggestionsI see you have a new update fixing the problem. It all works fine now, thanks! But could you make it so once the user closes the congratulations lightbox it automatically restarts the word search?
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Duplicate not workingI’m having the same problem too.
Forum: Plugins
In reply to: [Print-O-Matic] Plugin SuggestionsI guess that’s what I’m saying. So you could print an element on the page or you could have the option to print an alternative url to an html document. Such as if you had a already styled page you wanted to print then you could link to it using the url to the page. Does this make sense?
Forum: Plugins
In reply to: [Amen] Unneeded CSSSee you changed:
div.inactive { background: rgb(192, 115, 111) !important; } div.inactivealt { background: #C0736F !important; }With:
div.amen-inactive { background: rgb(192, 115, 111) !important; } div.amen-inactivealt { background: #C0736F !important; }And changed some other features in the code.
But it worked, Thanks.