inapan
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Post Widget] [Plugin: Quick Post Widget] Quick post widget problem@nipponjin
Could you check the profile of the dedicated guest account? Try to give it the Editor role.
If that doesn’t work please consider giving me access to your blog by mailing me a username and password.
inapanForum: Plugins
In reply to: [Plugin: Quick Post Widget] Breaks with typical plugins@ninjadoll
Thanks for pointing this out. I will have to give you my answers in parts.First bullet nr. 3:
The CollabPress plugin uses the jQuery-UI script and stylesheet from Google CDN. The Quick Post Widget uses the jQuery-UI shipped with WordPress. Obviously these two cannot coexist with each other.
I don’t know why CollabPress doesn’t use the WordPress jQuery-UI but you can avoid conflicts by changing one line of code in the quick-post-widget.php file.Change:
wp_enqueue_script('quick-post-script', $plugin_url . 'js/qpw.js', array('jquery','jquery-ui-dialog'));
to:
wp_enqueue_script('quick-post-script', $plugin_url . 'js/qpw.js', array('jquery'));
Worked for me (but the Quick Post Widget is now white instead of black because the jQuery-UI stylesheet from Google CDN is used).
Perry
@neodiver
I’m sorry to hear you left the QPW. My apologies are for you.
Tonight I dove into the code and I think I found the solution for what seems to be causing the 301’s. The next version should correct this.
inapan@neodiver
I think your results will be better if you configure the complete URL to redirect to, including http, for instance:https://www.pattayadivers.com/index.php
Could you give it a try?
@neodiver
I’m sorry to hear that the widget is causing a problem.
Did you get the 301’s with or without a success message configured?@duiwel
If you can figure out what the problem is exactly and what seems to be causing it, please let me know.
BTW, what do you mean by “the code isn’t jiving”?Forum: Plugins
In reply to: [Plugin: Quick Post Widget] Visual Editor Instruction ManualForum: Plugins
In reply to: [Plugin: Quick Post Widget] Visual Editor Instruction Manual@whenis
I checked your site. In IE, Chrome and Firefox I don’t see a upload icon but perhaps you disabled guest uploading. Are you sure Firefox shows the icon and IE doesn’t (with the same settings)?
Is it possible for you to create a temporary account for me on your blog so I can check things? If so, please mail me an account.@theflock
If you agree on creating e temporary account for me on your blog so I can try to help you, please mail me.
inapanForum: Plugins
In reply to: [Quick Post Widget] [Plugin: Quick Post Widget] Can't add a new categoryProblem solved. The theme seemed to hava a little bug. It didn’t load java in the head section.
inapanForum: Plugins
In reply to: [Quick Post Widget] [Plugin: Quick Post Widget] Can't add a new category@dantheman50_98
Could you send me an email and perhaps create a temporary account for me on your blog?
inapanForum: Plugins
In reply to: [Quick Post Widget] [Plugin: Quick Post Widget] pdf upload query@nstoker
You can upload them using the insert-link button. Just type some text, select it and click insert-link. Here you can upload pdf’s and the result will be a link to your uploaded pdf-file.
inapan@theflock
You have to fill in the COMPLETE address, so including https://
Could you try that?
inapanForum: Plugins
In reply to: [Plugin: Quick Post Widget] Suggestion for Overlay@klint01
Thanks!
inapanForum: Plugins
In reply to: [Plugin: Quick Post Widget] Visual Editor Instruction Manual@klint01
Thanks!!
inapan