When I click the Like button, the comment popup window ('flyout') doesn't show - css

I have spend lot of time fixing it. Can you please let me know what am i doing wrong. I know it is related to overflow: visible property. But I have tried to put it almost everywhere in the code but no luck. tried using firebug as well. maybe i am not able to use it correctly.
Below is the link to my site.
http://kunalchichkar.com/2011/05/heir-hunters-on-their-way-are-you-lucky-enough/
Any help is appreciated.
Thanks,
Kunal

Probably you have used some plugin to show social sharing bar above your post.
Plugin you have used to share post in facebook might have used iframe so comment frame is not being display after user likes the post.
If iframe is used to share any post in facebook, comment popup will not be display.
See documentation in facebook plugin development link for more detail:
https://developers.facebook.com/docs/plugins/like-button
Read FAQ carefully. You can find your question's answer exactly there. There is question and answer for "When I click the Like button, the comment popup window ('flyout') doesn't show. Why?"
Hope, it will be useful for you.

Related

Facebook Instant Articles horizontal swipe not working as expected

The horizontal swipe feature used to scroll through previous articles from the current one being read doesn't seem to consistently work.
Basically, when I tap on an article in the page's news feed, it's showing the correct article, and I can usually swipe to the right to view the latest published article. But that's it. I cannot view the other dozen articles in my production list.
The markup for each article seems fine from what I can see, no inconsistencies. But of course, I must be missing something.
I'm writing these articles in Wordpress and publishing them using the WP Instant Articles plugin.
The image below shows what I mean by only viewing one other article. Any input on what could be causing this would be greatly appreciated! Thank you in advance!

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.

How can I prevent this plugin from popping up from behind the content area?

I have this strange issue going on with my CSS on my site, and I'm hoping someone can help me out. I have a sharer box to the left of each of my posts. When you click the box to share (for instance the twitter box) the pop up box goes behind the post content, instead of in front of it. Anyone have any ideas on how to fix this? To see it for yourself, visit one of the posts and try to click on the google plus, or facebook like button (don't worry, it won't actually share unless you confirm it) You can view one of the posts to see what's going on here ---> http://noahsdad.com/child-down-syndrome-friend/ J
Thanks.
Here are a few screen shots of what is going on d.pr/ZCPy and http://d.pr/ax6H
Try with z-index:99999; on pop up box.
For the video shown in the post, add wmode="opaque" to the <object> / <embed> tag.

WordPress theme blog not displaying well in FireFox-how to fix?

I have recently made a new WordPress theme (named {cssgroundup}) which I am using on my blog at www.richard-dickinson.com
It is only a basic WP theme for my personal use as I am quite new to the WordPress platform (?). It is a work in progress (as is the blog content!) however it displays alright in IE browser but not so well in FireFox.
Can someone help me edit it so it displays properly in most browsers or advise me how I can fix this please? I have asked for help at wordpress.org forums but haven't yet had any help!
I can post stylesheet code & theme.php code here if required.
I look forward to helpful replies, many thanks
First thing to do is fix your code errors: Markup Validation of richard-dickinson.com - W3C Markup Validator. Fix the bad code on line 628, and then revaldiate and see what else is wrong.
rpd, it would be useful for those of us who want to help you if you spelled out specific problems that you are trying to find answers to. An example might look like "In IE my top level navigation is working the way I want. In Firefox, the sitemap link is on the next line. How do I fix this?"
There are a lot of cool, generous people here who are happy to share their knowledge with you, but very few people have time to just sit down and review your site from top to bottom.

Need UserVoice feedback page functionality

I like the feedback link that's static while the page scrolls and I want to add something similar to my site. See www.bind.pt, right side, for example. However I don't want to use UserVoice. I want to use a popup window with a form-to-email functionality.
Is there a similar sample asp.net component or Javascript that's available for a lazy developer like me for re-use?
There's an excellent solution to this problem here - the poster's own answer.
Enjoy!

Resources