Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

admsetka

Newbie
  
  • Posts

    43
  • Joined

  • Last visited

admsetka's Achievements

Contributor

Contributor (5/14)

  • Collaborator
  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Приветствую. На сайте не отображаются заполняемые поля HTML-тег H1, HTML-тег Title, Мета-тег Keywords, Мета-тег Description, Описание. Я всё заполняю, но информация не появляется. скрин экрана http://awesomescreenshot.com/04020a7x21 рассматриваем на примере бренда Nad http://www.melomaniak.ru/index.php?route=product/manufacturer/info&manufacturer_id=207
  2. решит ли мою проблему этот модуль? демо Хочу чтобы в слайд шоу были производители, подойдёт ли?
  3. Привет. Интересует как сделать модуль "Карусель" с эффектом слайдшоу. Модуль слайдшоу сам по себе перелистывает через определённое время "слайды", 1 показ - 1 слайд(на котором 1 картинка ссылающаяся на определённую страницу). Меня интересует чтобы на слайде было несколько брендов и при нажатии на каждый пересылало именно на этот бренд. Спасибо :-)
  4. Сделал как вы сказали, результата нет. Возможно дело в правах? Я пока переключю на "по умолчанию" чтобы всё функционировало нормально.
  5. Непомогает ничего... правки вносил я, только поменял Options +FollowSymLinks на Options +SymLinksIfOwnerMatch. Суть ошибки, "синтаксическая ошибка в файле .htaccess, ошибка в CGI-скрипте или неверные права" Возможно неверные права... Какие вот ставить непонятно..
  6. Ужасная презентация. Советую не портить сайт, а добавить модуль слайдшоу
  7. Выкладываю сюда содержимое + помощь с хостинга. Просьба понимающих в чём дело объяснить как исправить ситуацию. .htaccess <IfModule mod_expires.c> ExpiresActive On ExpiresDefault "access plus 86400 seconds" ExpiresByType image/x-icon "access plus 25920000 seconds" ExpiresByType image/jpeg "access plus 25920000 seconds" ExpiresByType image/png "access plus 25920000 seconds" ExpiresByType image/gif "access plus 25920000 seconds" ExpiresByType application/x-shockwave-flash "access plus 25920000 seconds" ExpiresByType text/css "access plus 6048000 seconds" ExpiresByType text/javascript "access plus 2160000 seconds" ExpiresByType application/javascript "access plus 6048000 seconds" ExpiresByType application/x-javascript "access plus 6048000 seconds" ExpiresByType text/html "access plus 36000 seconds" ExpiresByType application/xhtml+xml "access plus 36000 seconds" </IfModule> # compressing of files AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript AddDefaultCharSet UTF-8 # 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 +SymLinksIfOwnerMatch # Prevent Directoy listing Options -Indexes # Prevent Direct Access to files <FilesMatch "\.(tpl|ini|log)"> 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 /fut/ RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L] RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L] RewriteRule ^yandexmarket.xml$ index.php?route=feed/yandex_market [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d 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 хелп с хостинга по ошибке Ошибка 500 также может возникать вследствие неправильного обращения с CGI-скриптами: CGI-скрипты должны иметь окончания строк в формате UNIX (\n), а не в формате Windows (\r\n). Для этого их надо загружать на сервер по FTP в режиме ASCII.CGI-скрипты и папки, в которых они находятся, должны быть доступны для записи только владельцу, то есть иметь права 0755 (drwxr-xr-x).В результате работы CGI-скрипта сформированны неправильные HTTP-заголовки ответа. В этом случае для решения проблемы полезно обратиться к error_log (его можно найти в контрольной панели в разделе «Статитистика / Лог-файлы / Лог ошибок»).
  8. ### 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. прочитал в этом файлике, что значит "restore the #" , + я так понял нужно написать на хостинг в чём дело
  9. Заменил, кэш почистил, результата нет :cry:
  10. Привет. Решил включить seo pro. Включить ЧПУ:Необходимо настроить файл .htaccess в корневом каталоге магазина Да Тип ЧПУ: Seo pro ЧПУ товаров с категориями:/category/subcategory/product (только для SeoPro) Нет Файл .htaccess переименован был уже с .txt . Старые ссылки открываются http://www.melomaniak.ru/index.php?route=product/manufacturer/info&manufacturer_id=118 Новые с сео чпу нет http://www.melomaniak.ru/anthem.html Наверное дела в файле htaccess , но что там редактировать ... :unsure:
  11. исправил в стилях, всё встало на место сразу. но категории теперь очень длинными стали, модуль который слево, ищу как исправить...
  12. Привет. Создавал тему насчёт своего шаблон Pinshop, намучался с ним, хочу сменить. Хочу поставить Bigshop. Мой сайт Что в итоге полчается, весь сайт смешается вправо и размещается на клочке страницы. Как исправить? Хочу так же убрать верхние выпадающие категории полностью, сделаю слева в столбик.
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.