Answer to questions

 If you have any questions, post here in the comment form or contact me via email

17 Comments

avatar
Tony February 10, 2024 at 4:51 PM

Hi bro I need adult blogger theme bro

avatar
Mark Daniel Korvin February 11, 2024 at 11:21 PM

So what's the problem, use whatever you want, including Soho, Notable, Contempo, etc.

avatar
Tony February 12, 2024 at 4:39 PM

I only see movies theme but u couldn't find adult theme bro

avatar
Mark Daniel Korvin February 12, 2024 at 11:17 PM

The trick is that you shouldn’t look for a template by category, look for it according to the necessary criteria. For example, I can use a news type template for a culinary site. In your case, video templates are ideal.

avatar
zan June 2, 2024 at 7:21 PM

can you help me i use moviezip template but the blog post are does not show piture

avatar
Mark Daniel Korvin June 3, 2024 at 12:32 AM

Find in your theme this code:
('/s72-c/','/s'+image_size)
and replace it by this:
('s72','s300')

avatar
Anonymous June 16, 2024 at 10:59 PM

How to remove large layout shifts in soho theme

avatar
Mark Daniel Korvin June 17, 2024 at 12:01 AM

If you mean the space between the sidebar and the post, then add this CSS:
.post-sidebar {
display: none;
}

avatar
Anonymous June 17, 2024 at 12:59 AM

I mean in google Pagespeed

avatar
Mark Daniel Korvin June 17, 2024 at 10:17 PM

There is no such problem by default, so this is an acquired bug. It is usually caused by fontawesome icons or images in posts. Try changing the theme to Contempo

avatar
Anonymous June 17, 2024 at 10:24 PM

Thanks for the advise.

avatar
Anonymous June 17, 2024 at 10:52 PM

This works but how to center post after removing sidebar
.post-sidebar {
display: none;
}

avatar
Mark Daniel Korvin June 17, 2024 at 11:48 PM

Add this CSS:
.post, #comments, body.item-view .post-outer-container .inline-ad, body.item-view .widget.PopularPosts{margin:0px auto;}

avatar
Anonymous June 17, 2024 at 11:56 PM

Great, thank for the help

avatar
Anonymous June 18, 2024 at 11:27 PM

Thanks for all you your help, just one more thing, I am using Soho theme with only the image and there in no readmore link by default, any way to add it.
Thanks

avatar
Mark Daniel Korvin June 19, 2024 at 12:13 AM

Find this HTML:
<b:includable id='postFooter' var='post'>
<div class='post-footer'>
<b:include name='footerBylines'/>
<b:include data='post' name='postFooterAuthorProfile'/>
</div>
</b:includable>

add after <b:include data='post' name='postFooterAuthorProfile'/> add this code:

<div class='jump-link flat-button'>
<a expr:href='data:post.url' expr:title='data:post.title'>
<b:eval expr='data:blog.jumpLinkMessage'/>
</a>
</div>

If you want to give thanks, make some money or get likes for your social media accounts

avatar
Anonymous June 19, 2024 at 12:47 AM

Thanks for all the help