Tagged: author, author section, Blog, help, Post Author, template, vienna
-
AuthorPosts
-
04/12/2016 at 5:20 am #21256
my add
KeymasterHello and good day once again, friends! I just noticed in my previous posts that all the pictures I uploaded were not in similar sizes, all were blurry and of poor quality (even though it was taken by a really good camera). So is there anything I could do about it? or any code your guys could give me? Thank you and God bless :)
04/12/2016 at 6:27 am #21257my add
KeymasterAnother question, is there any possibilities that if I changed the whole template, all of my posts will be gone or affected?
04/12/2016 at 8:21 am #21258my add
KeymasterWhat’s your url? If you change templates, your posts do not go away.
23/12/2016 at 1:24 am #21419my add
Keymasterhttp://ellenvirt.blogspot.com/
kindly look at my previous posts and its pictures because many are blurred and has poor quality. thank you!
23/12/2016 at 2:27 am #21420my add
KeymasterIf you change the settings in the template, you can make your images any size you choose. On this particular template, all the photos are set at a very large size, which makes them blurry, unless they are large in pixels.
Try this: Look for this code: It should be somewhere around the 1354 line of code.
.Image img{max-width:100%;height:auto}Try changing it to:
.Image img{width:auto;height:auto}See if this improves your pictures size and quality.
23/12/2016 at 5:14 am #21421my add
Keymasteri found it in the line 1416 changed the code, and nothing has changed :(
23/12/2016 at 7:54 am #21422my add
KeymasterIs it the Masterpiece theme or Vienna?
23/12/2016 at 8:06 am #21423my add
KeymasterTry this: Look for – Around line 1267
.post img{max-width:100%; width: 100%;
Change it to:
.post img{width:auto;
height: auto;23/12/2016 at 10:38 pm #21425my add
Keymastermine is the Vienna theme. I just want to say that why are the line you are saying is different from the lines where i have found the codes? I found the code .post img{max-width:100%; width: 100%; in line 1317 instead of 1267. and again, nothing has changed. This is so saddening. but i don’t think that the problem is on the picture itself right? or maybe it is because the picture is too big? btw, i appreciate your help though, but it still won’t work. again, thank you, Lindylou.
24/12/2016 at 10:39 am #21427my add
KeymasterThis is what I see for your template, when i look at your page source.
Blogger Template Style
Name: Voux Clean & Responsive Blogger Template
Designer: Themexpose
Url : http://www.themexpose.com
Version : Free Version24/12/2016 at 11:47 am #21428my add
KeymasterI can help you, I just need some access to your blog. it is the template settings. All of the photos are set at large. It is not your photos.
29/12/2016 at 11:27 pm #21454my add
KeymasterSorry for the late reply, but yes, I’ve already changed my template and the pictures are now better than before. So thank you for your time and effort, still.
18/01/2017 at 1:17 am #21658OddThemes
ParticipantHi there,
I can’t find the author section either. I was wondering if it is the part where the code looks encrypted. I’m using the free version. Do I need to pay to be able to see or find this author section.
Thanks,
Vicky18/01/2017 at 8:46 am #21660my add
KeymasterThere are two authors sections. One is on the sidebar for your profile.
Use this code and change the photo to your photo and also change the Far behind text to your profile text.The other author profile at the end of posts is:
<div class=’post-author’><div class=’author-img’>
</div>
<div class=’author-text’>
<h4>Zarja Kij</h4>
<p>Lorem ipsum dolor sit amet, cotur acing elit. Ut euis eget dolor sit amet congue. Ut vira codo matis. Sed lacia luctus magna ut sodales lorem.</p>
<span class=’author-share’>
<i class=’fa fa-facebook round-icon’/>
<i class=’fa fa-twitter round-icon’/>
<i class=’fa fa-instagram round-icon’/>
<i class=’fa fa-google-plus round-icon’/>
<i class=’fa fa-pinterest round-icon’/> <i class=’fa fa-tumblr round-icon’/>
</span>
</div>
</div><div class=”widget-content”>
<div class=”My-pix”>
</div>
<dl class=”profile-datablock”><div class=”bt_author_bio”>
<h3>Zarja Kij</h3><dd class=”profile-textblock”>Far far away, behind the word mountains, far from the countries Consonantia….
<br/>
</dd></div></dl></div>
-
AuthorPosts
- You must be logged in to reply to this topic.