• Plugin Author Mike Martel

    (@mike_cowobo)


    It’s been a long time in the making, but WP Tiles 1.0 is (almost) here.

    WP Tiles 1.0 beta is a complete overhaul of the WP Tiles plugin. All known bugs have been fixed and all admin interfaces have been completely redone. The shortcode now uses a new syntax and most outstanding feature requests (and personal wish list features) have been added.

    I have pre-released WP Tiles 1.0 as a beta for testing purposes. Keep in mind this is a beta release. This means that the plugin is probably safe for use on live websites, but that the definitive version may require reconfiguring and that bugs will occur. Get the development version here. Documentation and demo website will follow.

    Backward compatibility

    Important: This is a major version update. If you are using any pre-1.0 version of WP Tiles, you need to be extremely cautious installing the update. We have tried to make old options and shortcode attributes compatible with the new WP Tiles as much as possible, but many options have changed so much that automatically keeping them backward compatible would be as good as impossible. Please read the migration guide before updating the plugin.

    New features

    Pagination using the shortcode – The shortcode can now be automatically paginated. The plugin includes AJAX pagination (without page reload), previous/next page navigation and page number navigation.

    Tiled Galleries – WP Tiles can now be used with the WordPress [gallery] shortcode. Simply create a gallery and select the grid you want to use, and you are good to go. Includes support for JetPack Carousel (and Gallery Carousel without Jetpack).

    New shortcode syntax and button in editor – The shortcode now borrows its post query syntax from Display Posts Shortcode by Bill Erickson. The shortcode can also be completely generated by the new shortcode button in the editor.

    SEO Friendly – Though the Tiles still require JavaScript, they are now rendered before the JavaScript kicks in so search engine can read them, and even include basic Schema.org microtags and are generated using clean HTML5. This means that you can now safely use WP Tiles as a primary element on your page without worrying about SEO.

    Grid Builder and Tile Designer – The admin interface now comes with a live editor for grid templates, so you can immediately see what grid templates look like. Tiles and bylines also come with a collection of hover effects and a list of adjustable properties that you can edit and preview immediately in the Tile Designer.

    Completely custom bylines – The bylines are now generated using a custom template, the mark up and content of which you can control entirely. You could even start showing complete posts on tiles if you want to!

    Modern Styles – WP Tiles 1.0 gets rid of all those pesky shadows and rounded corners. Legacy styles are still included for those that really want them, but default styles are now flat and elegant.

    Other changes

    • Grids repeat infinitely (no fallback to 1×1 template)
    • Tile animation (on load, window resize or template selection) is now optional
    • Automatic elipsis for multi-line content
    • Minified scripts – WP Tiles now only loads a single script if SCRIPT_DEBUG is not enabled
    • Hides current post when used inside the loop (can be disabled)

    https://www.ads-software.com/plugins/wp-tiles/

Viewing 8 replies - 16 through 23 (of 23 total)
  • Plugin Author Mike Martel

    (@mike_cowobo)

    Hi @wpokg,

    Thanks for letting me know about this! The bug was caused by my latest update to the beta version. I just uploaded a new version, so if you update again, WP Tiles should activate as normal again.

    Thanks for reporting this, I wouldn’t have found it otherwise. If you want to give me more details on the category bug, can you please open a separate thread? I’m curious to find out what is going wrong there.

    Cheers,
    Mike

    Aha, does that mean that you will roll with the official version shortly or do we all need to update to this newest beta? I figure that if everything works fine, no in-between action is needed. Am I right?

    My blog is as flat as a dime, no categories, no worries… ??

    Plugin Author Mike Martel

    (@mike_cowobo)

    Yes! The official version is coming in the next couple of weeks. The beta has been out for a long time now, and there haven’t been many dramatic problems with it, so I will write the last of the docs next week and then go ahead with the release.

    Hi Mike,
    Thank you! Yes, it’s working fine now and filtering by category and tag work as well.
    Looking forward to the official release. THANKS!

    Hey Mike,

    I just updated to the 1.0 final version. It seems that the tiles in the grid don’t repeat themselves any more. So the amount of tiles one sets for the grid is leading and not the amount of “post shown” as set in the reading settings of WordPress. Is this by design?

    I worked around this by declaring more tiles, because I have a grid of four tiles that is supposed to repeat itself until 20 posts are shown. No biggy but I was wondering…. ??

    Plugin Author Mike Martel

    (@mike_cowobo)

    Hi Carlo!

    That is by design ?? WP Tiles figures out how many tiles are defined in the grid, and then only queries that many tiles. I think that’s more intuitive for new users.

    The easier way to override it is by setting posts_per_page in your shortcode, then you can control how many posts should be displayed exactly, like this:

    [wp-tiles posts_per_page=20]

    Cheers,
    Mike

    Yah. Sounds logical. I will fix it by shortcode…

    Ah yes, before I forget, is there any chance you will fit in a CSS manipulation box sometime to set colours and borders on tiles? It would add greatly to overall snazzyness… ??

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘[1.0 BETA] Testers needed for WP Tiles 1.0 beta’ is closed to new replies.