Hello
When i’m on mobile version, if i want to click on an article, this effect happens : http://image.noelshack.com/fichiers/2018/35/7/1535903154-screenshot-20180902-174507-01.jpg
How can i cancel it ?
And are the reviews compatible with rich snippets ?
Thanks !
Hello,
Unfortunately I cannot see the issue in question without a link to your site so I can access it.
Our theme review system is compatible with rich snippets but we can only recommend seo yoast for this purpose. We have not tested any other seo plugin
Thank you!
Here it is : https://thesaurap.fr
Also, other question : how can i display the review before the text, in a article ?
Thanks
Hello,
Is it the hover effect you want removed? It seems you already managed to change the grid style. You can select different styles for your grids in the tagdiv composer
As for the reviews, you can use the cloud library template to import a custom post template and use the tagdiv composer to implement the reviews above the post content.
Here is an example of how you can edit post templates: https://www.youtube.com/watch?v=BC-gCCy80Gw
Thank you!
Hi,
I know what you are referring to, but there would be nothing to do about that with a theme setting. The thumbnail used is bigger than what is visible, it is the same thumbnail as on desktop but reduced a little
– https://www.screencast.com/t/w2pG0RG39g
– https://www.screencast.com/t/tsf8MZmVAV9
So while the module is limited to a fixed value on mobile, the image will be larger. That creates the effect you mention when clicking on it.
I could give you some CSS solutions if this is required in this case. One would be to make the modules as big as the thumb on mobile
– https://www.screencast.com/t/trzr5LLz3t
For this, enter the code in here – https://www.screencast.com/t/4v5HtCAN
.td_block_big_grid_6 .td-big-grid-post-0 .td-module-thumb, .td_block_big_grid_6 .td-big-grid-post-1 .td-module-thumb {
height: 356px;
}
Thanks