Wordpress Contact Form Jittering & Not Submitting - wordpress

I don't understand what's going on - used several different contact form plugins and it's the same problem every time. Whenever the form is filled out and I click submit, the page acts all jittery and freezey and then keeps popping back to the top. Anyone have any advice on how to troubleshoot this problem? Don't really know how to debug and such....
http://www.adivineweddingmadeeasy.com/contact/

I spent a minute looking at it but have not found a definitive answer yet, but it seems like something is up with your form control, particularly as it is defined within each field. I was able to get the form to behave when removing all of the wcpf7 form control classes. Then again, simply removing them would not fix your problem because the form would not function as designed.
In case you want to try checking it out yourself, try right-clicking and selecting 'inspect element' or 'inspect' from the drop down menu. It won't mean much to you unless you understand HTML but it is a start in terms of troubleshooting.
You easiest solution is trying a different form application to see if it works.

Related

Anyone else seen standard Yes/No togglers fail to render in the Advanced Custom Fields Pro wordpress plugin?

I've never seen this one. Standard togglers, which can be seen on all field group pages, as well as UX on types like button groups, are failing to render the toggle box on load. Instead it just prints YesNo. The togglers still work, just you can't tell that they are doing anything.
There are no JS errors. No PHP errors. And I have disabled all plugins, and switched the theme back to the standard 20xx theme. I even deleted ACF Pro and copied a different one from another project that is working fine. Nothing changes. I still see the field rendered like the attached image. Beneath it is what it's supposed to look like.
Anyone else seen this or have ideas on what could be going on here?
I have suspicions maybe a left over setting or something in the database confusing things, or like a hook defined somewhere that is interfering. But I am unaware of any such hook that would interfere with something like this.

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.

Qt Assistant as Custom Help Viewer - Home button doesn't work?

The <homePage> tag in my .qhcp file doesn't appear to work. Sometimes it seems to set the page I specify in that tag to be the value in Edit..Preferences..Options..Homepage; sometimes not. Either way, clicking the Home button does not work. Sometimes it does nothing, sometimes it says the page could not be found - and gives what looks to me to be a perfectly valid path.
Any ideas? Or worst case, is there a way to get the viewer to not show the Home button?
The <homePage> should provide a complete path, i.e.
<homePage>qthelp://your.full.namespace/doc/index.html</homePage>
Could that be the problem?
I clicked Restore to default, and now it seems to work. Not sure what's going on, but hopefully the problem is behind us...

How to use jQuery to show a different page in ASP.NET

I am trying to set up functionality similar to Netflix. Where if you mouseover a movie - you are presented with a window of movie details (all client-side).
At high level, can someone in this forum help by telling me how this should be implemented? I.E., one or more .aspx pages, what would go in code-behind, and .js file, css, etc. Just trying to get an idea on how this would be set up to work.
Basically, when I hover over an item, I need to query for details that belongs for that record being moused-over and display it in the window or div. I also need to have some functionality in that window (i.e. a textbox and button which will end up needing to get saved in a database).
Thanks for any tips and suggestions -
You would want to add an AJAX call to the hover event of the image, that pulls from a webservice/web method.
Here is a good example, you would change some things. However, it should get you started.
http://www.mikesdotnetting.com/Article/96/Handling-JSON-Arrays-returned-from-ASP.NET-Web-Services-with-jQuery
If I understood your question correctly, you should try this excelent jQuery plugin:
http://www.sohtanaka.com/web-design/css-on-hover-image-captions/
Look at the demo here:
http://www.sohtanaka.com/web-design/examples/image-hover/
easy to install and configure and very slick!
Good luck
EDIT: sorry wrong lik the first time
There are certainly many jQuery plugins that will do this for you. jQuery UI may also be of benefit.
Here is one that appears to do something like you are describing:
http://plugins.jquery.com/project/VisualLightbox

Automatic GridView Controls

In my project i have several GridViews, all of which have somehow automatically put in edit, cancel and paging functionality that i have been able to add to if i wished. However on one of them none of the buttons link up. always comes out with a Not Handled Exception.
I sorted this out earlier in the week, but due to source control it reverted back and is now not recoverable. I can't remember what i changed to get it working and have had no joy in finding out from google etc, so thought i'd post it and try and find out if anyone else knows.
Thanks in advance for any help anyone can offer.
Have you checked to make sure that the CellContentClick event is being handled on that grid?

Resources