Rashed Latif
Forum Replies Created
-
Forum: Reviews
In reply to: [TT Guest Post Submit] Cheatin’ uh?Can you tell me when you get this message? its working for other users so there is no reason for not working for you. If you think i can i help you using this plugin let me know and i can guide you.
Forum: Plugins
In reply to: [TT Guest Post Submit] Guest Poster's Email Addresses1. Its saved as meta data. It will be available on post edit page.
2. names and email addresses can be sent to email. i can add it in the next version.
3. a. Click on Post and select the submitted post from the post list
b. In the post edit page click on the screen option from the top of the
page.
c. check custom fields
d Author name, email and website fields will be displayed now.Forum: Plugins
In reply to: [TT Guest Post Submit] Uploading image when using mobile deviceI haven’t thought of that to be honest. I will have to look into that.
Forum: Plugins
In reply to: [TT Post Viewer] Removing BulletsThanks Hartmutnz… you are a life saver ?? You have resolved few queries from the user before i even looked into it. Thanks man.
Forum: Plugins
In reply to: [TT Guest Post Submit] text overlaps the iconsHi Frank. This is not a responsive plugin so most likely this is reason for this issue and also you are trying to use it in sidebar. I developed this for using in the page. But i think i will rewrite the css so it can be a responsive plugin.
For the time you can definitely remove icons.
If you open the ttgps.style.css file and disable(comment) the following line it will be fine.
Line 35 – Line 50
and Line 58 – Line 60And also change the padding value from 55px to 10px on Line 14.
I think i will add one more option in the next version. Ability to enable and disable this icons from the option page.
Forum: Plugins
In reply to: [TT Guest Post Submit] No e-mail notification, published postsThanks for pointing out these issues.
1. I have checked email issue and its working fine on my site. I tried on two different web host and working fine. What i am thinking you might be trying it on localhost using WAMP server or something like this. In that case email will not work unless you configure the web server. But i can assure there is nothing wrong with email.
2. There was a definite problem with Publish status issue. It’s now fixed in the latest version. Thanks for letting me know.
Thanks
Forum: Plugins
In reply to: [TT Guest Post Submit] Need to improve pleaseI will consider your suggestion and update it soon. I have other job as well so i cannot work on these plugin development all the time so its little bit delaying. sorry for that.
Forum: Plugins
In reply to: [TT Guest Post Submit] session_start errorThats a conflict with your theme. Another user had the same issue. we discussed few possible solutions but not sure if that helped for that user or not. Try the following link
https://www.ads-software.com/support/topic/help-with-an-error-message-1?replies=8Forum: Plugins
In reply to: [TT Guest Post Submit] setting the post categorySorry for the late reply. But its good that you already figured out how to add that functionality.
Forum: Plugins
In reply to: [TT Post Viewer] Metabox Toggles Not WorkingHi tom
I am not really sure what might cause that issue. If you think that js file is causing issue in that case for a quick test you can tell your user to disable the line that loads the js file and see how it goes and let me know. I can have a look then.
Thanks
Forum: Plugins
In reply to: [Sidebar Login Widget] Translation ready?Translation is ready now. Enjoy
Forum: Plugins
In reply to: [TT Post Viewer] Adding to your own themeAfter you activate the plugin and select which option you want on your sidebar you need to drag and drop widgets from Appearance -> Widget.
It should work that way. I have checked with few different themes and it seemed to be working fine.Forum: Plugins
In reply to: [Sidebar Login Widget] Changing the "Log In" text In the widget buttonUse the following code in tt-sidebar-login.php.
You can place the coded anywhere out side the class.function change_login_text ( $text ) { if ($text == 'Log In'){$text = 'Your Desired Text';} return $text; } add_filter( 'gettext', 'change_login_text' );
Forum: Plugins
In reply to: [TT Post Viewer] Editing font and thumbnail placementHi
what i have understood you can do it by tweaking the css file.
Let me know if that helps.Forum: Plugins
In reply to: [TT Guest Post Submit] post notificationHi
I dont have any clear idea whether there is such plugin available or not. There might be. But definitely thats something i can add in the next version. I am just busy with some other stuff and cant give enough time to update these plugins but hopefully i will start again.
Thanks