• Dear Mr. Bondar,
    I just wanted to upload a large picture (9Mb) to a post and also wanted to use it as a featured image, which actually didn’t work (both of it). I tried it with a smaller picture (1Mb) and it worked just fine. Of course i want to have the best solution for my visitors…
    Is there like a limit of data I can put in one post? And if, how can i change that?

    Also (i know, a lot of people asked this frequently), the quality and size of the featured image is smaller then the normal one. I tried everything you wrote, but couldn’t make it happen!

    Thanks for your help!

    jrdrheinstetten

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @jrdrheinstetten,

    First, I suggest you to use images under 1MB in order to maintain good page load speed, that’s even more important on mobile devices.

    In case you still want to use large images, do you see any errors when upload large image?

    Can you please provide more details about your featured image issue?

    Kind Regards, Roman.

    Thread Starter jrdrheinstetten

    (@jrdrheinstetten)

    Hello Mr. Bondar,
    thanks for answering that fast. I think you’re right in terms of the loading time, i decided to keep the 1Mb file instead of the 9Mb file. Thanks a lot for that advice!

    I started making the website on the local host and transferred it to my webspace via the plugin “duplicator”. I just realised that the width and the hight (shown without scrolling) of my website is way bigger than the one I created on localhost without me touching the “layout” part in the “stylesheet” after transferring the website. Do you have any ideas why that is the case? I guess, that’s the reason why the “featured image” is not showing the complete size of the picture.

    Also, i got another question:
    If my post is longer than 40 words, the “Continue-Reading”- Button shows up. I want to change that to “Weiterlesen” (German word for Continue-Reading).

    After searching the code i found this function:
    function athemes_continue_reading_link() {
    return ‘ ‘ . __( ‘Continue Reading <span class=”meta-nav”>→</span>’, ‘athemes’ ) . ‘‘;
    }

    Just writing “Weiterlesen” instead of “Continue Reading” didn’t work, so I was wondering if you could tell me where to change that?

    Thanks for your help, I really appreciate it!

    Hello @jrdrheinstetten,

    1. Please provide some explanatory screenshots and a link to your website in order to let me inspect it. You can upload screenshots to your WordPress Media Library and share a link, or you can use one of the online screenshot services.

    2. Did you select German language in your site settings?

    Kind Regards, Roman.

    Thread Starter jrdrheinstetten

    (@jrdrheinstetten)

    Dear MR. Bondar,
    I’m sorry for answering that late.

    2. I actually selected German as my language in the settings part in the Dashboard. Is there “settings” where I have to change my language? Wasn’t able to find it.

    1. The link to the online website :
    https://www.jrd-rheinstetten.de/

    A screenshot from the first page of my website on localhost (the post is not opened)

    https://www.mediafire.com/?7mfrt8kr7e4ubt2

    As you can see, the picture is shown in a way better quality and the size of the website is completely different. I really don’t know why that is the case…
    If you need any other screenshots, just tell me!

    That’s how I configure the layout, thats probably the reason for the problem!?

    .container {
    width: 1300px; /* 980px */
    }
    .content-area {
    width: 99%; /* 100% */
    float: left;
    }
    .site-content {
    margin: 0 340px 0 0; /* 340px */
    }
    .site-sidebar {
    width: 307px; /* 300px */
    float: left;
    margin: 0 0 0 -300px; /* -300px */
    }

    Thanks for your help, I really appreciate it!

    Kind regards, jrd.

    Hello @jrdrheinstetten,

    1. I’m not sure why it’s different. Unfortunately screenshot is not enough for me in this case to find the cause. Can you please try to temporarily disable your custom CSS code and see if it helps?

    2. Actually that string is translated to German, I’m not sure why it still shows Continue Reading. Did you check Dashboard → Settings → General → Site Language option?

    Kind Regards, Roman.

    Thread Starter jrdrheinstetten

    (@jrdrheinstetten)

    Hello Mr. Bondar,

    1. I figured out the problem! I didn’t remember that I changed the size of the “thumb-featured” in the code. I just had to change it a little bit and adapt the size of the picture that is shown to it! Works just fine now.

    2. I don’t know why, but after changing “Continue reading” to “Weiterlesen” in the string you posted, it worked. I tried that 3 times before contacting you but it wasn’t working until now. I’m happy whatsoever! ??

    Thank you for all you support!

    You are welcome @jrdrheinstetten ??

    Please feel free to ask any other questions that you might have!

    Kind Regards, Roman.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Large Picture not showing up and other stuff’ is closed to new replies.