Rashed Latif
Forum Replies Created
-
Forum: Plugins
In reply to: [TT Guest Post Submit] No image is displayed in the post after the upload.Can you tell how you are trying to upload so I can investigate? Is it a full version you are using or free version.
Forum: Plugins
In reply to: [TT Guest Post Submit] Minimum number of characters?I will start working on a new version in the next couple of days and it should be ready in the next couple of weeks. As i am busy with the other work as well so i have to manage time for all. Just to let you know, the next version will not be free anymore. It will be very minimum cost though, maybe something around $5-$8 which i haven’t decided yet. Any features which are available in the current version will still be available in the free version.
Forum: Reviews
In reply to: [TT Guest Post Submit] Little seems to be workingExtremely sorry for the inconvenience. Support web site is up now. It was under maintenance for few days.
When you will install the plugin you will be able to see only 2 buttons as by default all the fields are inactive. You need to select the fields which you want to appear in the form from the plugin option page and once you select and save the option it will appear in the form.
Shortcode is [tt-submit-post]
You will find step by step guide in the support page.
https://technologiestoday.com.au/guide-to-use-tt-guest-post-submit-plugin-for-wordpress/Please consider again about the review as this is definitely not the plugin issue but sorry again for the inconvenience.
Forum: Reviews
In reply to: [TT Guest Post Submit] Very useful pluginSorry the tutorial link is not working at the moment but it will be up again in the next couple of days. You can implement it in page or post by using the following shortcode.
[tt-submit-post]Forum: Plugins
In reply to: [TT Guest Post Submit] Adding a Link to the PhotoThese features are not available in the current version but will try to implement in the next version.
Forum: Plugins
In reply to: [TT Guest Post Submit] Minimum number of characters?I will implement that feature as well. Keep an eye for the next update.
Forum: Reviews
In reply to: [TT Guest Post Submit] Good pluginThe document link is fixed now. This document have guide to retrieve name, email and website info. Please consider to rate again ??
Forum: Plugins
In reply to: [TT Guest Post Submit] Multiple email addresses for notificationNo such option available for this plugin yet. But i will consider it to implement in the next update.
Forum: Plugins
In reply to: [TT Guest Post Submit] Uploading image when using mobile devicethanks apompei for such a great information. I need to make that change so mobile users can also use this plugin without any issue.
Forum: Plugins
In reply to: [TT Guest Post Submit] display all fieldsIt requires some code implementation.
You can use get_post_meta function to use display these fields.
The post meta keys you are looking for are
‘author’ for displaying author name
‘author-email’ for displaying email address
‘author-website’ for displaying web site address.Depending of what theme you are using it may change the location where you need to put these code and that’s what you need to figure out.
Forum: Plugins
In reply to: [TT Guest Post Submit] Where can I found the guest's urlOpen the post you submitted in post edit screen. then on the top of that page click on “Screen Options”. Check “Custom Fields”. Scroll down the page and you will find all the custom meta tags there and url will be there aswell.
Forum: Plugins
In reply to: [TT Guest Post Submit] Tag input as checkboxesYes that the part of code you need to make change. you can remove it totally and write the codes for check box. you can use array to hold all the predefined tags and runa loop to implement check boxes or just implement it one by one whatever is easier for you. there should be many references online regarding that.
Forum: Plugins
In reply to: [TT Guest Post Submit] Cannot get more than one Image to show in a postAt the moment thats how it works. All the images will be uploaded to the media library and only featured image will be shown automatically. But you can definitely add it from dashboard manually. When a guest user uploads few images for a specific post it goes to media library and when you will look at the media library you will be able to find for what post images are attached to. So you can add those images for that post. But i will try to implement your idea in future,
Forum: Plugins
In reply to: [TT Guest Post Submit] Can't find shortcode to put in pageNo other code is generated. only [tt-submit-post]. Make sure there is no ‘ on both sides of [tt-submit-post]. Also what i have noticed on the link above u used [ tt-submit-post ]. There should not be and space after [ and before ].
Forum: Plugins
In reply to: [TT Guest Post Submit] Additional fields to be removedThis is very unusual. Those fields shouldn’t appear at all. Have you checked the page where you put that shortcode? make sure there is no other codes apart from the text you put before the guest submit form. To confirm you can edit that page from page edit screen and try “text” rather than “visual” tab. when i checked the code of your page i found few additional codes which can be added by your theme or by you.