MIGX title placeholder not showing,image is?

It looks like there are some problems with the MODX tags:

  • The pthumb tag ([[pthumb) is opened, but never closed ( → ]]).
  • The “alt” attribute is missing the double quotes (")

This line should probably should look like this:

<img src="[[pthumb? &input=`[[+image]]`]]" alt="[[+title]]"/>
2 Likes