Start chat

Joomla 3.x Documentation

Addendum

We did our best to make this documentation as clear as possible. However, if you have any difficulties with the Joomla template or any suggestions on improving the template or the documentation, feel free to contact our support team through the:

Help and Support

Documentation

Loading data from Google servers

Some countries have issues connecting to Google servers. This can cause issues loading Google Fonts and Java Script libraries from Google CDN. To resolve these issues please do the following:

Can't load Google Fonts:

  1. Open \templates\theme****\index.php file
  2. Locate the line:

    $doc->addStyleSheet('//fonts.googleapis.com/css?family=[---your_web_font_name_here---]');
  3. Replace it with the following:

    $doc->addStyleSheet('//fonts.useso.com/css?family=[---your_web_font_name_here---]');

Can't load jQuery

  1. Open \templates\theme****\index.php file
  2. Locate the line:

  3. Replace with the following:

You can also use local copy of jQuery library.

Joomla! Extensions

At extensions.joomla.org you can download more than 6 thousand modules, plugins and components to add various features to your Joomla website.

Joomla! Cookies usage warning

Following the Cookie Law conditions, you should add appropriate modules to your website that will display a warning message about the cookies used on your website. We can recommend the following ones:

Additional Links

Validation

Both HTML markup and CSS styles used in our templates are semantically correct and valid. However some W3C errors still can take place. Making code 100% W3C valid eliminates the usage of modern website technologies as CSS3 features and HTML5 markup. Our goal is to deliver rich user experience with high quality templates and sometimes we have to break some rules.