• fabja

    (@fabianjaehnke)


    Hi,
    the settings for a Layout in the gallery or the default Grids in the WP-Tiles Settings will not work or be applied in the frontend. I only get the first grid from my Grids-templates shown. No matter what combination or grids-template i choose.
    Can anyone help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,

    I’ve been experimenting the same problems, It seems that it takes the last template always. If you create a new one the plugin will always use the last template.

    After hors and hours of reading lines of code. I realised that just changing a character in a file it’s fixed.

    plugins/wp-tiles/assets/js/wp-tiles.min.js

    search for: if(!opts.breakpoint)
    and replace it with: if(opts.breakpoint)

    Done this and now it is working like a charm.

    Hope this helps to solve your problem!

    I was having the same problem. Thank you for the above. Worked like a charm. Need to keep an eye it when or if updates are released.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Grid Templates not working/applied’ is closed to new replies.