Avatar

MUSICONAIR

MUSICONAIR

About

Username
MUSICONAIR
Joined
Visits
46
Last Active
Roles
Member

Comments

  • I actually can't send a link, it's in a private dev environnement, I have to clone it somewhere else. But yes, it is working with this change. Problem solved :)
  • Ok I think I have it. In content-post.php , // photo | Style != Masonry Tiles , $output .= get_the_post_thumbnail( get_the_ID(), 'blog-portfolio', array( 'class'=>'scale-with-grid', 'itemprop'=>'image' ) ); instead of 'full'. Quite simply. Co…
  • Here the link of the discussion on themeforest : https://themeforest.net/item/betheme-responsive-multipurpose-wordpress-theme/7758048/comments?page=446&filter=all#comment_15932396 In css I can hardfix width and height but image will not be rezi…
  • Hmmm, it's maybe too late but it can be useful for others. To make the entire image clickable and not just the title : - take file "content-post.php" in the folder "includes" - after the line "$output .= '<div class=&quo…
  • Hmmm, it's maybe too late but it can be useful for others. To make the entire image clickable and not just the title : - take file "content-post.php" in the folder "includes" - after the line "$output .= '<div class=&quo…