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
Related
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 1 year ago.
Improve this question
I'm setting up a uscreen website, but have problems adjusting the template font colors with css. I'm trying to change the color of the text "Unohditko salasanasi?" on this page: https://rawinto.uscreen.io/sign_in
This is the CSS I have added (copied from dev tools local changes):
.variant-text.color-primary[data-v-17fd35e2] {
color: #1a202c !important;
}
I must be doing it wrong - new to css. Help please?
The CSS code was correct, I got that confirmed. Should someone else stumble on this same problem in the future with Uscreen, I will paste the instructions from uscreen tech support here:
"When customizing your site using CSS, please make sure to create a backup and add your CSS inside the of the theme.liquid file, the Common Pages CSS or the Head Code Snippet using as well. It might be dangerous to edit the theme CSS as that is a minified CSS file and could break other parts of the site."
CSS not getting reflected as browser it getting that file from cache.
You can solve this issue in 2 way.
Disable the Cache using dev tool.
Try Empty cache and Hard Reload.
Disable Cache in your browser and refresh. it should work
try deleting your cache and run page again
or open page in private window
I've been having this issue for a couple of months now. It's been a thorn on my side.
If you go to mcgrathrealtyinc.com, you will notice that you won't be able to select or highlight any text and the text fields on the forms do not work.
I've already done the plugin compatibility test and changed themes, but I'm still having the same problem.
Can anyone help me please?
Thank you
I visited your site and inspected the event listeners and saw a file wprmenu.js using the mouseup eventlistener.
Blocking this file in the browser fixes the issue, the path of the file reveals the plugin name wp-responsive-menu
http://mcgrathrealtyinc.com/2017/wp-content/plugins/wp-responsive-menu/js/wprmenu.js?ver=1.0
I suggest replacing the plugin or contacting the support page here and asking if some can see what the exact problem is.
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
I'm working with wordpress.com along with the custom design upgrade to be able to change the CSS. Everything was working fine yesterday, and suddenly today I have an issue with the stylesheet: when I hit the 'save' button all the widths are removed from the CSS, which causes some elements to overlap or be misplaced. It's such a strange behaviour that I don't think I could have accidentally caused it. Only the widths disappear, every other element/rule is there.
I posted this question at the WP forums but no luck yet. Hopefully someone here has an idea about what could be wrong.
Thank you in advance :)
SOLVED:
Apparently is a WP issue. I 'fixed' it with a workaround that someone suggested me by replacing 'width' with 'min-width' and 'max-width'.
This was confirmed as a bug, the staff at WP already fixed it and everything is back to normal. Here's a link to the thread in case you were affected.
I'm having a really frustrating problem. I have a blog, where I use Cufon for post headings. However, I also use Disqus for comments. Disqus adds the javascript it needs directly to the comment-template element, and they seem to load before anything else. This causes a clearly recognizable delay in Cufon taking action.
I have explored the Disqus-plugin source and realized, that the javascript is not being hanged there via a hook (so that it could be unchained and added again to footer), but instead it is directly printed in comments.php. This leaves me with the conclusion that the only solution is to do some javascript-magic?
I'm really hoping someone can help with this issue. Any way to make the Disqus-stuff load after Cufon has initialized? The comments could easily have a 1-second-delay without making a difference in browsing.
Any help is appreciated! :)
This shouldn't happen with the latest Disqus embed code, which is non-blocking. Can you provide a link to where this is happening?