Rashed Latif
Forum Replies Created
-
Forum: Plugins
In reply to: [TT Guest Post Submit] captcha not working – image does not showWhen you will right click on the captcha image area (the image which is not displaying) and click on “copy image url” and then paste it on any web browser to go to that link you will get 403 error. But if you go to my website Technologiestoday and you will be able to see the captcha is displaying. You can right click on the image and use the url on a web browser you will be able to see the image without the error.
You can read the following link about 403 error and you may get some idea why its happening.
Also you can try to add the following lines in your .htaccess files and it may help.
<Files easycaptcha.php> allow from all </Files>
It also can be cause by mod_security rules but in that case you need to contact your web hosting company.
Forum: Plugins
In reply to: [Sidebar Login Widget] Fatal ErrorHi Sarah, Can you confirm what version of wordpress you are using? If its prior to 3.6.0 then please upgrade wordpress and try again. If you are already on upgraded version then try to uninstall and reinstall the plugin. If it still doesn’t work let me know and i will have a look.
Forum: Plugins
In reply to: [TT Guest Post Submit] Can;t enter details in formCan you send me the link of your website. That’s kind of strange problem. Have you tried different browser?
Forum: Plugins
In reply to: [TT Guest Post Submit] Spam MessageIf i have understood you query i think u want to show the Author’s name on the post. That is explained in the how to guide. Please read the description page of this plugin.
Forum: Plugins
In reply to: [TT Guest Post Submit] captcha not working after WP 4.0 upgradeHi viperguss,
I am also using this plugin for my website and i have upgraded it to version 4 as well. This plugin is working ok for me. Captcha working too.
You can check the following link
https://www.technologiestoday.com.au/submit-post/Uninstall and reinstall the plugin. It may help.
Forum: Plugins
In reply to: [TT Guest Post Submit] select certain categories?You have figured out the right part of the code.
check the following link
https://codex.www.ads-software.com/Function_Reference/get_categoriesRead through it. You will figure out what to change in the $args array to get the desired result.
And i will create an option to select categories to be displayed. Keep an eye on the next updates.
Forum: Plugins
In reply to: [Sidebar Login Widget] Link to registration pageIn order to register link to work you need to go to
Settings -> General -> check “Anyone can Register”.Forum: Plugins
In reply to: [TT Guest Post Submit] Not Submittingthere is nothing wrong with the plugin. check the redirect url you are using. that can be a possible cause. other than that i am not sure cause its working for many other users and for myself aswell.
Forum: Plugins
In reply to: [TT Guest Post Submit] Unable to display the guest author namemake sure you have typed everything right. error says its a syntex error. check your code please.
Forum: Plugins
In reply to: [TT Guest Post Submit] Error Message upon installation..Hi Tennant.. i think it could be because of some conflict with the theme you are using. Have you tried to use this plugin on a different theme just as test?
Forum: Plugins
In reply to: [TT Guest Post Submit] Limit number of charactersThanks for identifying a major drawback which i have overlooked. I will definitely make that change in the next version.
Forum: Plugins
In reply to: [TT Guest Post Submit] CategoryIt should work. Can you double check how you are creating categories? Maybe you can send me the link of that page where you are using this plugin.
Forum: Plugins
In reply to: [TT Guest Post Submit] Security CheckSorry for the late reply.
This “Security Check” due to the use of wp_nonce_field function which is a part of a security measure to ensure that the data being sent for submission comes from the WordPress administration pages and not an external source.
@devoslack – you are right. Its implemented for title field. But I will double check the code again to make sure how it can be more usable and if its necessary I might remove it as well in the next version.At the moment please use title for it to work without any problem.
Forum: Plugins
In reply to: [TT Guest Post Submit] Guest Poster's Email AddressesI am not sure whether i will add that feature in this plugin because that’s not relevant in my point of view. But i may develop another plugin that does that.
Forum: Reviews
In reply to: [TT Guest Post Submit] Cheatin’ uh?That’s more specific. I will check that for you. But its working fine for other users and also from my side.
Last version doesn’t have translation feature but in the next version i will add that feature as well. What language you are using? i will not add all the language cause its a big job but i will add yours.