• Resolved crealexiadiy

    (@crealexiadiy)


    Hi!
    My second image is too big and I don’t understand why. My setting is: big size (1024*683).

    It happened sometimes (with the mobile view I had problems sometimes), but after refreshing the size I solved it. But now I couldn’t.

    Another problem with this post:
    http://crealexia.com/category/ujrahasznositas/
    In the description, I can see the Readme (Tovább) button 2 times. and the last sentence (Ha tetszett a bejegyzés, kérlek oszd) should not be present. It is the bottom of every post (If you like my post please share it)

    Could you help me? Thanks

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • corewpress

    (@corewpress)

    Hello @crealexiadiy,

    Hope you are having a great day and thanks for contacting us!

    For your image issue, Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:

    img.alignnone.wp-image-223.size-large {
        width: 100%;
    }

    Regarding the double link on your post, I’m not sure what that is, but you could check if you didn’t add any HTML in the excerpt area of the post. Or maybe you’ve add the read more break on the content?

    you could also try adding a second post to see if that happens too.

    Please, let me know if you need any further assistance.
    Kind regards,
    Diego

    Thread Starter crealexiadiy

    (@crealexiadiy)

    Thank you for the quick answer.
    The image: with computer view it is OK, but now with the mobile the image is straighten…:(

    Yes I have Read me break in every post. And now I see that every post has the frase: Ha tetszett a bejegyzés, kérlek oszd meg másokkal is! (If you like my post please share it) before the Readme button.
    I am nearly sure that I didn’t have it before…. What happened..?!

    Thread Starter crealexiadiy

    (@crealexiadiy)

    I did the WordPress update today. Maybe it created some bug..?

    Thread Starter crealexiadiy

    (@crealexiadiy)

    I use Ultimate Social Media plugin for ‘If you like my post please share it’

    corewpress

    (@corewpress)

    Hi @crealexiadiy,

    Can’t say about the plugin, but you could try disabling it to make sure it’s not interfering.

    Regarding the code, try this one instead:

    @media (min-width: 980px) {
    img.alignnone.wp-image-223.size-large {
        width: 100%;
    }
    }

    ​Try it and let me know how it worked.
    Kind regards,
    Diego

    • This reply was modified 8 years ago by corewpress.
    Thread Starter crealexiadiy

    (@crealexiadiy)

    Hi,
    Thank you for the answer!
    Now with computer view, it is ok. With the mobile view the image is bigger than the screen (but not straighten). So never mind, it is ok. With the other posts, it seems that everything is OK.

    For the other problem, yes, the bug should be with the plugin because I disattivated it and now it is ok… Maybe there is some issue with the theme-plugin..?!

    Thread Starter crealexiadiy

    (@crealexiadiy)

    Now I activated this function with jetpack plugin and it works.

    corewpress

    (@corewpress)

    Glad you find the solution!
    Please, let me know if you need any further assistance.

    Kind regards,
    Diego

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘image size problem’ is closed to new replies.