Title: Doesn&#039;t work with Path theme
Last modified: August 21, 2016

---

# Doesn't work with Path theme

 *  Resolved [zarakou](https://wordpress.org/support/users/zarakou/)
 * (@zarakou)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-with-path-theme/)
 * I’ve been trying to get this to work with no success.
    I’m using Path theme and
   modifying the Child Theme.
 * I notice this in the css
 *     ```
       /* Image. */
       img {
       	-moz-box-sizing:;
       	-webkit-box-sizing: ;
       	box-sizing:;
       	border: ;
       	padding:;
       }
       .thumbnail {
       	max-width: 160px; /* 4px padding and 1px border left and right. */
       	max-height: 160px;
       }
       .path-smaller-thumbnail {
       	max-width: 90px; /* 4px padding and 1px border left and right. */
       	max-height: 90px;
       }
       #site-title img {
       	border: none;
       	padding: 0;
       }
   
       #content {
       	float: left;
       	width: 64%; /* 4% for margin */
       }
       ```
   
 * and there are also php files titled:
    content-gallery and content-image
 * Here is the website.
    [http://www.clvphotography.com/gallery/](http://www.clvphotography.com/gallery/)
 * Help please? :/
 * [http://wordpress.org/plugins/tiled-gallery-carousel-without-jetpack/](http://wordpress.org/plugins/tiled-gallery-carousel-without-jetpack/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [zarakou](https://wordpress.org/support/users/zarakou/)
 * (@zarakou)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-with-path-theme/#post-4243038)
 * Solved this by adding
 * `remove_theme_support( 'cleaner-gallery' );`
 * to functions.php inside setup function

Viewing 1 replies (of 1 total)

The topic ‘Doesn't work with Path theme’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tiled-gallery-carousel-without-jetpack_8c777c.
   svg)
 * [Tiled Gallery Carousel Without JetPack](https://wordpress.org/plugins/tiled-gallery-carousel-without-jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tiled-gallery-carousel-without-jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tiled-gallery-carousel-without-jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/tiled-gallery-carousel-without-jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tiled-gallery-carousel-without-jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tiled-gallery-carousel-without-jetpack/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [zarakou](https://wordpress.org/support/users/zarakou/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-with-path-theme/#post-4243038)
 * Status: resolved