• Resolved sahayatee

    (@sahayatee)


    Heya,

    since I updated today to the new version of decode, all my images on the site are different… on the Blog they appear far too big, on the pages they just changed position as far as I can see.

    have a look: https://dein-buntes-leben.de/buntes-blog/

    I can′t find an option to change the appearance of the images in the blog. Is there any?

    They are always 2000xXXXX px big, so facebook does show them correctly.
    On my site they did appear in a reasonable size until today, tho.

    What can I do? Is it a fault in your update, and I am just the first noticing? Or is there a box I didnt check or sth like that…?

Viewing 15 replies - 1 through 15 (of 17 total)
  • Ion Rutz

    (@ionrutz_machothemes)

    Hello @sahayatee,

    I will start an investigation and locate the source of this behaviour.

    For now you should try this CSS and see if it fixes all of your issue.

    img {
        max-width: 100%;
        height: auto;
    }

    Kind regards

    • This reply was modified 8 years, 2 months ago by Ion Rutz.
    Thread Starter sahayatee

    (@sahayatee)

    Hello,
    thank you for the hack.

    It seems to have fixed fixed the Blog, but the other images on the pages still seem weird, rather in the position than the size.

    Guess I am not the only one experiencing this…

    Hello friends,
    I have a similar problem here. Since the update all of the images on my site went from aligning in centre to align right, although on the WP Edit page in the “Visual” editor the image itself displays correctly in the center.
    Thank you for your kind support ??
    peter

    Ion Rutz

    (@ionrutz_machothemes)

    Hello,

    Can I please have screenshots / live preview of the malfunctions from both of you?

    Preferably, you should take this issue to [email protected] for fastest debugging.

    I’m sorry for all the inconvenience created by the last theme update, it’s like a Murphy’s Law to fix one bug and create 99 more.

    Regards

    Thread Starter sahayatee

    (@sahayatee)

    Hello Ion,

    as the mails to your mentioned Mailadress keep bouncing today, I try again here:

    the images on my pages ought to be in different positions, so if your second css hack aligns them all in the middle… not helpful.

    Have you solved the problem yet?

    Cheers,

    Johanna

    thomasb

    (@thomasblomberg)

    Hi Ion,
    I have the same image problem after the last update. I run a website for our neighbourhood association. It’s mainly made with Rapidweaver, but since a few of years back I’ve been using WordPress with Decode’s blog in a window on the website’s first page: https://www.ctraa.co.uk. This is the direct access to the blog pages: https://www.ctraa.co.uk/wordpress/

    Anyway, today I noticed that the featured images on the blog’s first page had become enormous, i.e. full size, stretching well beyond the blog page’s margins. In addition, all images that used to be right or left of text are now above that text, and always of the left side.
    This is true in preview mode and when looking at the final pages on the website as a regular visitor, while everything looks okay in edit mode.

    Hope you can help!

    Best regards
    Thomas

    Ion Rutz

    (@ionrutz_machothemes)

    Hello,

    We are still in the process of finishing the new update, please excuse all the inconvenience created, hopefully at the beginning of next week everything will be working alright, so please keep an eye after the new files in Dashboard > Updates.

    For now, this CSS snippet should temporary fix the issue:

    a .attachment-post-thumbnail {
        width: 100%;
        height: auto;
    }

    For the alignment issue please try this CSS fix, but it might not work as expected:

    .alignright { float: right; } 
    .alignleft { float: left; } 
    .entry-content a>img {
        display: block;
    }

    Thank you all for your patience, will get back to you with the confirmation that everything’s been resolved on our side.

    Best regards

    • This reply was modified 8 years, 2 months ago by Ion Rutz.
    thomasb

    (@thomasblomberg)

    Thanks! The first snippet sorted the problem with the featured images on the first page, and the second snippet helped somewhat with the right or left aligned pictures, although the position in relation to the text next to the pictures is a bit off (not aligning the text at the top, and the margin between text and picture is too narrow if the picture is to the right of the text and too wide if the picture is to the left.
    Hopefully the update will sort this out.

    Best regards
    Thomas

    Issues here too with the update: image size styling not respected, above fixes do not work

    404 /wp-content/themes/decode/media/_media.css

    • This reply was modified 8 years, 2 months ago by kylebronsdon. Reason: style sheet 404

    Yep, I also noticed the missing _media.css. I manually copied the file from https://github.com/MachoThemes/decode-lite/blob/production/styles/src/media/_media.css to my host.

    I’ll stop updating this theme until I find a new one. Every single one of the last few updates was broken in one way or the other, really disappointing.

    Hey guys – we’re working on a update. Please be patient, these things take time.

    Ion Rutz

    (@ionrutz_machothemes)

    I’m really sorry that you feel that way..if there’s anything I can assist and fix up for you I would gladly help you around. For all the best, feel free to message [email protected] at any time!

    I have pushed every theme related issue to be fixed in the shortest time, so hopefully there’s no more future trouble starting with the next update.

    I like to believe,though, that we are all human and problems occurs all the time, it’s like a Murphy’s Law to fix 1 bug and create 99 others so please excuse any kind of inconvenience.

    Best regards

    Thread Starter sahayatee

    (@sahayatee)

    Anybody else with Problems using jetpack publicize since this b+++dy update?
    Looking into all this I am getting around to the Decode Theme as source of these problems as well…….

    ??

    After the latest update the theme works great again! Thank you guys, I very much appreciate your effort to solve this issue!!!

    Theme Author Macho Themes

    (@machothemes)

    So sorry it took us so long to release this update. I hope you’ll enjoy using Decode!

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘images too big on blogpages since update to 3.15.2’ is closed to new replies.