I am un-able to type in any text field on my website. Nor can any users [closed] - wordpress

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 4 years ago.
Improve this question
I have no idea how or why this is happening, but all text fields on my website can not be typed in.
I seem to have bad luck when asking questions here so I would ask you just go to https://contest.faucetastic.fun and attempt to login. Any info/guesses or direction on this issue would be much appreciated as I legit have not the foggiest.
I've looked through possible settings as to why this is happening, but I just don't have the experience to find out what happened.
I've been wondering why I've had no sign-ups with all the ads I've ran
UPDATE:
So while I'm in my admin panel and on theme customizer I noticed I was logged in on my site itself, I clicked log out and it took me to the admin log in screen for WP. Then went back to my theme customizer and was logged in again. I clicked log out once again but this time my screen went white and did not recover.
I'm sorry that not so experienced to give more deffinate descriptions, but I'm in a serious bind here so I truly do appreciate the help.

I set the color of the text to black.. and it showed. your css has the color of the text in the input elements set to white or matches the box ..
I would put
input[type='text']{ color: black; }
in style.css
or in the js
$( "form input:text" ).css({
color: "black",
});

Alright, after some very frugal and stunning efforts from WPMU Dev. It was established that the NES Emulator Known as Retro Game Emulator has several flaws, one of which locks up all text fields on a site.
The amazing folks at WPMU Dev even went as far as reaching out to him to see if he was either aware or cared about the fault. As it turns out, He really doesn't seem to give two s**** about.
-=- And to the user that mentioned the miner. I removed that Long before your comment which concerns me. I will head there now and run a few tests
<>TID BIT TO ADD<> + <>NEW QUESTION<>
If any of you have used the nesbox before, you already know that its both A: Amazing, but B: missing some U.I components.
Now, From the back end of the retro game emulator, you can easily upload files directly into it with a drop down tab. Then on the front end, users drop the same menu, but instead it displays the games uploaded that can be played.
So my continued question now is, would it be possible to add that feature to the nesbox to make it both easier for wordpress webmasters to install, and give higher functionality to front end users.
I know this may intale a long answer, so, this is just for thought :)
should you have an explosive thought tho. please write er down ;)
<>I WILL START A NEW THREAD SOON FOR THIS<>
Just gonna jump to tic80 and talk to nesbox man
-Thanks

Related

Display Optional Content for AdBlock Users on WordPress

I am trying to set up some sort of conditional, non-intrusive text box that shows up only for people using AdBlock. I am adamantly and emphatically opposed to popups or locking the content of my website to AdBlock users. I simply want to have a small section of plain text show up that says, “Hey, you! Before you read on, we ask that you consider whitelisting us on AdBlock. (etc. etc. etc.)”. I want people to be able to scroll past it without issue and not have their experience with my website be impacted if they choose not to whitelist me; I'm not out to coerce anyone or annoy anyone, I just want to make my case, in brief, that I don't run obstructive, malware-filled ads and it would be great if they supported me. And I don't want it to show up if someone doesn't have Adblock enabled.
I'm not very savvy with HTML, but if someone can clearly instruct me where exactly to put some code in to my website, I would be open to an option that involves editing my website's code. Otherwise, a plugin that I've overlooked would be really helpful. I've looked around but most of what I've found is something that puts a giant sticky on the page to obstruct peoples' view until they whitelist. Again, I don't want that. That is exactly the reason people got AdBlock to begin with. People who use such countermeasures are fundamentally missing the point. (/rant)
Thanks in advance!
Use this plugin.
https://wordpress.org/plugins/ad-blocking-detector/
Read this article:- https://www.wpbeginner.com/plugins/how-to-detect-and-stop-adblock-in-wordpress/
Hope its working for you. try this and let me know

Questions marks in my Wordpress text

I've been handling this issue for quite a while now.
I'm working a on Dutch website (http://gboh.nl/). It's a site for a local political party. The thing is, the site went through quite a lot and I'm the third guy that is doing a new, easy design on it.
Sadly, for some reason, there seem to appear questionmark symbols in the text of some pages. I've read quite a lot about the utf-8 settings but I seem to have them correct. Also, the website didn't have an .htaccess file so I've added that.
If I use a clean browser (Cleared cache, incognito mode) I don't see the symbols on the homepage but when I visit another page and then go back to the homepage they seem to appear. Anyone knows how to solve this issue?
Thanks in advance! :D
it is because of "Cache Enabler by KeyCDN". It compresses data incorrectly.
Go to its settings (whereever it is), and adjust it to UTF-8.
If it can't do it, just disable it.
Proof:
Visit http://gboh.nl/?ss=ss - it will always show correct text. Because "Cache Enabler by KeyCDN" doesn't run if there is any GET parameter in URL.

Wordpress comments on a separate page

I have a wordpress website which contains many controversial topics. The problem is that the comments become really so long that the scroll bar becomes really small, which is annoying for the reader and gives the impression that the page requires endless reading, which is not attractive.
Is there a way to show comments on a separate page, or at least have the comments show up after clicking on some button. And must this be theme-dependent? I currently use twenty-fourteen theme, but a general solution would be nice. I'm wishing there's a plugin that would do the job, but I couldn't find any. Please assist.
Thank you.
Take a look at https://disqus.com/ and https://wordpress.org/plugins/disqus-comment-system/
You can get a button that loads more comments, offload comments to their server to reduce the load on your host, require a login to comment, and more.
The solution I found is a plugin called "Hide Show Comment". It simply adds the magic, with which you can press a simple button and show the comments.
https://wordpress.org/plugins/hide-show-comment/
The only annoying thing I found with it is that you have to purchase it in order to change the number of comments you show per click. However, I don't think 5$ is too much. It's very convenient.

UIWebView with buttons

before my question i would like to mention that i have been searching for this answer and you guys have led me to understand programming better in general considering the fact i just started learning and kind of struggling since i can't understand written tutorials. :(
Anywho. I am trying to have three buttons on my app each loading different URL's. I understand how to do this with a Tab Controller and honestly i understood how to use them by following one of the tutorials posted here. I came accross a very very strange problem in that and it was that in Tab Controllers, the SecondViewController would be unadjusted to the screen if i added the missing constraints. I couldn't figure out why so i thought to myself that it could be possible to load one URL in one UIWebView but still keep their state of where ever this person is on the page.
Could someone show me an example of how it is done? - Loading URL's via buttons to ONE UIWebView?
extra info: the web app is suppose to be a Show Portal for episodes, and the second button or one of the buttons will have a list of episodes by years, on which the user selects years and then months and then the list of episodes for that month are displayed.
I apologize if i broke a rule.
Thank you!!!

WordPress Comment form making screen go blank [closed]

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 4 years ago.
Improve this question
Okay I need help. I have broken my head back and forth and I cant solve the issue.
I created my comments.php file in my theme it contains the following:
<?php wp_list_comments(); ?>
<br />
<br />
<?php comment_form(); ?>
When I call for it everything works fine. My issue is when I click in the textarea to leave a comment it triggers my page and the whole page goes blank. Not sure what is causing this? Any suggestions??
You can check it our here: http://labpixls.com/nulla-sagittis-convallis-arcu-9/
You haven't provided enough information for a comprehensive answer but here are some suggestions for you, may be it can help.
First of all, turn on Wordpress Debugging by changing 'WP_DEBUG' option from false to true in wp-config.php, it will display errors encountered on page
Secondly, i think it would be some sort of javascript conflict issue. Try loading site without extra .js files like if you are using some plugins, try deactivating them and check if it helps because it seems to me a js issue that triggers that blank page
Once again, your question didn't provide enough information, so please try these & debug as well. Once you do debugging, post those details & may be i can help more.
I hope it helps -
Interesting bug! It appears that something is actually deleting the entire <body> element onclick. It's not tied to the comment form because the same issue occurs when you click the Category dropdown on the right and some other places on the page. It's definitely an issue with FancyBox because, if you set event listeners for onClick and mousedown, you can get it to spit out a Uncaught HierarchyRequestError: A Node was inserted somewhere it doesn't belong. before it deletes everything.
I can track it back to this line plugins.js:3155:
if (F.open(what, options) !== false) {
e.preventDefault();
}
From here, however, I'm unsure. My recommendation would be to make sure that you're using the latest version of FancyBox, see if they have any similar reported issues, and try and find a replacement if all else fails.
Hope that was helpful.
Edit I don't know what changed, but I'm not able to reproduce the error now. If you fixed it, please let us know what you did.
Okay everyone. I have finally track down the issue. I was using .single as my class on my anchor tag which held the image path to the full size image. I overlooked that wordpress creates a "single" class in the body. So that was causing the issue. When you would click anywhere in the body it would trigger fancybox. Solution rename my class to lrgimg

Resources