Перейти до вмісту
Пошук в
  • Детальніше...
Шукати результати, які ...
Шукати результати в ...

Stakhoff

Користувачі
  
  • Публікації

    105
  • З нами

  • Відвідування

Усі публікації користувача Stakhoff

  1. Я конечно понимаю, что Вы очень занятый человек и мои "детские" вопросы для вас - словно жужание назойливой мухи. Я прошу Вас подробнее объяснить, а может быть еще кто-нибуть снизойдет и поможет мне с этим чертовым редиректом. Прошу более подробный ответ. Буду ждать столько, сколько потребуется. Ваш покорный слуга... [поклонился, шаркнув ножкой...]
  2. Ищу в инете, а его тупо нигде нет - везде одни min !!!!!!!!!! может этот swiper.jquery.js.map как-то можно из swiper.jquery.min.js.map сделать?
  3. Так его не было изначально. Где ж его взять?
  4. Еще есть проблемка, кинул в валидатор и такое появилось, а не было. Помогите, пожалуйста, исправить. Error: Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.) From line 393, column 6; to line 393, column 12 ss">↩ <style>↩ Contexts in which element style may be used: Where metadata content is expected. In a noscript element that is a child of a head element. Content model for element body: Flow content. Error: Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.) From line 412, column 41; to line 412, column 47 <style>.cc-co Contexts in which element style may be used: Where metadata content is expected. In a noscript element that is a child of a head element. Content model for element body: Flow content.
  5. а у меня дефолтный шаблон на ОС3 и в консоли Хрома такое: DevTools failed to load SourceMap: Could not load content for https://embroides.com/catalog/view/javascript/jquery/swiper/js/maps/swiper.jquery.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE Подскажите, в чем проблема и как исправить?
  6. Подскажите, а как ему на лету добавить дополнительные картинки товара, а то он показывает только главную? Спасибо за ответ!
  7. Алекс, я перенес эти две строки и поставил после базы. Хост сказал что редирект настроен. А в консоли дальше все пестрит, как Вы говорили. И в Панели состояния дубли: зарегистрирован новый аккаунт. 28/04/2020 06:41:30 зарегистрирован новый аккаунт. 28/04/2020 06:41:30 зарегистрирован новый аккаунт. 27/04/2020 11:27:47 зарегистрирован новый аккаунт. 27/04/2020 11:27:47 Помогите разобраться пожалуйста
  8. Все установилось, крепкий кофе запаковал и отправил. Теперь вопрос, что делать вот с этим в консоли Хрома? A cookie associated with a cross-site resource at <URL> was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at <URL> and <URL>. A cookie associated with a cross-site resource at https://www.google.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032. И почему оно у меня дублируется много раз? Спасибо за ответы, если что, я - нубец-молодец
    Все отлично заехало на 3 дефолт! Крепкий кофе прописал, спасибо!
  9. я вот и пытаюсь найти смыслы, отключил модуль - и ошибки исчезли. Во всех 7 хедерах нет той строки. Так может не в хедере?
  10. а я перед установкой сделал зип паблика, то может откатить лучше? Просто я добавил парочку товаров, но я передобавить в принципе смогу, что посоветуете? header.twig чистый, нет? /public_html/catalog/view/theme/default/template/common/header.twig text/x-generic header.twig ( HTML document, ASCII text ) <!DOCTYPE html> <!--[if IE]><![endif]--> <!--[if IE 8 ]><html dir="{{ direction }}" lang="{{ lang }}" class="ie8"><![endif]--> <!--[if IE 9 ]><html dir="{{ direction }}" lang="{{ lang }}" class="ie9"><![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html dir="{{ direction }}" lang="{{ lang }}"> <!--<![endif]--> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>{{ title }}</title> <base href="{{ base }}" /> {% if description %} <meta name="description" content="{{ description }}" /> {% endif %} {% if keywords %} <meta name="keywords" content="{{ keywords }}" /> {% endif %} <script src="catalog/view/javascript/jquery/jquery-2.1.1.min.js" type="text/javascript"></script> <link href="catalog/view/javascript/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen" /> <script src="catalog/view/javascript/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <link href="catalog/view/javascript/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="//fonts.googleapis.com/css?family=Open+Sans:400,400i,300,700" rel="stylesheet" type="text/css" /> <link href="catalog/view/theme/default/stylesheet/stylesheet.css" rel="stylesheet"> {% for style in styles %} <link href="{{ style.href }}" type="text/css" rel="{{ style.rel }}" media="{{ style.media }}" /> {% endfor %} {% for script in scripts %} <script src="{{ script }}" type="text/javascript"></script> {% endfor %} <script src="catalog/view/javascript/common.js" type="text/javascript"></script> {% for link in links %} <link href="{{ link.href }}" rel="{{ link.rel }}" /> {% endfor %} {% for analytic in analytics %} {{ analytic }} {% endfor %} </head> <body> <nav id="top"> <div class="container">{{ currency }} {{ language }} <div id="top-links" class="nav pull-right"> <ul class="list-inline"> <li><a href="{{ contact }}"><i class="fa fa-phone"></i></a> <span class="hidden-xs hidden-sm hidden-md">{{ telephone }}</span></li> <li class="dropdown"><a href="{{ account }}" title="{{ text_account }}" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-user"></i> <span class="hidden-xs hidden-sm hidden-md">{{ text_account }}</span> <span class="caret"></span></a> <ul class="dropdown-menu dropdown-menu-right"> {% if logged %} <li><a href="{{ account }}">{{ text_account }}</a></li> <li><a href="{{ order }}">{{ text_order }}</a></li> <li><a href="{{ transaction }}">{{ text_transaction }}</a></li> <li><a href="{{ download }}">{{ text_download }}</a></li> <li><a href="{{ logout }}">{{ text_logout }}</a></li> {% else %} <li><a href="{{ register }}">{{ text_register }}</a></li> <li><a href="{{ login }}">{{ text_login }}</a></li> {% endif %} </ul> </li> <li><a href="{{ wishlist }}" id="wishlist-total" title="{{ text_wishlist }}"><i class="fa fa-heart"></i> <span class="hidden-xs hidden-sm hidden-md">{{ text_wishlist }}</span></a></li> <li><a href="{{ shopping_cart }}" title="{{ text_shopping_cart }}"><i class="fa fa-shopping-cart"></i> <span class="hidden-xs hidden-sm hidden-md">{{ text_shopping_cart }}</span></a></li> <li><a href="{{ checkout }}" title="{{ text_checkout }}"><i class="fa fa-share"></i> <span class="hidden-xs hidden-sm hidden-md">{{ text_checkout }}</span></a></li> </ul> </div> </div> </nav> <header> <div class="container"> <div class="row"> <div class="col-sm-4"> <div id="logo">{% if logo %}<a href="{{ home }}"><img src="{{ logo }}" title="{{ name }}" alt="{{ name }}" class="img-responsive" /></a>{% else %} <h1><a href="{{ home }}">{{ name }}</a></h1> {% endif %}</div> </div> <div class="col-sm-5">{{ search }}</div> <div class="col-sm-3">{{ cart }}</div> </div> </div> </header> {{ menu }}
  11. эту строку искать? <noscript><div><img src="https://mc.yandex.ru/watch/62283169" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
  12. а где этот хеад? какой путь? кошка спит просто, не хочу будить... header.twig - 7 штук насчитало посмотрю тогда во всех
  13. Ну я действовал по аналогии, а пакетик на голову можно одеть минимум в двух случаях, когда есть Момент и когда дождь идет ))
  14. Точно! Так и было! я сначала окмод пытался установить - но не пошло, а потом кошка такая говорит - а ты простой зип в корневую залей! И как теперь все это исправить?
  15. а почему нет? Просто нигде не нашел, что - картинки не загружать! Объясните пожалуйста в двух словах, но если просто не надо - то не надо...
  16. или только эти первые две строки после базы? RewriteCond %{HTTP_HOST} ^www.embroides\.com$ [NC] RewriteRule ^(.*)$ http://embroides.com/$1 [R=301,L] Не судите, я хожу как по минному полю...
  17. Если кто что сделал - то это только я! Или кошка ночью, но это маловероятно. Я по инструкции все делал, залил в корневую вот это yandex.metrika.zip
  18. ну а из консоли никак не узнать в каком файле?
  19. Давайте я вместо парня дам ссылку, дабы не плодить новых тем https://validator.w3.org/nu/?doc=https%3A%2F%2Fembroides.com%2F Я нуб, но не прошу в рот положить! только чуток разжевать ))) Прошу дать направление. Вот к примеру ошибка №6 Error: Bad start tag in div in noscript in head. From line 47, column 11; to line 47, column 15 <noscript><div><img 1. Правильно ли я понимаю, что тега div не должно быть в <head> ? 2. В консоли я нахожу эту 47 строку: <noscript><div><img src="https://mc.yandex.ru/watch/62283169" style="position:absolute; left:-9999px;" alt="" /></div></noscript> Теперь мне надо удалить <div> и </div>, но в каком файле? У меня стандартный шаблон на Опенкарт3. Не понимаю как из консоли узнать в каком файле править. Стильшет знаю где находится - правил, а это не понимаю где найти. Хедер, футер... - там вроде нет этого. Помогите, пожалуйста, начинающему - выбился из сил...
  20. Друзья, помогите, пожалуйста, разобраться! Не могу понять в чем дело. Загружаю в Google Search Console ссылку на любую картинку со своего сайта https://embroides.com/ И получаю такое. Причем обычные ссылки на страницы проходят
  21. RewriteCond %{HTTP_HOST} ^www.embroides\.com$ [NC] RewriteRule ^(.*)$ http://embroides.com/$1 [R=301,L] RewriteEngine On RewriteCond %{HTTPS} !on RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] вот это все перенести и поставить после RewriteBase / с новой строки?
  22. Помогите пожалуйста, я полный нуб все сам с нуля делаю Вот мой .htaccess : AddCharset UTF-8 .html Content-Type: text/html; charset=UTF-8 RewriteCond %{HTTP_HOST} ^www.embroides\.com$ [NC] RewriteRule ^(.*)$ http://embroides.com/$1 [R=301,L] RewriteEngine On RewriteCond %{HTTPS} !on RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] # 1.To use URL Alias you need to be running apache with mod_rewrite enabled. # 2. In your opencart directory rename htaccess.txt to .htaccess. # For any support issues please visit: http://www.opencart.com Options +FollowSymlinks # Prevent Directoy listing Options -Indexes # Prevent Direct Access to files <FilesMatch «(?i)((\.tpl|\.ini|\.log|(?<!robots)\.txt))»> Require all denied ## For apache 2.2 and older, replace «Require all denied» with these two lines : # Order deny,allow # Deny from all </FilesMatch> # SEO URL Settings RewriteEngine On # If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/ RewriteBase / RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L] RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L] RewriteRule ^system/download/(.*) index.php?route=error/not_found [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css) RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA] ### Additional Settings that may need to be enabled for some servers ### Uncomment the commands by removing the # sign in front of it. ### If you get an «Internal Server Error 500» after enabling any of the following settings, restore the # as this means your host doesn’t allow that. # 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it: # php_flag register_globals off # 2. If your cart has magic quotes enabled, This may work to disable it: # php_flag magic_quotes_gpc Off # 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try # php_value upload_max_filesize 999M # 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value post_max_size 999M # 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value max_execution_time 200 # 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value max_input_time 200 # 7. disable open_basedir limitations # php_admin_value open_basedir none что в нем поменять?
  23. Смотрю по рекомендации здесь https://shopiweb.ru/files/robots-opencart.txt Копирую это в robots.txt и заливаю в корневую? И все?

×
×
  • Створити...

Important Information

На нашому сайті використовуються файли cookie і відбувається обробка деяких персональних даних користувачів, щоб поліпшити користувальницький інтерфейс. Щоб дізнатися для чого і які персональні дані ми обробляємо перейдіть за посиланням . Якщо Ви натиснете «Я даю згоду», це означає, що Ви розумієте і приймаєте всі умови, зазначені в цьому Повідомленні про конфіденційність.