Joomla 5 Notice

Today, October 31, 2023, we released Visforms 4.4.0.
We are pleased to announce that our Joomla extension Visforms is now compatible with Joomla 5.

Our Joomla extension Spambotcheck is currently not yet compatible with Joomla 5 and the installation cannot be started on Joomla 5. We expect to release a release with Joomla 5 compatibility shortly.

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!

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; }