رفتن به مطلب

sajjadh7713

عضو سایت
  • تعداد ارسال‌ها

    12
  • تاریخ عضویت

  • آخرین بازدید

نوشته‌ها ارسال شده توسط sajjadh7713

  1. دوستان من پلاگین TinyMCE4 Formula Editor را خریدم (آدرس) اما نمیتونم فعالش کنم اگر کسی لطف کنه کمکم کنه ممنون میشم توفایل راهنماش نوشته(متون انگلیسی) من از ویرایشگر 

    tinymce-advanced استفاده می کنم

    TinyMCE4 Formula Editor Documentation

    By: leaui
    Email: leaui@leaui.com

    Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!
    Live Demo


    Table of Contents

    • 1. How to install it
    • 2. Files and Structure
    • 3. How does it works

    1. How to install it - top

    1. Upload the files to the tinymce plugins’ folder.
    2. Update your tinymce configuration to add `leaui_formula` plugin, eg:
      tinymce.init({
              selector: "textarea",
              plugins: [
              "leaui_code_editor",
                      "advlist autolink link lists charmap  hr anchor pagebreak",
                      "directionality textcolor paste fullpage textcolor" 
              ],
              paste_data_images: true,
              toolbar1: "leaui_formula | styleselect formatselect fontselect fontsizeselect | bold italic underline strikethrough " 
      });
      
      Please Note that, you must set paste_data_images to true.

    2. Files and Structure - top

    The main files and directories contains:

    • plugin.js, tinymce4 plugin script
    • formula/, the formula lib and assets.
      • formula/js, the formula scripts
      • formula/assets, the formula images, styles
      • formula/resource, the formula fonts

    3. How does it work - top

    This plugin use the Kity Formula Editor as the fomular editor.

    Firstly, the editor use the SVG to generator the formular, and when insert to tinymce, it get the formular's base64 image data and set the base64 data as the image's src.

    How to init the fomular and get formula's data

    In the plugin's main file: index.html.

    Init formular editor:

    var factory = kf.EditorFactory.create($("#kfEditorContainer")[0], {
            render: {
                fontsize: 24
            },
            resource: {
                path: "./formula/resource/"
            }
    });

    Execute Kity Formula Editor command to get data:

    function getData(callback) {
        if(kfe) {
            kfe.execCommand('get.image.data', function(data) {
                callback(data.img);
            });
        } else {
            callback(false)
        }
    }

    And the plugin.js will call the getData function to get fomular's data.

    How to save image's base64 data to a file

    The formula in tinymce is a image which the src is the base64 data. If you want to save the base64 data to a file and change the src to a filename. There are two method to do it:

    1. Method 1: When post the data to server, you can post the images data to server firstly, and save the data on the server, the server return the data's filename, and you change the image'src to the filename. then post the modified data to server.
    2. Method 2: Post all the data to server. On the server, you must get the image's base64 data with Regexp and save the data to file, and change the image's src; then save the modified data to database;

    Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.

    Leaui

    Go To Table of Contents

  2. سلام من خیلی گشتم تا به این وبسایت برخوردم         http://www.wiris.com/en/solutions/wordpress      اما نمی تونم  افزونه را فعال کنم 

    1.PNG

    2.PNG

    تو  این عکس جور در نمی یاد اگر کسی از دوستان میتونه کمکم کنه بگه تا اطلاعات هاست بهش بدم برام فعال کنه هزینشم تقدیمش می کنم 

  3. در 3 دقیقه قبل، وردپرس فارسی گفته است :

    سلام

    میگه فولدر مربوطه رو بهش دسترسی نوشتن بدید .

    از داخل هاست به فولدر مربوطه دسترسی 755 بدید . ( البته به صورت نرمال باید روی همین دسترسی باشه ).

    شما مرحله 5 هم انجام بدید بعد تست کنید ببینید افزونه به خوبی کار میکنه ، اگر کار نکرد دسترسی اون فایل هایی که گفته رو از داخل هاست بررسی کنید .

    این افزونه را بخاطر تایپ فرمول های ریاضی نصب کردم کلاً بخش دیداری ادیتور را غیر فعال کرده  و اینکه کمی که صفحه را پایین میکشم کلا ادیتور قفل کرد :(

    شما ادیتور پیشنهادی برای تایپ فرمول ندارید ؟ 

  4. در 4 دقیقه قبل، hamra گفته است :

    خب این مورد بسته به همون نکاتی که ذکر میکنه داره اگر هر تذکر افزونه رو جدی بگیرید این مورد هم براتون نارنجی و یا سبز میشه .

    -------

    که البته استفاده از این افزونه ها فقط مثل یک راهنما برای نویسنده هست / و میشه گفت ربطی به سئو نداره و درواقع بین عموم وبمسترها بد جاافتاده /

    کلا از اینگونه افزونه ها هم استفاده نکنید فرقی نمیکنه سئو سایتتون .

    فقط مهم اینکه کد نویسی قالب سایتتون استاندارد و اصولی باشه و تگ های h به درستی توی قالب و متن ها بکار رفته باشه .

    ---

    بیشتر روی سئو قالب سایت و مطالب اختصاصی تمرکز کنید اگر نتیجه ی خوب از سایت مد نظرتون هست .

    سپاس از راهنمایی

  5. سلام دوستان من افزونه  Yoast SEO را نصب کردم از بخش افزونه ها هم فعال کردم تنطیماتشم کامل کردم اما تو باکس انتشار نوشته "   سئو: Not available    " اگه میدونید مشکل از کجاست ممنون میشم اگه کمکم کنید

    این تصویر را هم مشاهئه کنید.

    Capture.jpg

×
×
  • اضافه کردن...