Перейти к содержанию

avangcom

Актив
  • Постов

    485
  • Зарегистрирован

  • Посещение

  • Победитель дней

    1

Активность репутации

  1. Спасибо
    avangcom отреагировална пост Xontero в Problem with English characters in Persian and RTL   
    use this and replace xxx with Icon unicode
    .cke_button__bidiltr::before { content: "\xxx"; font-family: fontawesome; color: #000; } .cke_button__bidirtl::before { content: "\xxx"; font-family: fontawesome; color: #000; }  
  2. Спасибо
    avangcom отреагировална пост Xontero в Problem with English characters in Persian and RTL   
    have you tried to use BIDI addon?
    https://ckeditor.com/cke4/addon/bidi
  3. Спасибо
    avangcom отреагировална пост Desti в Breaking the border around the text   
    You can use anything you want, as long as you're happy with the result.
  4. Лайк
    avangcom отреагировална пост Desti в Breaking the border around the text   
    But it doesn't fit in there! Maybe try making the font size smaller?
  5. Лайк
    avangcom отреагировална пост Desti в Breaking the border around the text   
    @media css options 
  6. Лайк
    avangcom отреагировална пост Desti в Breaking the border around the text   
    <div>
  7. Лайк
    avangcom отреагировална пост Desti в Breaking the border around the text   
    Don't use <code> element
  8. Лайк
    avangcom отреагировална пост AHristich в Responsive photo   
    <img class="ipsImage" src=  '{setting="QR-CODE-PIC"}'   alt  =  "qr code"   />
  9. Лайк
    avangcom отреагировална пост AHristich в Responsive photo   
    Уберите весь  style="...." И добавьте class="ipsImage".
    ЗДЕСЬ много полезного в разделе Индивидуализация.
  10. Лайк
    avangcom отреагировална пост Exception в NO_PLUGIN_TEMPLATE_FILE error   
    В чем проблема установить плагин находясь в DEV режиме? Он автоматически создаст папку dev с нужными файлами
  11. Лайк
    avangcom отреагировална пост Respected в NO_PLUGIN_TEMPLATE_FILE error   
    Никак, если только просить папку dev у разработчика.
  12. Лайк
    avangcom отреагировална пост HooLIGUN в NO_PLUGIN_TEMPLATE_FILE error   
    Все плагины, которые разработали не вы, будут выдавать такую ошибку, так как при установке плагина, он не создает папку dev, необходимую для работы в режиме разработчика.
     
  13. Лайк
    avangcom отреагировална пост Desti в Solve the problem of Swiper Slider app in the new version   
    dev folder, test it. I've it working fine in dev mode 
     
    SS_dev.zip
  14. Лайк
    avangcom отреагировална пост HooLIGUN в Solve the problem of Swiper Slider app in the new version   
    Отключите режим разработчика 
  15. Спасибо
    avangcom отреагировална пост HooLIGUN в Solve the problem of Swiper Slider app in the new version   
    extensions.json
  16. Лайк
    avangcom отреагировална пост HooLIGUN в Solve the problem of Swiper Slider app in the new version   
    Загрузи этот файл в /applications/swiperslider/data
    extensions.json
  17. Лайк
    avangcom отреагировална пост HooLIGUN в Solve the problem of Swiper Slider app in the new version   
  18. Лайк
    avangcom отреагировална пост HooLIGUN в Solve the problem of Swiper Slider app in the new version   
    Скопируйте папку data из dev версии в рабочую версию 
  19. Лайк
    avangcom отреагировална пост HooLIGUN в Solve the problem of Swiper Slider app in the new version   
    здесь решение аналогичной проблемы 
     
  20. Лайк
    avangcom получил реакцию от aLEX49566 в Solve the problem of Swiper Slider app in the new version   
    Hello
    I have this program and after testing in version 4.7.13 it is facing the following error
    Before installing the program on the host, I test it locally
    Thank you for helping me solve my problem
    I have attached the plugin to the thread for review
    Thankful

    Swiper Slider 2.0.2.tar
  21. Насмешил
    avangcom получил реакцию от Словетский в Placing the bank logo in the payment selection   
    Hello
    How can we put a logo of the bank instead of the name in the Payment setting section???
    In the picture below, put its logo instead of BITCOIN

    @Exception@Desti@by_ix
  22. Лайк
    avangcom отреагировална пост Exception в Code problem after upload   
    Так у тебя NULL, логично, чтобы отображалось нужное загрузить изображение
    $form->add( new \IPS\Helpers\Form\Upload( 'settingName', \IPS\Settings::i()->settingName ? \IPS\File::get( 'app_Key', \IPS\Settings::i()->settingName ) : NULL, TRUE, array( 'storageExtension' => 'app_Key' ) ) );  
  23. Насмешил
    avangcom получил реакцию от Xontero в Code problem after upload   
    I used this code to upload the image in the plugin
    $form->add( new \IPS\Helpers\Form\Upload( '************', NULL, TRUE, array( 'storageExtension' => 'app_Key' ) ) );
    But the problem is that when I enter the editing section of the plugin, the photo is not displayed
    Thank you for your guidance
    @Desti@by_ix
  24. Лайк
    avangcom отреагировална пост Zero108 в Decode the HTML code   
  25. Лайк
    avangcom отреагировална пост WaNted в Decode the HTML code   
    Decode base64
×
×
  • Создать...