• Resolved generalnumpty

    (@generalnumpty)


    My first post has been locked so I cannot reply there. Sorry if I broke some kind of rules as I am new to wordpress.

    My main reason for posting was because the css that I have found as a workaround does not work for me (unless I did something wrong) And I need some guidance.
    Perhaps I posted it in the wrong forum. I did not think to post it in my theme help because its not theme related.
    Also the suggested fix was for the twenty twenty theme when I am using Astra.

    I have no idea if that is even the correct css. Also everything I can find is over a year old and wordpress has had updates since then.

    Here is the ticket https://core.trac.www.ads-software.com/ticket/48802

    And here is the CSS that is not working for me. Does anyone have any ideas or can see what is wrong – should I add “important” somewhere.

    @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (-webkit-min-device-pixel-ratio: 2) {
      .cover-header.bg-attachment-fixed {
        background-attachment: scroll;
      }
    }
    
    • This topic was modified 3 years, 8 months ago by Yui.
    • This topic was modified 3 years, 8 months ago by Yui. Reason: -caps
Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Yui

    (@fierevere)

    永子

    It will be much better if you can collaborate on the mentioned ticket,
    than writing on forums.

    You can comment and you definitely should subscribe (Watch this ticket)

    Thread Starter generalnumpty

    (@generalnumpty)

    Can I comment on that ticket with my (this ) log in details. I thought I may have to register or something.
    My comment would be that the CSS suggested does not work for me but I feel that would be inappropriate on that platform. Don’t want to get told off.

    Can my post title be amened to remove the caps – looks like I am angry ( I was)

    It felt rude to me that it was marked resolved and immediately locked when I was asking for help and only supplying all the other info to help others help me.

    If this is well known why isn’t there some kind of warning attached to the block when I go to use it.

    Thread Starter generalnumpty

    (@generalnumpty)

    This is how it is appearing in my additional CSS when I copy and paste it. I notice a space before .cover and also 2 spaces before background and 1 space before the first } at the bottom also there are two } -is any of that why its not working for me.

    @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (-webkit-min-device-pixel-ratio: 2) {
      .cover-header.bg-attachment-fixed {
        background-attachment: scroll;
      }
    }
    Moderator Yui

    (@fierevere)

    永子

    You are registered on forums, so you have www.ads-software.com account,
    www.ads-software.com is using single sign on, so you dont need to register anywhere else and you (likely) dont even need to log in to trac

    large logs/patches need to be posted as trac attachments

    Moderator James Huff

    (@macmanx)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cover Block and Apple issue is not resolved’ is closed to new replies.