mienque
Forum Replies Created
-
Forum: Plugins
In reply to: [Disqus Comment System] WordPress SSO Login BoxHello,
I hope Disqus will fix this bug in the next update. For the time being, I have made SSO login work partly by adding bellowing script in WordPress to make popup windows close:/* Auto Close Windows if login ================================== */ if ( is_user_logged_in() ) { echo "<script>window.close();</script>"; }
Just tested it work on Desktop and Android device but for iOS devices the popup tab did not close.
Forum: Plugins
In reply to: [Authentication by LoginRadius] close window after logging inHi RolandOfEld,
Could you please tell me where to put the code?
Thanks,Forum: Plugins
In reply to: [Meta Widget Customizer] Cookies BlockJust updated and tried it again. Now it works like a charm.
Thank you very much for the nice plugin.Forum: Hacks
In reply to: How to remove link to about.php wordpress under admin bar logoSolved it now, thank you for your clue
Forum: Hacks
In reply to: How to remove link to about.php wordpress under admin bar logoCould you please instruct me a bit more. I am a newbie, the above plugin I combine some pieces of code from some tips. I did not write it myself.
Thanks,Forum: Hacks
In reply to: Align menu on Admin BarThank you very much,
Your code works like a charm to align right my menu.Forum: Plugins
In reply to: [Download Manager] Where files stored by DMG?Thank you but no luck for me. Just move the file but it not shows on WDM. I think the only way is backup database but I move from single site to Multisite network
Forum: Plugins
In reply to: [Facebook] "User Messages" error appears since I upgraded to Facebook 1.1.10I have the same error though Open Graph approved
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] I have this errorThis Problem was solved when I installed the latest version of WpBook.
ThanksThank you. It works well now but I have to uninstall Sociable Plugin. I had used this with Sociable before. Now I have to find the way to integrate two plugins again.
Thank you, I will try posting to the application page instead of fan page. It’s not reasonable to create fan page for personal blog so all I need is to getting post to the application itself.
I also have the same issue. I have tried hours to hours to fix it but not successed.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] How to show thumbnai on wall postI didn’t set anything. That means I use feature Image when post by Live Writer
Forum: Plugins
In reply to: [WPBook] Use wpbook with Facebook OpenGraphOk, I fixed it. So interesting
Forum: Plugins
In reply to: [WPBook] Use wpbook with Facebook OpenGraphWhen I Use Facebook OpenGraph with Wpbook. Everything is Ok on my site but I have this error when read post on Facebook Application
Warning: require(D:\Hosting\2793587\html\mienque.net\wp-content\plugins\wpbook/theme/arjuna-x/comments.php) [function.require]: failed to open stream: No such file or directory in D:\Hosting\2793587\html\mienque.net\wp-content\plugins\fbconnect\fbconnect_comments.php on line 22Fatal error: require() [function.require]: Failed opening required ‘D:\Hosting\2793587\html\mienque.net\wp-content\plugins\wpbook/theme/arjuna-x/comments.php’ (include_path=’.;C:\php5\pear’) in D:\Hosting\2793587\html\mienque.net\wp-content\plugins\fbconnect\fbconnect_comments.php on line 22
I think I have to put somethinh on your plugin but don’t know where