Help Center

Powered by Minitek FAQ Book
Loading...

Strange behavior of the plugin after updating the Joomla site from 4.4.1 to 5.0.1

FR
Frank ReisenhoferPosted 1 year ago

Dear Sirs and Madams,

Today I updated my site from Joomla 4.4.1 to 5.0.1.

In addition I installed the latest Responsive Grid for Articles for this version.

Once this was done the behavior of the plugin is strange.

Please have a look at https://www.reisenhofer.de/de/fotos-de

Normally 4 articles should be shown per line.

Any idea what is causing this?

Best Regards

Frank 

Loading...
0
#4147

3 answers

M
MinitekPosted 1 year agoModerator

Hi Frank,

There is a css conflict with your template.

Please add the following css in the template:

.rga {
  white-space: initial;
}
FR
Frank ReisenhoferPosted 1 year ago

Dear friendly support,

Many thanks for your quick reply. I adjusted the css accordingly and the page is back to normal.

Have a nice day.

 

M
MinitekPosted 1 year agoModerator

You're welcome.