mahdialajwad
Forum Replies Created
-
i checked the file : ../wp-content/plugins/tutor/classes/Utils.php
i found this php block :
if ( $post->post_type === tutor()->lesson_post_type ) { $video_url = trailingslashit( home_url() ) . 'video-url/' . $post->post_name; }
which assume the path of the video file will be : homepage/video-url/post_name , which is strange , so can you check it if this correct ?
Forum: Plugins
In reply to: [Equation Editor] Post content doesn’t update / saveits still not working for me when i use it in front end editor . its working fine when i use it in admin dashboard , why this happened i used Equation Editor Version 1.7
Forum: Plugins
In reply to: [Equation Editor] Plugin does not show equation in frontAs i saw in this forums adding this code to head.php theme file will be solve this issue , but this dont happened in discy and wplms
Forum: Plugins
In reply to: [Equation Editor] Plugin does not show equation in frontplease can you answer me for this issue ?
Forum: Plugins
In reply to: [Front End PM] forward functioni need just i received message i can forward it to another users, that’s it . i think its important for mail service like front end pm .
Forum: Plugins
In reply to: [Front End PM] bugs when write “?” Arabic character in search of recipientany solution ?
Forum: Plugins
In reply to: [Front End PM] dont know who send the AnnouncementBeside , i need to replay on Announcement , this is not available as well
Forum: Plugins
In reply to: [Front End PM] bugs when write “?” Arabic character in search of recipientyes when you copy and paste there is no problem , the problem happened when you write “?” by keyboard
Forum: Plugins
In reply to: [Front End PM] bugs when write “?” Arabic character in search of recipientAll other characters also removed automatically when this character input , yes exactly .
i can write this character in any other fields.
Forum: Plugins
In reply to: [Front End PM] not show list of recipientsyes its working before
the response is 200
i noticed its showing list but after very long timeForum: Plugins
In reply to: [Front End PM] not show list of recipientsthere is no error in JS . how know that admin-ajax.php is blocked ?
Forum: Plugins
In reply to: [Front End PM] Desktop Notificationi update to version 7.1 but i cannot find desktop notification , where can find it , i send message but not notification appear
also , the appearance tab is not show in setting
hi, go to .htaccess manually and remove all lines added by ithemes security plugin , jus put the default line like :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
the web site will be work again
Forum: Plugins
In reply to: [Front End PM] search in inbox messageshi developer,
i have updated the new version which should have search in inbox message but i cant see the this feature , where i can find it ?
Forum: Plugins
In reply to: [Front End PM] search in inbox messagescan i know when this next release ?