سلام ، آیا این بازدید اول شماست ؟ یا
نمایش نتایج: از شماره 1 تا 4 , از مجموع 4

موضوع: مشکل با فارسی سازی aicontactsafe

  1. #1

    تاریخ عضویت
    Dec 2011
    نوشته ها
    52
    تشکر
    37
    تشکر شده 13 بار در 11 ارسال

    مشکل با فارسی سازی aicontactsafe

    بعد از نصب تماس با ما aicontactsafe فرم به صورت چپ چین نمایش داده میشه .








    مشکل من چیه ؟
    در ضمن خود افزونه هم نصف انگلیسی و نصف فارسی نصب شده .
    از افزونه های همین سایت هم دریافت کردم .
    ویرایش توسط boloor : 03-08-2014 در ساعت 07:16 PM

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  2. # ADS
    تبلیغات در جوملا فارسی
    تاریخ عضویت
    Always
    نوشته ها
    Many
     

  3. #2

    تاریخ عضویت
    Aug 2009
    محل سکونت
    Afghanistan - Herat
    نوشته ها
    2,445
    تشکر
    1,026
    تشکر شده 450 بار در 357 ارسال
    سلام
    لطفاً یک دمو بدید تا بهتر بتونیم کمکتون کنیم

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  4. کاربر مقابل از torghoundy عزیز به خاطر این پست مفید تشکر کرده است:


  5. #3

    تاریخ عضویت
    Dec 2011
    نوشته ها
    52
    تشکر
    37
    تشکر شده 13 بار در 11 ارسال
    با سلام و تشکر از شما دوست گرامی

    من توانستم با تغییر کلمه ی left به right در کد های css فیلدها رو راست چین کنم . اما هنوز متن خطای عدم ورود فیلد های ضروری رو پیدا نکردم .

    راستی کد های تغییر داده رو ارسال میکنم اگه جایی اشتباه کردم راهنمائی بفرمائید .
    با تشکر

    [مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
    کد:
     
    
    
    /* 
     align - all left
     make sure you have the corect aiContactSafe_mainbody_1 set everywhere on this CSS code
     the number following aiContactSafe_mainbody_ is the id of the profile
     if not properly set, the changes affecting this tag will not take effect
    */
    /* display into the center of the page */
    div#aiContactSafe_mainbody_1 {
     margin-left:auto;
     margin-right:auto;
    }
    /*
    set the width of some of the fields
    add here any of the fields of aiContactSafe
    replace "field_name" with the name of the field for which you want to set the width
    // Textbox
      div#aiContactSafe_mainbody_1 input#field_name
    // Combobox
      div#aiContactSafe_mainbody_1 select#field_name
    // Editbox
      div#aiContactSafe_mainbody_1 textarea#field_name
    // Checkbox - List
      div#aiContactSafe_mainbody_1 input.field_name
    // Radio - List
      div#aiContactSafe_mainbody_1 input.field_name
    // Date
      can't modify the width
    // Email
      div#aiContactSafe_mainbody_1 input#field_name
    // Email - List
      div#aiContactSafe_mainbody_1 select#field_name
    // Joomla Contacts
      div#aiContactSafe_mainbody_1 select#field_name
    // Joomla Users
      div#aiContactSafe_mainbody_1 select#field_name
    // SOBI2 Entries
      div#aiContactSafe_mainbody_1 select#field_name
    // Hidden
      nothing to set
    // Separator
      div#aiContactSafe_mainbody_1 div#sp_field_name
    // File
      only a very complex solution will fix this problem
    // Number
      div#aiContactSafe_mainbody_1 input#field_name
    // Hidden Email
      nothing to set
    */
    div#aiContactSafe_mainbody_1 input#aics_name {
     width:240px;
    }
    div#aiContactSafe_mainbody_1 input#aics_email {
     width:240px;
    }
    div#aiContactSafe_mainbody_1 input#aics_phone {
     width:240px;
    }
    div#aiContactSafe_mainbody_1 input#aics_subject {
     width:240px;
    }
    div#aiContactSafe_mainbody_1 textarea#aics_message {
     width:240px;
     height:80px;
    }
    /* set the way labels and fields are displayed */
    div#aiContactSafe_mainbody_1 div.aiContactSafe_row {
     clear:both;
     padding:2px 0px;
    }
    div#aiContactSafe_mainbody_1 div.aiContactSafe_contact_form_field_label_right {
     clear:both;
    }
    div#aiContactSafe_mainbody_1 div.aiContactSafe_contact_form_field_left {
     clear:both;
    }
    div#aiContactSafe_mainbody_1 div.aiContactSafe_contact_form_field_label_right {
     float:right;
    }
    div#aiContactSafe_mainbody_1 div.aiContactSafe_contact_form_field_right {
     float:right;
    }
    /* center the contact form */
    div#aiContactSafe_mainbody_1 #aiContactSafeForm {
     margin-left:auto;
     margin-right:auto;
    }
    /* set the space between the notification for the required fields to the contact form */
    div#aiContactSafe_mainbody_1 div#aiContactSafe_info {
     margin-bottom:10px;
    }
    /* set the div containing the captcha */
    div#aiContactSafe_mainbody_1 div#div_captcha {
     clear:both;
     margin:5px 0px;
     padding-top:10px;
    }
    div#aiContactSafe_mainbody_1 div#div_captcha_info {
     margin-bottom:5px;
    }
    /* set the way the text counting the characters in the edit box */
    div#aiContactSafe_mainbody_1 div.countdown_div {
     font-size:9px;
    }
    div#aiContactSafe_mainbody_1 input.countdown_editbox {
     font-size:9px;
     text-align:center;
     border:none;
     overflow:visible;
     background:transparent;
    }
    /* set the cells containig the contact form and the contact information */
    div#aiContactSafe_mainbody_1 table#aiContactSafeForm td, div#aiContactSafe_mainbody_1 div#aiContactSafeForm {
     padding:5px;
     vertical-align:top;
    }
    /* modify the cursor of the labels to let the user know they can click on them */
    div#aiContactSafe_mainbody_1 label {
     cursor:pointer;
    }
    /* set the label tag containing the character that marks the required fields */
    div#aiContactSafe_mainbody_1 label.required_field {
     text-align:right;
     vertical-align:top;
     margin-right:5px;
    }
    /* hide the hidden rows */
    div#aiContactSafe_mainbody_1 div.aiContactSafe_row_hidden {
     display:none;
    }
    /* make the buttons higher */
    div#aiContactSafe_mainbody_1 div#aiContactSafeBtns input {
     padding:5px;
     margin:0px;
    }
    /* set the way the date is displayed */
    div#aiContactSafe_mainbody_1 table.aiContactSafe_date td {
     padding:0px 0px 0px 0px;
     vertical-align:middle;
    }
    div#aiContactSafe_mainbody_1 table.aiContactSafe_date td select {
     margin:0px 2px 0px 0px;
    }
    /* set the space between field sufix and the field and between the field prefix and the field */
    div#aiContactSafe_mainbody_1 span.aiContactSafe_sufix {
     margin-right:3px;
    }
    div#aiContactSafe_mainbody_1 span.aiContactSafe_prefix {
     margin-left:3px;
    }
    ویرایش توسط boloor : 03-09-2014 در ساعت 02:43 PM

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  6. #4
    Team
    تاریخ عضویت
    Oct 2012
    محل سکونت
    خور - لارستان
    نوشته ها
    2,862
    تشکر
    109
    تشکر شده 836 بار در 779 ارسال
    مشکلی نداشت که مثل اینکه درستش کردید

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  7. کاربر مقابل از RezaDesign عزیز به خاطر این پست مفید تشکر کرده است:


موضوعات مشابه

  1. پاسخ ها: 7
    آخرين نوشته: 09-10-2012, 04:37 AM
  2. درخواست آموزش فارسی سازی و سفارشی سازی مدیریت جوملا
    توسط Joomla Armator در انجمن مدیریت جوملا 1.5 فارسی
    پاسخ ها: 3
    آخرين نوشته: 01-30-2012, 06:40 PM
  3. اصلاح کامپوننت aicontactsafe
    توسط farajian86 در انجمن کامپوننت های جوملا 1.7 فارسی
    پاسخ ها: 3
    آخرين نوشته: 01-21-2012, 08:37 AM
  4. استفاده از aiContactSafe بجای کامنت مطالب
    توسط p30one در انجمن کامپوننت های جوملا 1.5 فارسی
    پاسخ ها: 1
    آخرين نوشته: 07-28-2010, 04:46 PM
  5. فارسی سازی مد بازی آنلاین جدید
    توسط javid2005 در انجمن بسته ها و ابزارهای SMF
    پاسخ ها: 7
    آخرين نوشته: 10-30-2008, 09:58 AM

علاقه مندی ها (Bookmarks)

علاقه مندی ها (Bookmarks)

مجوز های ارسال و ویرایش

  • شما نمیتوانید موضوع جدیدی ارسال کنید
  • شما امکان ارسال پاسخ را ندارید
  • شما نمیتوانید فایل پیوست کنید.
  • شما نمیتوانید پست های خود را ویرایش کنید
  •