• Resolved Andre

    (@naturheilmittel)


    Hi,

    after the update there’s a new function to overlay the header in different colours. Unfortunately it used it automatically and it did cut my header with a curved shape on the bottom and I can’t reverse that. I just want to keep the header normal.

    Thanks for your help.

    Andre

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • I see the same issue, I could disable the colors but the waves remained. I restored 1.5.2 from backup but such a change without clear documentation is annoying.

    Theme Author themevision

    (@themevision)

    Hello, There!

    Actually , it’s a Header image…

    You can easily disable it from the Customizing ▸ Header ▸ Header Image menu.

    https://prnt.sc/rqxxst

    Regards

    I see the same issue, I could disable the colors but the waves remained. I restored 1.5.2 from backup but such a change without clear documentation is annoying

    Actually every update has documented what is changed in the theme itself. You can check that on our website from changelog URL:
    https://theme-vision.com/agama/

    Or by opening the theme folder and checking the readme.txt file.

    From 1.5.3 version there are some changes done into the theme so now default theme installation has disabled the breadcrumb by default and enabled the header image by default, all this info is well documented.

    Regards

    Thread Starter Andre

    (@naturheilmittel)

    Hi,

    thanks for the answer. I think there’s a missunderstanding. I don’t want to hide the header image. Since the recent update the header has a curve/wave on the right bottom. It cuts the header at the bottom right. I just wanna use my header in the original shape.

    I can’t find this option in the menu and as well not at with your link.

    Is there any other way to remove this?

    Best regards

    Andre

    Hi
    After update to 1.5.4 breadcrumbs are not disabled. In fact, even when disabled in Customizing > Breadcrumbs they still appear on pages.

    (From 1.5.3 version there are some changes done into the theme so now default theme installation has disabled the breadcrumb by default and enabled the header image by default, all this info is well documented.)

    Best regards
    Christian

    Thread Starter Andre

    (@naturheilmittel)

    So that means, It can’t be changed?

    Theme Author themevision

    (@themevision)

    Hello, @naturheilmittel!

    Sorry for the misunderstanding… We prepare the theme update in which we will add more options for Divider customizations.
    Until that happens, if you want to disable the divider, insert the following code into Customizing->General->Additional CSS:

    .agama-divider.divider-bottom {
        display: none;
    }

    Regards

    Theme Author themevision

    (@themevision)

    Hello, @christian1001 !

    By default in Version 1.5.4 the breadcrumb is disabled.
    https://prnt.sc/s272p0

    I just checked this option and find no problem.
    If for some reason this option doesn’t work on your website, you can add the following code to disable the Breadcrumb bar sitewide:

    #page-title {
        display: none;
    }

    Regards

    Didn’t work with page-title. Works with entry-title:

    .entry-title {
    visibility: hidden;
    }

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Header is Cut after update’ is closed to new replies.