Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #563502

    Hi – this is a follow up to https://kriesi.at/support/topic/formatting-irregularity-can-you-see-whats-wrong/

    If you scroll to the thumbnail photos of the paintings half way down the page for the link below, you’ll notice that the red one is not aligned with the others because the text for the yellow one is 2 lines vs. 1 line long.
    http://www.dominiquehurley.com/introducing-the-12-universal-laws-enter-the-mandala/

    I tried repasting the code you gave me in the earlier topic, but then the code showed up on the post and the whole post had the grey & white lines that show up in your replies here.

    What can I do to make the red painting fit back in line (fix the spacing). Thanks.

    #564540

    Hi dominiquehurley!

    about which red one are you talking about? I can’t see any issues. Can you highlight using screenshots please? so we can get a clear idea of what you need?

    Best regards,
    Andy

    #564629

    Here you go – https://www.dropbox.com/s/ohrte2e70sa54g8/Screen%20Shot%202016-01-13%20at%207.29.19%20AM.png?dl=0

    It had been fixed so that no matter the size of screen it wouldn’t do that, but it’s gone back.

    #564640

    Hey!

    I don’t get the same result as you:

    View post on imgur.com

    Clear browser cache and hard refresh a few times.
    Which browser and OS are you using?

    Cheers!
    Andy

    #564748

    Hi Andy,

    Your screen seems to be bigger than mine. I only get 3 and it’s the same in Chrome as Firefox. But it didn’t use to do that after I followed the original instructions. I don’t know if I lost that formatting when Enfold updated. But if I try it now, it doesn’t work – puts grey and white stripes through the whole page and shows the code.

    #565402

    Hi!

    ich verwende einen ziemlich kleinen Bildschirm (MacBook Pro mit 13” Bildschirm). Bitte checke es noch auf anderen Computern.

    Gruß,
    Andy

    #565714

    Hi Andy – I used Google translation for your German :-) Nice to be talented in more than 1 language.

    That’s the same computer I have. Glad it’s working on some computers, but that doesn’t fix the issue on others. In that other thread, the fix had been a minimum line depth that would ensure that the double-lined title wouldn’t cause that to happen. https://kriesi.at/support/topic/formatting-irregularity-can-you-see-whats-wrong/

    Is there a way of checking if that fix stayed with the Enfold update? I’m not very techy. See private info.

    Thanks.

    #566119

    Hey!

    ups sorry for the german, I am answering lots of german posts and even spanish ones, so that I get confused sometimes.

    Are you referring to the minimum height value of the code Elliott provided you in the other thread? As you are asked to put the code into a codeblock element it would survive any theme updates (it would als if you put it into Quick CSS field).

    I am wondering why you see a different result than me if we use same computers. Are you sure you cleared all your cache and hard refreshed a few times? Can you double check on another computer as well? If we can’t reproduce an issue then we can’t do much.

    Regards,
    Andy

    #566126

    Hi Andy – if I stretch my screen to the maximum, I get what you do. If my window is a bit shrunk (which it usually is, and the photos line up 3 by 3 instead of 4 wide, then I get the issue).

    Re: “Are you referring to the minimum height value of the code Elliott provided you in the other thread? As you are asked to put the code into a codeblock element it would survive any theme updates (it would als if you put it into Quick CSS field).”

    Yes, I’m referring to that, but since I was using the default editor, not the Avia, it wasn’t part of content block. He also said just put it anywhere on the page in Text mode. Does that help you troubleshoot? Thanks.

    #566157

    Hey!

    it does not help me to troubleshoot anything, but then I can confirm that it will stay if you update theme.

    I checked your backend and when editing site in question I see something similar what you describe in the frontend:

    View post on imgur.com


    So go ahead and make the layout as you wish (in the order like the other items).

    Regards,
    Andy

    #566163

    Hi Andy,

    The reason it’s doing that in the editor is because photo #8 has a 2-line (long) title (the source of the problem). But all the photos are Left Aligned – that’s not the issue. It always looked like that in the editor, but it used to be OK when seeing it live because of the code your colleague gave me. Now it isn’t.

    Maybe he can take a look at it again if he still works there? Or do you have any suggestions on how to change it in the editor as you suggested? Thank you

    #566173

    Hi!

    I fixed it by adding Elliott’s code into your Quick CSS field:

    .wp-caption.alignleft {
    min-height: 250px;
    } 
    

    Can you confirm please?

    Regards,
    Andy

    #566176

    Wonderful – it worked. Thanks Andy.
    Question: If you put it in the Quick CS (that’s in the dashboard for Enfold if I understand), will it not affect all the captions everywhere on the site? Could that cause other issues?

    #566186

    Hey!

    could be. Checkt it out and let us know. If yes then try out Elliott’s method and use this inside text editor (on the very top) of the post in question:

    [av_codeblock wrapper_element='' wrapper_element_attributes='' custom_class='']
    <style type = "text/css">
    .wp-caption.alignleft {
        min-height: 250px;
    }
    </style>
    [/av_codeblock]
    

    Regards,
    Andy

    #566194

    Thanks. I wouldn’t know where to look if it is causing issues anywhere else.

    Before contacting you again on this issue with this thread, I’d tried that, but it showed the code in the post and the whole post had grey and white lines in it the way your reply with the code in it has. My site preview showed that, so I took it out.

    #567312

    Hey!

    I checked your page again (s. private content) and it seems you could fix it. Can you confirm please? or do you still need help with it?

    Regards,
    Andy

    #567337

    Yes, it’s fixed on this page and I don’t know if putting it in CCS instead of on the page will negatively affect other pages on the site. So, for now, problem is resolved. Thanks. Andy.

    #567352

    Hey!

    if it effects other sites you could include page-id into your code. Let us know if you still need help with this, otherwise feel free to open a new ticket for a new question related to the theme. We are happy to assist you.

    Best regards,
    Andy

    #576645

    This one’s resolved. Thank you.

    #576960

    Hi,

    Glad you got it working :-)

    Best regards,
    Rikard

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Space Formatting for images went back to old mistake with update’ is closed to new replies.