Everything posted by avangcom
- Responsive photo
- Responsive photo
-
Responsive photo
I added this class but it had no effect on the image
-
Responsive photo
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???
-
Responsive photo
The second code is correct, I could not edit it @Desti@AHristich
-
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" />
-
Not opening the password folder
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.
-
Not opening the password folder
@Desti
-
Not opening the password folder
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
-
NO_PLUGIN_TEMPLATE_FILE error
@Desti
-
NO_PLUGIN_TEMPLATE_FILE error
С плагином проблем нет, но пока активен режим DEV, на форуме выскакивает ошибка @Desti
-
NO_PLUGIN_TEMPLATE_FILE error
Я положил папку dev в папку плагина, это не имело значения. Я видел это, но ничего не понимаю. Спасибо за подсказку. https://invisioncommunity.com/forums/topic/447443-rebuilding-plugin-xml-from-plugins-directory/
-
NO_PLUGIN_TEMPLATE_FILE error
How can I fix this error???? I updated the plugin with the new version
-
NO_PLUGIN_TEMPLATE_FILE error
-
Solve the problem of Swiper Slider app in the new version
Thanks, by adding this folder and saving the program, the error problem was solved The version without problems is attached Swiper Slider 2.0.4.tar
-
Solve the problem of Swiper Slider app in the new version
@Desti
-
Solve the problem of Swiper Slider app in the new version
-
Solve the problem of Swiper Slider app in the new version
very Good! Update APP Swiper Slider 2.0.3.tar TESTED 4.7.13 PHP 8.1
-
Solve the problem of Swiper Slider app in the new version
Hello Thank you, I added this file but it still has an error HooLIGUN
-
Solve the problem of Swiper Slider app in the new version
К сожалению, переводчик плохо переводит. Спасибо, что показали мне, что мне делать на картинке.
-
Solve the problem of Swiper Slider app in the new version
Я включил инструменты разработчика Это изображение этого $form->add( new \IPS\Helpers\Form\Editor( 'ss_content', $this->id ? $this->content : "", FALSE, array( 'app' => 'swiperslider', 'key' => 'swiperslider', 'autoSaveKey' => 'ss_content' ), NULL, NULL, NULL, 'ss_content' ) ); @HooLIGUN
-
Solve the problem of Swiper Slider app in the new version
I also logged in through my DEV but I don't understand where to change
-
Solve the problem of Swiper Slider app in the new version
@Exception
-
Solve the problem of Swiper Slider app in the new version
Привет Вы внесли изменения? Я не понял, какие изменения мне следует внести
-
Solve the problem of Swiper Slider app in the new version
@Desti@by_ix@aLEX49566