Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is now a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5!

Solving problems with template Pinboard_AV and sid2 after update to Joomla! 3.1.5

Earlier this month Joomla! 3.1.5 was release. There were some changes in HTML-structur and CSS-classes. As a result featured articles "disappear" in our templates Pinboard_AV and sid2.

You can learn here how to fix that.

We have release version 3.3.2 (Pinboard_AV) and 3.3.1 (sid2) of our templates which are available at the im download directory.

You can install these releases via Extension Mananager. Please note that you will loose any changes you previously made to our templates.

If you have changed our templates follow the steps below:

Only template.css in the css-directory has been changed for the release.

If you use our original template.css you can just download the template release from download directory extract the zip-File locally and upload the file template.css from zip to your server (i.e. via FTP).

If you have previously adapted the template.css file you need to change the code in your template.css.

  • Find
    .clearfix { clear: both; }
    in template.css an remove it.
  • Find
    .items-leading div.clearfix { display: none; }
    and remove it.
  • Add the following code at the bottom fo your template.css
    .clearfix:after { clear: both; }
    .clearfix:before, .clearfix:after { content: ""; display: table; line-height: 0; }