Skip to main content

EF4 Joomla framework updated! Check what's new in EF4 4.8.5 version.

| Andrzej Herzberg | News

We are glad to inform about our latest release of EF4 Framework for Joomla templates which comes with some interesting new features. Let's take a closer look at them.

 

Local Google Fonts

We have added a possibility to load Google Web Fonts as local fonts instead of loading them from the Google servers. Our framework downloads the font and includes them into the template's head automatically. Why this feature is interesting? Because you can be sure that your fonts will be 100% GDPR complaint.

The Local Google Fonts can be easily enabled in the template parameters:

Joomla Framework Update

Google Web Fonts loaded traditionally:

Joomla Framework Update

Google Web Fonts loaded locally:

Joomla Framework Update

Read more about loading Google Web Fonts locally

Full HTML5 support

We have enabled full HTML5 support for the EF4 framework to fix warnings reported in W3C markup validation.

Joomla Framework Update

FontAwesome5 support

Now you can choose whether you want to use FontAwesome4 or FontAwesome5 free icons in your Joomla template. The icons are loaded locally so they are GDPR complaint.

Joomla Framework Update

Override template blocks

This feature is interesting for users who modify template files. You can copy a layout file to the [template-name]/html/[template-name]/tpl/ or a block file to [template-name]/html/[template-name]/tpl/blocks/ to override the default file. This way you can be sure that your changes will not be lost after the template update.

Read more about overriding layout and block files

Load custom.js file

This is another feature for web developers. If you want to add a jQuery or Javascript script to your template you can simply create the custom.js file inside [template-name]/js/ and place your script in there. The file will be loaded into the template's head automatically and you do not have to worry about the template's updates.

Read more about adding custom.js file

Other bug fixes and improvements

The above features are only part of the work we did on the occasion of the update. Check the changelog for the rest of improvements.

See the full list of changes in the changelog

Come on, comment on this post

Let us know what you think about new features, would you like to have them on your website?