Troubleshooting & faq | Indigo - Documentation | JoomShaper

Indigo

Updated Last: 21 November 2023

Troubleshooting & faq

I cannot save Joomla Articles

If you cannot save/edit articles with enabled SPPB Article integration - it's because there is a small conflict with default J2Store 3.x settings. Hopefully, it's easy to fix it:

  1. Go to: Components -> J2Store
  2. Setup -> Configuration
  3. In the "Basic Settings" tab -> Load jQuery UI -> "No" (recommended).
  4. Then click "Save" or "Save & Close" to keep changes.
  5. That's all, now you should be able to Save changes in Articles again.
j2store and article problem

 I don't see Mobile Offcanvas Menu

In case you don't see the Mobile menu icon [=]  please use below custom CSS:

.burger-icon {
  width: 25px;
  cursor: pointer;
}


.burger-icon > span {
  display: block;
  height: 2px;
  background-color: #eee;
  margin: 5px 0;
}