Thursday, September 28, 2023

How To Create A Parallax Effect in Gantry

This actually isn’t just for Ganty. It just involves a little CSS. I needed it for a section in a Gantry template, but you can use this anywhere.

I got this set up from good old W3Schools so you know it is solid.

https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_parallax

It is really just locking down the position of the background image and setting it to cover. I didn’t have to specify the height of the div in my case.

I hope this helps someone else out there…

 

Solved – 500 Fabrik has generated an incorrect query for the list

I moved a Joomla 3.7.2 site that has a Fabrik application in it to a new host, and when I did I got the “500 Fabrik has generated an incorrect query for the list…” error.

I made sure the connection was good. The issue turned out to be the “List” was locked.

Another time I go this issue was due to my database connection. I moved the site to a new location but didn’t update the Fabrik “Connection”.

I hope this helps someone else out there…