Minor Changes

Posted in: Newspaper
Post count: 131

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.

Post count: 131

4. Is it possible to show block thumbnail of same on desktop as well as on mobile for Block 11?

5. Can we change the thumbnail size of block 11 and it for block 3 and make it the same for mobile view?

Post count: 23312

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.

Post count: 131

For number 5..

I want it be the same on mobile phone as it shows on desktop… I don’t want to size to be changed on responsive mode.

Thanks!

Post count: 23312

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!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.