Farsad Fakhim
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-jalali] خطا در لود CSSسلام دوستان
برای کسانی که هنوز مشکلشون رفع نشده
ابتدا این ارتیکلو مطالعه کنید:
https://keravat.net/articles/wordpress/fix-wp-jalali-failed-to-load-content-css/و اگر راه حل سریع لازم دارید، افزونهای که به این منظور نوشتم رو از اینجا دانلود کنید و فعال کنید. افزونه این مشکلو رفع میکنه
موفق باشید
Forum: Plugins
In reply to: [wp-jalali] خطا در لود CSSForum: Plugins
In reply to: [wp-jalali] خطا در لود CSSسلام دوستان گرامی
این مشکل از قدیم الیام وجود داشته و مشکل عدم وجود فایل wysiwyg-rtl هست.
این مشکل به دلیل وجود تغییر دهنده نام فایل در تابع add_editor_style واقع در wp-includes/theme.php مابین خطوط ۱۸۳۳ الی ۱۸۳۶ میباشد (این خطوط در صورتی که وردپرس مذکور راست به چپ باشد در انتهای نام فایل و قبل از پسوند .css عبارت -rtl را اضافه میکنند – میتوانید سورس این بخش را در اینجا مشاهده کنید)
جهت رفع این مشکل از تکه کد زیر استفاده فرمایید:add_action('admin_enqueue_scripts', 'ke_jalali_quickfix'); function ke_jalali_quickfix() { global $editor_styles; for($i = 0; $i < count($editor_styles); $i++) { if(strpos($editor_styles[$i], 'wp-jalali/assets/css/wysiwyg-rtl.css')) unset($editor_styles[$i]); } }Forum: Reviews
In reply to: [Random Post Loader] خیلی عالیخواهش میکنم این نظر لطف شماست
Forum: Installing WordPress
In reply to: Changing server – icons missingI mean that files are not available at all (with or without www – 404 Not found)
Forum: Installing WordPress
In reply to: Changing server – icons missingAt first thank you for commenting on WordPress Support Forums and second :
the icons load but you have some errors in fonts :
1 : These two addresses are not available (in both without www and with www)
http://www.pinncomp.com/fonts/virtue_icons.woff
http://www.pinncomp.com/fonts/virtue_icons.ttf
http://www.pinncomp.com/assets/img/nav_arrows.png
http://www.pinncomp.com/fonts/virtue_icons.svg
2 – and it’s better to use pixel or percent instead of dpi (dpi in css is css inch not real word inch)Forum: Hacks
In reply to: virus spam or hackerCan you give us your web address please and did you change your wp-admin folder? or something ?
Forum: Themes and Templates
In reply to: [Pitch] add phone number to headeryou can edit header.php file and add your phone number after <body> tag like this :
<p>0001325682</p>but if you want be clickable on only mobile device
for smart phone
You must know how to android programmingfor java and other os
I think it can be make by jquery or php (not sure)
and if it can with java and other os it can not have auto call