Tagged: child theme, import, parent theme
-
AuthorPosts
-
August 14, 2023 at 3:03 pm #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.2Please could you help me out?
Thx & Best regards LeneAugust 14, 2023 at 8:09 pm #1416278Hey Lene,
Thanks for the login details. Which demo are you looking to import?
Best regards,
RikardAugust 16, 2023 at 4:03 pm #1416407This reply has been marked as private.August 17, 2023 at 1:12 am #1416437Hi,
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
2: You can add a child theme without losing your current layout, please see our documentation Step 4: Import parent theme options
Best regards,
MikeAugust 17, 2023 at 11:18 am #1416464This reply has been marked as private.August 17, 2023 at 12:37 pm #1416472Hi,
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,
MikeAugust 17, 2023 at 4:32 pm #1416489This reply has been marked as private.August 17, 2023 at 5:50 pm #1416498Hi,
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,
MikeAugust 18, 2023 at 3:14 pm #1416554This reply has been marked as private.August 18, 2023 at 8:01 pm #1416585Hi,
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,
MikeAugust 20, 2023 at 2:11 pm #1416698This reply has been marked as private.August 20, 2023 at 2:34 pm #1416699Hi,
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,
MikeAugust 20, 2023 at 3:39 pm #1416703This reply has been marked as private.August 20, 2023 at 3:44 pm #1416705This reply has been marked as private.August 20, 2023 at 4:14 pm #1416712Hi,
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,
MikeAugust 20, 2023 at 4:25 pm #1416714This reply has been marked as private.August 20, 2023 at 4:44 pm #1416716Hi,
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,
MikeAugust 20, 2023 at 4:44 pm #1416717This reply has been marked as private.August 20, 2023 at 4:50 pm #1416718Hi,
In this case it needs to stretch to fit, I adjusted for you, please check.Best regards,
MikeAugust 21, 2023 at 9:55 am #1416745This reply has been marked as private.August 21, 2023 at 6:42 pm #1416782Hi,
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,
MikeSeptember 22, 2023 at 4:25 pm #1420064Hi 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.
- This reply was modified 1 year, 2 months ago by Henningcircle.
September 23, 2023 at 11:02 am #1420097Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.