• Resolved Muette

    (@muette)


    Some hope for those struggling to make Greenshift plugin funky features (it’s great btw) work on some IoS devices where you’ve nearly finished and the heading disappears on your apple device or your attempts to use even flat colour turn to black!

    Step 1. Change any text gradient settings to 0 degrees (135 conflicts with other items).

    Step 2. At the very top of your responsive stylesheet (or custom css) add (under #header) the following class: .gradient-span with the following attributes (if you still want to keep the gradient)

    background-image: -webkit-gradient(linear,left top,right top,from(#d51162),to(#8d11d5));
    background-image: linear-gradient(0deg,#d51162,#8d11d5);
    -webkit-text-fill-color: transparent;

    Don’t ask me why, but this works – the colours are irrelevant, you keep the gradient specified in green shift. Now you will see colour back on your IoS devices.

    Step 3: Some things may have jumped around as the screen (esp. if you have 2 line heading) as the browser now treats your heading as a span, so remove line breaks in headings and use width to make it all behave.

    Step 4: Next hurdle is that whilst you may have colour in portrait on ipad or ipad mini, the wretched heading disappears in landscape!! The subtitle may similarly misbehave. Remove the subtitle and you should be all OK.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author wpsoul

    (@wpsoul)

    Unfortunately your description doesn’t allow to reproduce, please send links or code of blocks

    Thread Starter Muette

    (@muette)

    It doesn’t require support from you, I was trying to help, to pass on a solution, not a problem.

    Plugin Author wpsoul

    (@wpsoul)

    Ok, but it looks like you provide bug report and it’s not clear how to reproduce this

    Thread Starter Muette

    (@muette)

    This is a well known bug, just google it. It results from normal usage of your wonderful product, in particular the application of gradients, instead of a flat colour, to the text in advanced headings. That text simply does not render on certain devices (or it all renders in black whatever colour is chosen) though it does appear as configured on others. Someone else raised this on your FB page and the person there replied that it was because they were using an older device. It isn’t. To reproduce this you would have to apply gradient to text in an advanced heading and then view the page on an older Apple device.

    Thread Starter Muette

    (@muette)

    See the comment on your FB page from 22nd February @20.24 answered by Jonathan Ruzek.

    BTW the way I am using Gutenberg blocks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘The disappearing advanced heading’ is closed to new replies.