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

avangcom

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

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

  • Посещение

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

    1

Весь контент avangcom

  1. Hello There is a problem in ips and that the default language for the guest is English and until the user manually changes the language, English is shown to the user. How to fix this problem???
  2. Hello In the toolbar, I saw that there is a spoiler function, but it is not possible to edit the title Can this be added to this plugin? I don't want to use the spoiler plugin
  3. Thank you, I tested it and it worked Just how can we change the icon of the plugin in the toolbar???
  4. Now pay attention, I want it to be written like this when I click on Align Left It is written like this for me
  5. Hello I use Persian and unlike English, our language is from right to left, which is RTL The problem I have is that when I use English words, characters like: are placed at the beginning of the word until I put another English letter after: For example : :OTHER It is written for me But if I write another English sentence after: it will be placed at the end of the sentence: OTHER: Hi Please guide me to solve this problem
  6. I added this class to the code, the text didn't come out of the box Is it right to use this class???? class="ipsType_richText" <div class="ipsType_richText" style="border: 1px solid #ccc;padding: 15px;border-radius: 3px;">{setting="walet addres"}</div><br />
  7. Can it be set automatically only for mobile???
  8. The box is created, but the text comes out of the box I want the text to stay inside the frame
  9. Hello I have this html code, it breaks like this in mobile mode <code style="border: 1px solid #ccc;padding: 15px;border-radius: 3px;">{setting="walet addres"}</code><br /> @Exception@Desti@AHristich
  10. I forgot to say that this problem is in mobile format, there is no problem with Windows
  11. I added this class but it had no effect on the image
  12. How do I add a class??? I have 4 lines of code of the same model, how to apply the class code to all 4 numbers???
  13. The second code is correct, I could not edit it @Desti@AHristich
  14. avangcom

    Responsive photo

    Hello I have this code in a format, but the image is not responsive Please show me how to make the code responsive <img style = " width : 350px ; margin-top : 60px ; " src = '{QR-CODE-PIC"}' alt = "QR CODE" /> <img style = " width : 350px ; margin-top : 60px ; " src = '{setting="QR-CODE-PIC"}' alt = "qr code" />
  15. The problem was fixed To solve this problem, change the specified code in the httaccss file as follows <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> After the changes <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ./ /index.php [L] </IfModule> Once you modify this rewrite rule, password protection of the internal folder should work as expected. Clear your browser cache and check the changes.
  16. Not opening the password folder Hello I have a problem, when I put a password on a folder, it work, but when the code RewriteCond %{REQUEST_FILENAME} !-f I remove it from htaccess, the folder works properly and asks for a password Please help me. I didn't have this problem before and this problem just happened
×
×
  • Создать...