Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1402319

    Hi,
    after spending hours to find a solution in the support faqs, let’s try here:
    I use the default Enfold theme as child theme and trying to setup a background image in header area, so it’s like a colored line above the logo (full width)
    Settings are the same as for Footer (here it works), horizontal tiling, top left,
    In general styling preview both are visible, but the Header “line” isn’t showing on the website.
    Seems that the area over the Logo (if actvating additional elements) is covering the background logo.
    If I deactivate additional elements the Logo is overlapping with the background image
    ow to prevent the overlapping of background image, Logo and additional elements are or is there a way to bring that “background image line” between header and additional elements area

    Regards, Oliver

    #1402449

    Hi Oliver,

    Can you give us the link of the page mentioned? so we can try to inspect it.

    Best regards,
    Nikko

    #1402525
    This reply has been marked as private.
    #1402589

    Hi Oliver,

    It’s not a bug but that’s the intended design, to change it according to what you have mentioned please add this CSS code in Enfold > General Styling > Quick CSS and replace website_url in the code with the url in private content:

    #header_main {
        background: #ffffff url(website_url) top left repeat-x scroll;
    }

    As for scrolling down, it seems like to height of the logo is still set to 100% when it should be using about 50% of it.
    It seems the issue is more of a js issue, can you try to go to Enfold > Performance > disable Javascript File Merging And Compression, also if you have plugins that are minifying or compressing js files, then clear the cache if you have some caching plugins (or temporarily disable them).

    Best regards,
    Nikko

    #1402650

    Hi Nikko,

    thanks, but this doesn’t work as expected. On desktop it’s ok, but on mobile there’s a white line between extra elements and the background. So will keep just the extra element area without background image for header.
    Also the logo isn’t resizing proper. I checked the settings with js file merging.. it’s deactivated, maybe the code to replace the mobile logo and change logo when scrolling needs some tuning. Got this from other cases
    See private content

    #1402768

    Hi Capo1200,

    Can you try to replace all the single quotes and double quotes from the code? for some reason codes copied via email is changing these quotes which does not work when placed in functions.php file.

    Best regards,
    Nikko

    #1402825

    Hi Nikko,
    thanks a lot, seems that some quotes or double quotes had wrong format.
    Best,
    Oliver

    #1402961

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.