• Resolved justin2016

    (@justin2016)


    Hi I’m having a weird problem in pages/article editor: Suddenly the “override header image” option in custom CSS field doesn’t show up anymore.
    I didn’t modified original css at all. Just a few custom CSS in appearance/customize.

    Could you kindly help me to understand what ever I may have done to cause the above issue?
    Thank you very much in advance for you help
    Justin

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author nobita

    (@nobita)

    Hi justin2016

    Suddenly the “override header image” option in custom CSS field doesn’t show up anymore.

    Please check settings

    Dashboard / Appearance / Customize / Header Image

    Current header

    If ‘No image set’ then Please set header image.

    In most cases, this “override header image” will be displayed.

    Thank you.

    Thread Starter justin2016

    (@justin2016)

    Dear Nobita,

    I’ve been through this topic for a while and I didn’t come out of it yet.
    I have a question:
    Do you believe there’s a chance that the “Header hide/override” option in page/article editor automatically disappeared because the site title/description are both set to be inside the header itself? I actually tried to move them back to the outside/header position and saved the setting but apparently that didn’t make any difference.
    The site is complete now but I’m a little worried about any future brand-new page which I just couldn’t edit (by removing the header) as well as I did for the existing pages.

    Thank you for your kind and quick support

    Justin

    Theme Author nobita

    (@nobita)

    Sorry for late reply

    Override header Image works like below for me

    https://www.tenman.info/wp3/manualraindrops/files/Override-header-Image-2.jpg

    What do you looking for display?

    Thread Starter justin2016

    (@justin2016)

    Dear Nobita,

    I guess we’re not talking about the same thing:
    in WP/admin/pages/post editor, at the bottom, there’s the following field:
    “Custom css for this Entry/The Custom CSS Field only for the current post” and below it should also appear the “header override/hide” option.
    In the beginning of my work on Raindrops the “header override/hide” option was there and now it’s not there anymore.
    Please help

    Thank you very much in advance
    Justin

    Theme Author nobita

    (@nobita)

    Hi justin2016

    Your mean

    Dashboard / Appearance / Customize / Header Image Current header

    Image was set

    and “header override/hide” is not show ?

    Are you using Static Front Page ?

    Is possible to use PHP?

    Theme Author nobita

    (@nobita)

    Hi justin2016

    Maybe Using Static Front Page.

    Next version of Raindrops add filter

    raindrops_header_img_override_option

    Example

    functions.php

    add_filter('raindrops_header_img_override_option','__return_true');

    With this filter, it will be header override / hide in any case is displayed.

    Thread Starter justin2016

    (@justin2016)

    Solved!
    Dear Nobita,

    As per your kind suggestion I’ve added to function.php as follows:
    * Custom image header
    * $raindrops_custom_header_args
    */
    add_filter(‘raindrops_header_image_width’,’raindrops_responsive_width_ajust’);
    add_filter(‘raindrops_header_image_height’, ‘raindrops_responsive_height_ajust’);

    add_filter(‘raindrops_header_img_override_option’,’__return_true’);

    Nothing changed. So I’ve removed “Static Page” from my setting and turned to “Last post” The “header override/hide” option came back to page/post editor!

    Maybe you could fix this in your future Raindrops release. ??
    Anyway I consider this topic as SOLVED!

    Thank you very much for your prompt and kind support!

    -P.s. I still have one issue to ask you about but I’m gonna post it as a different topic.-

    Thanks again,
    Justin

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Custom CSS/override header field doesn't show up in page/article editor’ is closed to new replies.