• Resolved zarakou

    (@zarakou)


    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/

    Help please? :/

    http://wordpress.org/plugins/tiled-gallery-carousel-without-jetpack/

Viewing 1 replies (of 1 total)
  • Thread Starter zarakou

    (@zarakou)

    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.