Hi @itesla,
Thanks for your comment.
When the tiles are first loaded they show a ‘growing’ effect. So they expand from the top left corner to their full height. When you resize the browser, the tiles animate to shrink or grow to the new size.
— Mike
Hi Mike
Thanks for reply,yesterday i tested from iPhone but you can’t press tiles not know why maybe screen is too small.
Also you was telling about this code i did not add it because not know where to put.
add_filter( 'wp_tiles_stylesheet', 'my_theme_wp_tiles_styleheet' );
function my_theme_wp_tiles_styleheet() {
return get_stylesheet_directory_uri() . '/css/wp-tiles.css';
}
Do i need to add it? If yes tell me where please.
Hi iTesla,
I just checked and the links on your page working fine – you should be able to click / tap them.
Regarding the stylesheet: you only have to add that code if you want to completely override the WP Tiles stylesheet. If you just want to tweak the styles a bit, you can just add the extra styles to your child theme, without overriding the WP Tiles styles.
— Mike
Hi Mike, thank you for help i will do as you say and do more testings.