Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #1416257

    Hey Enfold tema
    Hope you have had a nice summer holiday-:)

    I redesign a site on a staging environment, the child theme has been uploaded, however the demo can’t be uploaded.

    I have tried to
    – clear cache,
    – installed a cache plugin
    – upgrade PHP to 8.2

    Please could you help me out?
    Thx & Best regards Lene

    #1416278

    Hey Lene,

    Thanks for the login details. Which demo are you looking to import?

    Best regards,
    Rikard

    #1416407
    This reply has been marked as private.
    #1416437

    Hi,
    1: You can change the logo and menu style without a child theme, go to Enfold Theme Options ▸ Header ▸ Header Layout ▸ Menu and Logo Position and choose Logo left, Menu below
    Enfold_Support_2953.jpeg
    2: You can add a child theme without losing your current layout, please see our documentation Step 4: Import parent theme options
    Enfold_Support_2955.jpeg

    Best regards,
    Mike

    #1416464
    This reply has been marked as private.
    #1416472

    Hi,
    When the child theme is active the setting Enfold Theme Options > Import/Export > Import Settings From Your Parent Theme doesn’t ask for a file to upload, it automatically gets the file from the parent theme.
    I added a child theme for you and imported the parent theme, please review the documentation so you can apply this to your live site.
    The Logo left and menu centered on the same line is not and option, but I adding this css to achieve it:

    @media only screen and (min-width: 990px) { 
    #top .main_menu {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    #1416489
    This reply has been marked as private.
    #1416498

    Hi,
    Yes, you should include the child theme when you copy the files and database from the staging site to the live site.
    To move the menu text in line with the bottom of the logo, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 990px) { 
    #top .main_menu .menu li a {
    padding-top: 50px;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1416554
    This reply has been marked as private.
    #1416585

    Hi,
    As I understand your mockup your header needs to be 188px, the logo needs to be 102px centered in the header, but that gives you 43px above & below the logo, but your mockup says it’s 20px?
    Nonetheless, I changed the header height at Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Custom Height to 188px, then I added this css to make the logo 102px and center it.

    @media only screen and (min-width: 990px) { 
    #top .logo a {
    	display: flex;
        align-items: center;
    }
    #top .logo img {
    	height: 102px;
    }
    }

    You can adjust to suit by reducing the header or change the logo height so the space is down to 20px.
    As for the space between the menu items to add 50px I added this css:

    @media only screen and (min-width: 990px) { 
    #avia-menu.av-main-nav > li > a {
        padding: 0 38px;
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1416698
    This reply has been marked as private.
    #1416699

    Hi,
    Do you mean the H2 lirum larum lirum…?
    I added this css to your Quick CSS:

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
        text-transform: none;
    }

    Your H2 links like Om os, do you want it underlined on hover or always?

    Best regards,
    Mike

    #1416703
    This reply has been marked as private.
    #1416705
    This reply has been marked as private.
    #1416712

    Hi,
    Currently when a special heading has a link and hovered (mouse-over) the opacity is changed to 0.5, so to remove this and add a underline try this css:

    #top .av-special-heading.av-linked-heading a:hover {
        opacity: 1;
        text-decoration: underline;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1416714
    This reply has been marked as private.
    #1416716

    Hi,
    Yes, the top one is to remove the capitalizon of the text, the bottom one is to remove the opacity and add the underline on hover.

    Best regards,
    Mike

    #1416717
    This reply has been marked as private.
    #1416718

    Hi,
    In this case it needs to stretch to fit, I adjusted for you, please check.

    Best regards,
    Mike

    #1416745
    This reply has been marked as private.
    #1416782

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .hr-custom .hr-inner.inner-border-av-border-fat {
        border-top-width: 6px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1420064

    Hi there I get an error when importing Parent theme config with the import function from my Child Theme settings.

    The pop-up after ‘import’ says:

    Importing didnt work!
    You might want to try reloading the page and then try again
    (The script returned the following message:

    Geen ouderthema-opties gevonden. Er is niets te importeren.)

    >> (No parent options found, there is nothing to import)

    Please find login cred in Private

    {EDIT} I activated the parent theme and altered the (thill then empty logo) and favicon with the same as in the child theme (the parent was still 100% untouched) and that worked.

    #1420097

    Hi Henningcircle,

    Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.

    Best regards,
    Rikard

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