javad2000
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I don't receive email notification of new postsHello
Yes, I have checked all the folders. My mailbox does not have any Spam folder, because it is from my own website. Its junk folder is always empty. I checked the junk folder again now, but it is empty. I have no problem with WordPress emails. All parts of WordPress send me the emails without any problem. The moderated comments are sent to me, but the moderated posts are not sent to me. Is there any setting such as ping back or track-back that can cause this problem?Forum: Plugins
In reply to: [WooCommerce] Woocommerce RSS does not workDear lorro
Thank you very much for the guide. This solved my problem. I wonder why I couldn’t find it in Woocommerce FAQ or guides or settings.Hi
I just found the solution tonight. I had the same problem. I read the FAQ and it said, “this plugin needs the jquery function being loaded by wp-footer()'”. I had removed wp_footer() function from my footer.php file. I went to the theme’s folder and added that function. The problem was solved.Forum: Plugins
In reply to: [JQuery Html5 File Upload] Chunked uploadsHello
I also need the same feature. Would you please explain what you mean by “JUploader”? What is it? Is it a WP Plugin, or a piece of script, or something else?Forum: Plugins
In reply to: [JQuery Html5 File Upload] Email NotificationHi there
I would like to ask the same question. When a user uploads a file, how can we inform the admin about it? Is there any PHP code or shortcode for that? I think you said “there is not”. If so, let me ask for it.Thank you
Hi
I searched the web and I found that many other persons are complaining about massive emails being sent by STCR. A few of them are in your own support forum. I would like to suggest two things for future versions:
1- About the registered users who log-in to visit the post, you can check their last visit date for each post. If their last visit of the current post is older than the last email notification being sent to that user, the plugin does not send them any new notification until they visit that post again.2- About the registered users who do not log-in, and about the visitors who are not registered users, the plugin sends them a notification email with such a text:
Hello
There has been a new comment on the topic you subscribed in. There might be even more comments on the website. Please see the topic to check for further replies. Remember! You will not receive new notifications until you click on the following link.Best Regards
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Better Support on our GitHub PageHi
I went to github and I sent my issue, but I could not make heads or tails of github very well. For instance, it said “you have two unread notifications”, but as far as I searched, I could not find any notification. I did not receive any answer from you about my question (how to move the checkbox to above submit button). I finally found the answer myself, but I am suspecious maybe you have answered in github and I received no email notification about your answer.Thank you
Forum: Themes and Templates
In reply to: [Travelify] How to Customize Travelify Single Post LayoutHi
Thank you. Before receiving your answer, I searched a lot and finally found the way to change the positions of those elements. I Changed the positions of many elements in my website, and now I am far more satisfied with the layout. There was only one thing I could not quite deal with. In a page with a single post, suppose I have a few comments. The layout of each comment is as follows:
[Comment Number]
[Comment Author]
[whether or not the comment is from post author]
[comment date]
[comment time]
[comment text]Example:
1- Javad Hoseini, Author, January 15 2015, 05:30PM
Hello, This is my test commentI want to do the following actions:
1- I want to remove “[Author] (The place that writes “Author”). I also want to remove the comment time and to move the comment date from top of the comment to the buttom of comment. These small tweaks are significantly influential on my website’s accessibility for blind users. I took a few hours dealing with “WP-Includes\Comments-Template.php”, but I did not succeed to do the thing I wanted. I want something like this:
1- Javad Hoseini
Hello, This is my test comment
January 15 2015,Thank you
Hi again.
By the way, I changed 3 of the phrases (in Farsi translation only). I changed the default subject this way (I don’t remember the exact tags I used, but it was something like this):
New comment from [comment_author] in [post topic]I thought this sentence should not be repeated in the message body again. So I corrected the message body this way:
[comment author]:
[comment content]Link to this comment:
[comment_link]
link to this topic:
permalink]
Manage Your Subscriptions:
[manager_link]
I also included the guide for moving the checkbox. Instead of:
uncheck the default checkbox if you like to move it somewhere else.I wrote:
Uncheck the default checkbox if you like to move it somewhere else. In order to move the checkbox above the submit button, please put the following code in “comment_form function in wp-includes?comment-template.php….Hello
The Farsi translation is 88% complete now. The latest file has been improved and tested. Everything is working fine, but this plugin lacks two big features. This has caused problem for my users and myself. I will discuss them in a separate topic. Download link:
https://www.uploadmb.com/dw.php?id=1439976954Forum: Plugins
In reply to: [Work The Flow File Upload] How to embed a form in Work The Flow?Dear Lynton
Thank you for the reply. I do know how to use 3rd-party form makers, but I don’t know how to email the download link to website admin. Suppose a user uploads two files. Now they want to make sure I have received the download links. How do they send me the download links?Thank you
Forum: Plugins
In reply to: [Post Notification] Require more features Digest and notification on commentsHi
I am also looking for a way to digest the comments notification. For example, Vbulletin has very nice subscription method. It sends the user a notification announcing:
Hello
One or more comments have been posted in the topic since your last visit. Go and see the topic.It does not send more than one email notification after each time of user’s visit. I need something like that, or something that digests the comments into daily emails.
Thank you.
Hello Reedyseth
I am not sure I will ever translate the remaining items. Right now, all the user-side phrases are translated. The users can enjoy 100% Farsi interface. All the necessary and important parts of admin-interface are also translated. Only a few parts of admin-guide phrases are not translated yet. The admins usually understand those parts with their limited English knowledge. Maybe I will translate those parts once upon a time, and maybe I will not translate them at all. You ought to wait a few weeks to see if I afford the time to revise or complete the translation. If not, you will include the Farsi translation in the next release of the plugin.By the way, you didn’t say whether or not I have a tip or trick for moving the checkbox above the submit button.
Hello
Thank you for solving the problem. I renamed the file and the Farsi interface works smoothly now. I revised a few statements and added new entries. Now, 77% of the file has been translated into Farsi. You can download the new translation here:
https://wikisend.com/download/268700/subscribe-to-comments-reloaded-2.zipIf you like to include the translator name in the plugin page, I am Javad Hoseini from Tehran:
https://www.irannopendar.comHello
OK, I signed up in Github.com, and clicked on “New Issue”. Then I explained this ticket over there. I hope I have done it rightly. I am looking forward to enjoying the Persian translation. My second problem is the all-time problem of all subscription plugins. Every subscription plugin has this main issue: the checkbox should be shown above “submit” button, but it is shown below submit button. I have tested Mailpoet, Subscribe To Comments”, and “Subscribe To Comments Reloaded”. All of them have this same problem. I wonder why the checkbox should be below “submit” button. the “Submit” button ought to be the last element in the form, or some persons won’t see it, particularly if, like myself, they are blind and they use screen reader for reading the screen. “Subscribe 2” has the option to take this checkbox above submit button, but the option does not work in my theme. Even the checkbox itself is not shown in my theme (Travelify), when I use Subscribe2, unless I manipulate the theme manually. I hope there is a workaround for STCR.