Forum Replies Created
-
AuthorPosts
-
Hi Mike and Ismael,
I’ve been putting out some fires – thanks for your patience! I was able to get images to display as needed with CSS for each unique image that needed a position tweaked. Please close this ticket.
Hi, thanks for your suggestion which I’ve tested! I was able to find parameters that work for each of the 4 files I need to configure.
Because #av_section_1.is a global ID attribute referenced on multiple images/pages, I couldn’t use it to set the required parameters for each image file. I used the syntax below. It’s working on my desktop (external monitor and compact laptop) and when I resize desktop browser windows to tablet/mobile size. BUT when using a tablet and this code is active, hero images disappear for almost all site pages in all browsers (chrome, safari, firefox).
This only happens with tablets (mobile view is fine). Color section min size = 750px for pages requiring custom background image positioning. Links to pages with the custom CSS are below. Any solutions would be appreciated. Thanks.
.class-hero1 {
background-position: center bottom 85% !important;
}.class-hero2 {
background-position: center bottom 80% !important; }This reply has been marked as private.Hi,
Just checking in on whether you have any updates/suggestions on this. Resizing the rest of website photos to 1300x300px or aspect ratio of 4:1 is not feasible. Since the photos display properly at tablet size I’m hoping there’s a css workaround.
March 1, 2024 at 8:36 am in reply to: Creating Child Theme After Installing and customizing Enfold Parent Theme #1435949Hi,
Oops, apologies for the delay. I missed the last part about letting you know you can close -my comment implied it. Please go head and close the ticket.
March 1, 2024 at 8:31 am in reply to: Removing Horizontal line – Special Heading (Elegant Centered and Default Styles) #1435946Hi,
This worked right away as soon as I added #top to the existing CSS. You can close the ticket. Thanks.
Hi Ismael,
I’d love to have CSS as a solution but I did something wrong or the CSS isn’t not working. I added the below to general styling Quick CSS then added photo to Custom CSS Class for the Color section. There’s no change. If I got this wrong please let me know.
1) What is v-145nae-c0b58b0338c14abb31641a8e3d686685 ? Is that specic to the Test page 2 photo? If we can get this to work, I’ll apply this solution to 4-5 other pages that have the similar min Color Section size + background image size issue..photo .avia-section.av-145nae-c0b58b0338c14abb31641a8e3d686685 {
background-position: top center;
background-position: 50% 30%;
}2) While testing, I discovered that this is an issue with screen size – The photo looks perfect on a phone and tablet, is truncated at the top by ~ 0.5 to 0.75 inches on my compact laptop screen, and truncated at both the top and bottom by 1-2 inches on my large 27 inch monitor. Any way to get around this? Please see screenshot links below.
Hi Ismail,
For the first page, I was able to configure Color Section + background image size to an acceptable combo.
But for the 2nd test page (I’ve since renamed it – see link below) , I need the background image here to be smaller (Color section minimum size~ 300px) – close in size to the Law Firm demo images for all pages excluding Home page. The background image truncates at the top for every Attachment Display Setting – thumbnail to Full size image. Is there css code to truncate only from the bottom rather than the top? As a workaround to this problem I uploaded smaller images but upon uploading the small images resized and the top also truncated. If top truncation can’t be controlled is there a setting to override automatic re-sizing of uploaded images? Thanks!
Image size – 1800 by 750 pixels
Color Section minimum size 300pxFebruary 26, 2024 at 9:00 pm in reply to: Removing Horizontal line – Special Heading (Elegant Centered and Default Styles) #1435492Hi,
This code is working for sections where I have centered headings i.e., Heading Style = (Elegant Style Centered), thank you. But the left aligned headings (Heading Style = Default Style) still have a horizontal line to the right. I don’t want any lines in headings. Could you suggest css code for removing the line for the Default style heading as well?I tried the following css for Default style Headings – adapted from a related support ticket RE: Default style Special heading but the code did not work. – see LINK
.acme-av-special-heading .special-heading-border
{
display:none !important;
}February 25, 2024 at 5:41 pm in reply to: Removing Horizontal line – Special Heading (Elegant Centered and Default Styles) #1435367This reply has been marked as private.Hi, this is resolved, thank you.
Hi Rikard,
This is now working – the ticket can be closed. Thank you!
February 14, 2024 at 6:55 am in reply to: Creating Child Theme After Installing and customizing Enfold Parent Theme #1434255The fix worked and I was able to activate child them without any problems, thanks!
Hi,
RE: #2 – I want the “Read More” text for the folded sections to be formatted as a heading -for example the equivalent of the HTML below. In my CSS I already have a custom class to override default padding/borders (see private content). I’d like to add CSS code to set the “Learn More About….” to be formatted as a Heading2 (for example) but I’m unsure what whether this would also be a class override and if so what class/attribute. How can I do it?
HTML – “<h2>Learn More About ACME</h2>”
RE: #1 – Solved. FYI – I’m documenting my solution for #1 in case someone else encounters this issue in the future. I was able to get all the color section content under the fold (including the problem heading which previously had been above the fold) by putting the heading and text block underneath the heading into a 1/1 column. All the content is folding/unfolding as I’d wanted.
Thanks!
Hi Rikard,
Thanks for the suggestion! I set 2 color sections to fold/unfold (see link below) but it’s not looking very clean or professional. A couple of follow up questions:
1) The 2 color sections need to behave like accordion elements – the content in the color section should only show when the content is unfolded. How can I hide all color section content below the fold?
2)Is there CSS code to make the Read More text – heading text instead of body text as ? That is, H3, H4….etc – so heading font/color/weight consistent with the headings settings in my child theme settings?Thank you!
February 10, 2024 at 6:55 pm in reply to: Creating Child Theme After Installing and customizing Enfold Parent Theme #1433933Understood, thanks for the explanation. I’m getting an “Incompatible Archive” error when I upload the Enfold child theme zip file using WordPress theme installer.
From research (see below links) it seems this is a common issue for mac users. I am using a windows machine and did not modify the zip file – I do not want to do custom code just to get this install to work. Please suggest a workaround.
https://wordpress.org/support/topic/zip-files-created-in-macos-stopped-working-in-wordpress-6-4-3/
February 9, 2024 at 5:33 pm in reply to: Creating Child Theme After Installing and customizing Enfold Parent Theme #1433844Hi,
I thought the whole point of the exercise was to have settings only in child theme and I’d be resetting parent theme to original settings? I’m developing the website and in several months will outsource oversight of the website. I don’t want to have any problems at the handoff so wanted to start off with website theme configuration that follows best practices. If you think not resetting the parent theme will not cause any complications down the road when I have to handover oversight of the website, please let me know. Thx!February 8, 2024 at 10:29 pm in reply to: Creating Child Theme After Installing and customizing Enfold Parent Theme #1433743Hi Rikard
Sorry to have to make you break this down. I’m summarizing my process below with my clarifications, please correct anything I have wrong. The plus side of this is that someone else with the same issue in the future will have a detailed instructions for exactly how to do this without messing up so hopefully fewer support tickets on this in future :) Thank you!
High Level Process
Backup site via All-In-One WP Migration plug-in –> Under Enfold->Import/Export–> Export Theme Settings File –> Delete Current Enfold theme –> Delete Pages, Posts, Media, extra plug-ins –> Reset WordPress using “WordPresss Reset” plugin –> Upload the Entire Enfold Zip File I purchased (which will reset theme)–> Upload Child theme–>follow steps 2 to 4 of the “Installing Child Theme instructions” link –> Activate Child theme –> Import Theme Settings file –> Import Website Backup file via All-In-One WP Migration plug-in .After that I’m back in business
February 7, 2024 at 5:46 pm in reply to: Creating Child Theme After Installing and customizing Enfold Parent Theme #1433519@Rikard – thanks for the prompt response!
I have one Quick CSS to set custom margins/padding for containers, otherwise, the rest of the customizations are changes to default settings via Enfold Theme Options (general layout, general styling, etc.). I also started customizing the content of pages – my main concern is having to start from scratch pasting content on pages, not so much any theme settings.
From what you said (and my response above) I take it I didn’t change any core theme files? Assuming we agree that I didn’t change any core theme files, could you clarify next steps?
Are you suggesting that I do the following:
Under Enfold->Import/Export–> Import Theme Settings File–> Upload the Entire Enfold Zip File I purchased (which will reinstall theme)–> Upload Child theme–>follow steps 2 to 4 of the “Installing Child Theme instructions” in the link below.This is now working thank you. You can close the ticket.
After research I think I’ve figured out the problem. The problem isn’t the need to change layout from stretched to Boxed. The problem is the the FullWidth Area is wider than my content (in General layout –> I have Maximum Container Width = 1296px). I want to keep the Image + page title configuration that’s in the FullWidth area BUT don’t want “Image + page title” to be wider than the content. How can I reduce the width of the FullWidth Area so it matches the content width? If there’s no way to reduce the width of the Fullwidth area, can it be removed? If so, how can I retain the “Image + page title” setup which can be applied to all the pages on my site?
According to this documentation – https://kriesi.at/documentation/enfold/header/#header-width “By default, the width of the content inside the header is same as the width of the container which is set in Enfold > General Layout > Dimensions > Maximum Container width” but my header seems to be wider than the Maximum width I specified.
Hi Nikko, thanks for your response!
As previously stated, I already set General Layout to Boxed Layout and set a Maximum Container Width. Perhaps I didn’t clearly articulate the problem. After setting to Boxed+ Max Width, I expected content (color sections, headers and footers) to align with the background/header picture at the top of the page. But there seem to be margins to the right and left of my content sections. How can I remove those margins (?) so that all content aligns with the image at the top of each page? Please see the link 1 in the original post which illustrates the problem and link 2 which is the overall look I want to achieve. -
AuthorPosts