Ehsan Fotoohabadi
Forum Replies Created
-
Thank you @ljosh
I still need these features:
- Please add a new section on the chat page called “Private Chat” that is only visible to each user who can post anything they want here and no one else can see it. By default, this private chat will be pinned at the top. Then, the rest of the chats will be displayed below it.
- The default size of reactions is 13 pixels. Please add a section in the settings so we can change this size.
In addition to what I wrote in the previous message, I create a txt file with Persian language in windows and when I saved it selected UTF-8 and uploaded it in the chat, but when the file was uploaded and I opened it, it was displayed as follows:

Then I tested another solution. I create a txt file with NOTEPAD++ and when i saved it as UTF-8 BOM , the problem was solved:

Can you change the system so that it uploads and displays any UTF-8 code correctly?
In addition to what I wrote in the previous message, please change the settings so that the files that are uploaded are displayed in the WordPress library.
This is my problem because of changing the WordPress login URL.
I removed the code from the functions.php and the problem was solved.
Then I tried another solution, which was to create a PHP file in wp-content/mu-plugins and put the following code in it, but the same redirect problem still occurred:
<?php
add_action('login_init', 'custom_login_url_protect');
function custom_login_url_protect() {
$secret_key = 'MY-CUSTOM-URL';
if (isset($_GET['action']) && $_GET['action'] === 'logout') {
return;
}
$allowed_actions = ['lostpassword', 'rp', 'resetpass', 'register', 'postpass'];
if (isset($_GET['action']) && in_array($_GET['action'], $allowed_actions, true)) {
return;
}
$is_valid_url = isset($_GET[$secret_key]);
$is_valid_post = isset($_POST['secret_login_field']) && $_POST['secret_login_field'] === '1';
if (!$is_valid_url && !$is_valid_post) {
wp_redirect(home_url());
exit;
}
}
add_action('login_form', 'add_secret_field_to_login');
function add_secret_field_to_login() {
echo '<input type="hidden" name="secret_login_field" value="1" />';
}I logged in directly from site.com/wp-login.php and stay login and see the chat page.
I don’t install any cache plugins but the shared host has litespeed.
WordPress Address (URL) and Site Address (URL) match and that I always visit the site on the same one.
I don’t have any security plugins but I change wordpress admin url from wp-admin to my own url. I change it from functions.php file.
By default, the plugin displays country flags at the bottom or top of the website, as shown in the image below.

Is there a shortcode or php code that allows me to display country flags in the desired location?
Could you please add a feature for embed videos from specific url such as “file.mydomain.com” ?
Best regards.
“Stuctured data options” is empty.
Thank you a lot.
I send email. Please check it.persiatechnology.com
This plugin is not in envato or wordpress.org
This plugin is just for Iran country but it is standard plugin.Yes, I tried to use your plugin and test it but when I go to Inspect element and check images type, I see all images are png and jpeg.
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] page was crashYes. I send email to you.
I close this topic.
Best regards.Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] page was crashForum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] page was crashI talk to developer. He is say the theme support custom-fields.
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] page was crashPlease wait a few days. I will announce the result soon.