Title: WP tiles template code scrolling problems
Last modified: August 31, 2016

---

# WP tiles template code scrolling problems

 *  [c-m](https://wordpress.org/support/users/c-m/)
 * (@c-m)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wp-tiles-template-code-scrolling-problems/)
 * I am using wp tiles template code on my homepage to pull images from all posts
   in a specific category and display 4 of them at the bottom of my homepage.
 * Unfortunately, something isn’t working correctly and I’m unable to smoothly scroll
   to the bottom of the page. with the wp tiles code active.
 *     ```
       <?php
   
       $query = new WP_Query(array(
       'post_type' => 'post',
       'posts_per_page' => 4,
       'paged' => 1,
       'orderby'=> rand,
       ) );
       // WP Tiles arguments
       $args = array(
       'grids' => plain,
       'images_only' => true,
       'link'            => 'none' //post|thickbox|attachment|none
   
       );
       // Display the tiles
       the_wp_tiles( $query, $args );
       ?>
       ```
   
 * If I remove the code I can scroll to the bottom of the page without issue.
 * The site is at [http://defylife.co.uk](http://defylife.co.uk)
 * [https://wordpress.org/plugins/wp-tiles/](https://wordpress.org/plugins/wp-tiles/)

Viewing 1 replies (of 1 total)

 *  [idioost](https://wordpress.org/support/users/idioost/)
 * (@idioost)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/wp-tiles-template-code-scrolling-problems/#post-9218163)
 * Has a solution been found for this issue? I experience exactly the same when 
   viewing the site in maximized view / full window.
 * After decreasing the window of the browser and maximizing it again, the scroll
   bar is seen and one can scroll on the page.
 * Many thanks in advance!
    -  This reply was modified 8 years, 11 months ago by [idioost](https://wordpress.org/support/users/idioost/).

Viewing 1 replies (of 1 total)

The topic ‘WP tiles template code scrolling problems’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-tiles_8f8e84.svg)
 * [WP Tiles](https://wordpress.org/plugins/wp-tiles/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-tiles/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-tiles/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-tiles/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-tiles/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-tiles/reviews/)

## Tags

 * [scrolling](https://wordpress.org/support/topic-tag/scrolling/)

 * 1 reply
 * 2 participants
 * Last reply from: [idioost](https://wordpress.org/support/users/idioost/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/wp-tiles-template-code-scrolling-problems/#post-9218163)
 * Status: not resolved