Categories

Featured templates

Jigoshop Troubleshooter. How to fix “blockui requires jquery v1.3 or later you are using v.1.11.2” alert

Jeff Bell May 8, 2015
Rating: 5.0/5. From 3 votes.
Please wait...

This tutorial shows how to fix ‘blockui requires jquery v1.3 or later you are using v.1.11.2’ alert in Jigoshop templates.

Jigoshop Troubleshooter. How to fix “blockui requires jquery v1.3 or later you are using v.1.11.2” alert

Sometimes you need to use an older version of some plugin on your site due to its specific capabilities or due to your template software compatibility. It happens that while doing that you might encounter the following error: blockui requires jquery v1.2.3 or later you are using v.1.11.1

blockuitutorial1

To fix that, you need to follow the steps below:

  1. Log into your FTP or Cpanel:

    blockuitutorial2
  2. Navigate to the folder wp-content/plugins/jigoshop/assets/js:

    blockuitutorial3
  3. Locate folder with plugin needed and file blockui.js:

    blockuitutorial4
  4. Please make sure to back up original file first, just in case.

  5. Open the file and search it for the following piece of code using Ctrl+F combination:

    if (/1\.(0|1|2)\.(0|1|2)/.test($.fn.jquery) || /^1.1/.test($.fn.jquery)) 
    blockuitutorial5
  6. You need to replace this line specifically with the following one to resolve the issue:

    if ((/1\.(2\.([3-9]|[1-9][0-9])|[3-9]\.[0-9]*|[1-9][0-9]*\.[0-9]*)/.test($.fn.jquery)) === false ) 
    blockuitutorial6
  7. Please save the changes and check page where you used to have the issue now. You’ll see that it’s now resolved:

    blockuitutorial7

Please check the site now. You’ll see that the issue is resolved.

Feel free to check the detailed video tutorial below:

Jigoshop Troubleshooter. How to fix “blockui requires jquery v1.3 or later you are using v.1.11.2” alert

Из этого туториала Вы узнаете, как устранить сообщение ‘blockui requires jquery v1.3 or later you are using v.1.11.2’ в шаблонах Jigoshop.

Решение проблем в Jigoshop. Как устранить сообщение “blockui requires jquery v1.3 or later you are using v.1.11.2”

Иногда Вам необходимо использовать более старую версию того или иного плагина для вашого сайта. Это может быть вызвано тем, что именно эта версия плагина имеет нужные Вам функции, либо лишь она совместима с шаблоном. В случае использования более старой версии плагина, Вы можете столкнуться с ошибкой: blockui requires jquery v1.2.3 or later you are using v.1.11.2

blockuitutorial1

Чтобы исправить это, следуйте таким инструкциям:

  1. Откройте папку вашего сайта с помощью ФТП или панели управления хостингом:

    blockuitutorial2
  2. Перейдите в папку wp-content/plugins/jigoshop/assets/js:

    blockuitutorial3
  3. Найдите папку, содержащую нужный плагин, и файл blockui.js:

    blockuitutorial4
  4. Пожалуйста, сделайте резервную копию данного файла для дополнительной страховки.

  5. Откройте файл и найдите следующую строку кода используя комбинацию клавиш Ctrl+F:

    if (/1\.(0|1|2)\.(0|1|2)/.test($.fn.jquery) || /^1.1/.test($.fn.jquery)) 
    blockuitutorial5
  6. Для решения проблемы, замените данную строку на следующюю:

    if ((/1\.(2\.([3-9]|[1-9][0-9])|[3-9]\.[0-9]*|[1-9][0-9]*\.[0-9]*)/.test($.fn.jquery)) === false ) 
    blockuitutorial6
  7. Сохраните внесённые изменения и обновите страницу, на которой выводилось сообщение. Вы убедитесь, что проблема решена:

    blockuitutorial7

Теперь Вы знаете, как устранить сообщение ‘blockui requires jquery v1.3 or later you are using v.1.11.2’ в шаблонах Jigoshop.

Вы можете ознакомиться с детальной видео-инструкцией ниже:

Решение проблем в Jigoshop. Как устранить сообщение “blockui requires jquery v1.3 or later you are using v.1.11.2”
This entry was posted in Jigoshop Tutorials and tagged alert, blockui, Jigoshop, jQuery, version. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket