1. For style 11 (Video) template for post. I am not adding any content in the content section. Instead I am using subtitle area for the content. I would like to know that will it affect seo? If yes… then is it possible to make changes in code so that good will take subtitle as the content of the site?
2. How can I remove the bottom social share buttons only for STYLE 11 Video template for post?
3. Is it possible to choose different block for mobile screen and desktop on homepage.?
4.
Hi Sayeed,
1. You can use the subtitle area for the content because that will not affect SEO. http://screencast.com/t/2jlgfqtGRHx (it is a simply p).
2. Please try the code below in Theme panel and remove your social icons, like this: http://screencast.com/t/Szk4raAVf
.single_template_11 .td-post-sharing-bottom {
display: none;
}
3) It is possible to achieve this thing but it is not a simply task. You need custom modifications and I suggest to hire a freelancer to do this for you as we cannot provide custom work at this time, sorry!
4,5) I don’t understand what do you want to change for Block 3 and Block 11. If you want to change the thumbnail size you must modify the td_config file like this: http://screencast.com/t/W6L3rcD1lVQJ .
Hope this helps.
Thanks.
Hi Sayeed,
You can try the code below for block 11.
@media (max-width: 767px) and (min-width: 500px) {
.td_block_11 .td_module_10 .td-module-thumb {
width: 100%;
}
.td_module_10 {
padding-bottom: 56px;
}
.td_module_10 .item-details {
margin-left: 235px;
}
.td_block_wrap .td-next-prev-wrap, .td_block_wrap .td-load-more-wrap {
margin-top: 20px;
}
}
For more customization is necessary custom work. I suggest to hire a professional developer to do this for you as this is not an easy task and we are not available for custom services at this time, sorry!
Thanks!