i'm using child theme and i have edit "content-portfolio.php" at "/includes". but now wordpress is still loading the content-portfolio.php from the main theme and not from the child theme.
Open functions.php file in the child theme, when you scroll down you got a commented require function. Uncomment it and require content-portfolio.php Every file you want to include in the child theme must be done this way.
/* --------------------------------------------------------------------------- * Override theme functions * * if you want to override theme functions use the example below * --------------------------------------------------------------------------- */ require_once( get_stylesheet_directory() .'/includes/content-single-portfolio.php' );
Comments
to set similar layout, you need to use Portfolio item and under its settings, you need to set Masonry Hover Description style. More details about portfolio item you can find on http://themes.muffingroup.com/be/theme/shortcodes/loops/#portfolio-item