Viewing 30 results - 5,251 through 5,280 (of 244,356 total)
  • Author
    Search Results
  • #1470485

    Topic: transparent header

    in forum Enfold
    valerieh
    Participant

    Hello!

    How do I created a transparent nav header that shows the background of an image/colorfield similar to her: https://kriesi.at/themes/enfold-2017/

    Thank you!

    #1470484

    Topic: overlapping blocks

    in forum Enfold
    valerieh
    Participant

    Hello!
    I customized Enfold to create my site (see private content). Is there a way to get the overlapping block effect seen in the Parallax Theme without switching themes completely: https://kriesi.at/themes/enfold-parallax/

    I’m particularly interested in how the “get in touch” form overlays on top of the image.

    Thank you!

    Hey leloux,

    If you have used a plugin, then please refer to their documentation or support. If you have used theme functionality, then it can be changed under Enfold->Theme Options->Maintenance Mode.

    Best regards,
    Rikard

    #1470482

    In reply to: Left side bar menu

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1470480

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1470478
    reqonsult
    Participant

    Hello, we would like to add a second checkbox below the contact form. The first checkbox is for accepting the privacy policy. The second is for the visitor to agree to receive advertising (newsletters) from us (first step of the double opt-in procedure). Under “Enfold > Privacy and cookies”, there is only one option to display a checkbox below contact forms (please see the screenshot in the private content). Theoretically, you could add another condition in the text so that everything is accepted via a single box, but this is illegal in Germany. Thank you very much for your support.

    #1470470

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1470468

    on former times that css declaration of background-attachment: fixed is not well supported – and:

    Since March 2022, this feature works across the latest devices and major browser versions (Learn more about Baseline)
    Most mobile devices have a delay in updating the background position after scrolling a page with fixed backgrounds.

    That is the reason why Enfold decided before this time to transform it to a background-attachment : scroll – maybe a test if it will work could be insteresting.

    See here a complex Solution using a trick: https://webers-testseite.de/visual-artist/

    • Starting with the setting of background-attachment : scroll
    • i gave to each of those color-section a custom class: bg-fixed
    • i create the pseudo-containers for those bg-fixed sections : before
    • These bg-fixed:before container inherited the background-image from its parent.
    • These bg-fixed:before container are set to position: fixed ! ( this is well supported on mobile devices )
    • to have no overflow – i set a clip-path to each of those color-sections that will cause the slanted boarder

    etc. indeed complex – check the mobile behaviour.

    #1470467

    Hi,
    This is the correct behavior for mobile devices, as the parallax doesn’t behave the same on all mobile device like IOS.
    Please see our demo: https://kriesi.at/themes/enfold-visual-artist/

    Best regards,
    Mike

    #1470466

    Hi,
    Since you have found that this is related to the plugin you should try each setting in the plugin to find the one causing the error.
    This thread is 4 years old, so a lot has changed in the plugin and theme, I would advise to open a new thread with your findings and how we can reproduce with a admin login to your site. I recommend to not post in this thread as it will not be private and you will not see what we write in the Private Content area.

    Best regards,
    Mike

    #1470464

    In reply to: Underline

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1470462

    Now to Montserrat. If you download the font from Google : you have inside the zip file the variable font files and those static font files and indeed the internal Font Name is: Montserrat thin.
    if you look at : https://caniuse.com/variable-fonts you see that it is now quite possible to work with variable fonts. Whether you need all these features – and Montserrat is one of these lavishly equipped variable fonts – is up to you to decide. If only a few fonts (300, 400, 700) are needed on the website, I think it is better to use the static fonts.
    And comparing the difference between normal and italic Font it seems there will be no big difference on browser rendered italic font and embedded italic font. So it might be enough to use only those static font files.

    Here are both zip files prepared to upload to enfold font manager:
    ( all will have ttf and woff2 inside – that will be enough for all browsers (ttf as fallback if there are very old browsers only on users desktop installation))

    • Montserrat varible: Link
    • Montserrat static: Link

    on Font Manager it will look like this ( choose or use both with this https://kriesi.at/documentation/enfold/typography/#using-variable-fonts )

    #1470456

    how did you embed the Montserrat Font?
    on your Enfold – @font-face rules of the other pages (not team page) i can only find Montserrat Thin Regular. (400) and no 800 style. So your font-weight set to 800 is only browser rendering.

    Next : that team page loads 15 rules @font-face – if i switch off that css in the dev tools – the Team will be normal as the other items.
    Where does that come from? Are these loaded by that feed? Maybe it is possible to instruct that feed ( is it a plugin? ) to use the theme fonts. Then we can load a better prepared Montserrat Font.

    ! As far as i know – you can choose on generating the template for that feed use as font: “Standard”- and that means it uses the theme fonts.

    __________

    /* cyrillic-ext */
    @font-face {
      font-family: 'Montserrat';
      font-style: italic;
      font-weight: 400;
      src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXV0oJC8MLnbtrVK.woff) format('woff');
      unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    }
    /* cyrillic */
    @font-face {
      font-family: 'Montserrat';
      font-style: italic;
      font-weight: 400;
      src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXx0oJC8MLnbtrVK.woff) format('woff');
      unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    }
    /* vietnamese */
    @font-face {
      font-family: 'Montserrat';
      font-style: italic;
      font-weight: 400;
      src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXd0oJC8MLnbtrVK.woff) format('woff');
      unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    }
    /* latin-ext */
    @font-face {
      font-family: 'Montserrat';
      font-style: italic;
      font-weight: 400;
      src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXZ0oJC8MLnbtrVK.woff) format('woff');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }
    /* latin */
    @font-face {
      font-family: 'Montserrat';
      font-style: italic;
      font-weight: 400;
      src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0oJC8MLnbtg.woff) format('woff');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
    /* cyrillic-ext */
    @font-face {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 400;
      src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
      unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    }
    /* cyrillic */
    @font-face {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 400;
      src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
      unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    }
    /* vietnamese */
    @font-face {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 400;
      src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
      unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    }
    /* latin-ext */
    @font-face {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 400;
      src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }
    /* latin */
    @font-face {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 400;
      src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
    /* cyrillic-ext */
    @font-face {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
      unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    }
    /* cyrillic */
    @font-face {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
      unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    }
    /* vietnamese */
    @font-face {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
      unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    }
    /* latin-ext */
    @font-face {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }
    /* latin */
    @font-face {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
    
    kennethls
    Participant

    Hi guys,
    I get a cURL error 28 when trying to import demos…

    I can see that I´m not the only one with this problem…. What is the solution.
    I have tried the”How to manually import a theme demo” and I don´t get it…
    I made a folder on my server under uploads/avia_demo_files/ called restaurant
    I also had to make the folder “avia_demo_files” since there is no such folder under uploads
    Then I downloaded the restaurant.zip from https://github.com/KriesiMedia/enfold-library/tree/master/demos

    Unpacked it and put it in the folder uploads/avia_demo_files/restaurant
    Then i changed the the functions.php inserting the text below as you have descriped.
    add_theme_support( ‘avia_demo_store_downloaded_files’ );
    Saved the functions.php file and tried importing again… But no luck…
    I still get the cURL error….

    Please help!!!
    UPDATE: I have been in contact with my hosting provider one.com and they tell me that its timeouted because the theme proberly is big. Can you tell me how big the restaurant theme is? Just to rule out that as a problem if it is’nt big.

    Best regards
    Kenneth

    • This topic was modified 1 year, 4 months ago by kennethls.
    #1470440

    Hey heiddie,

    Thanks for using Enfold. What exactly is the otter builder? If you need help with the Enfold layout builder, then please post admin WordPress login details in private so that we can have a closer look at your site.

    Best regards,
    Rikard

    #1470439

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    html {
      border-top: 8px solid red;
    }

    Best regards,
    Rikard

    #1470435
    whdsolutions
    Participant

    We are taking over a website and we need to buildit in WordPress using Enfold!
    The old site is in the private messages and is built in some wierd CMS.
    On that site there is a custom calculator (link in private messages) which I have all the code sent from the old developer as PHP files.
    How do we get this working in Enfold?

    #1470433

    In reply to: Underline

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

    #top #main a:where(:not(.wp-element-button,.avia-button)) {
        text-decoration: underline;
    }

    Best regards,
    Mike

    #1470430
    heiddie
    Participant

    Hi,
    Enfold theme has been my most used theme for client websites. After the newest update for WordPress, I can’t create new pages using Advanced Layout builder. I saw some thread somewhere that the Layout builder is not working with the new Otter builder, and that you are trying to fix the bug. Is there some fix coming soon for this? I really need to update my own and my clients’ websites. Or do I need to change the theme for all my websites, if you don’t have fix for this? And if you do, please share with me how can I use Advanced Layout builder.

    #1470429

    In the Enfold Theme Options and the Extra Elements of the HEADER section, one of the options is:

    Header Phone Number/Extra Info
    Choose if you want to display an additional phone number or some extra info in your header
    I have selected “Display in the Top Bar at the left”
    I have left the phone number field blank.

    This creates a small colored bar above the logo/menu section.

    I don’t want any info in the bar, I just want the colored bar but I want it to be only 8 pixels tall.

    If there is another way to do that, I’d be open to knowing how.

    Thank you for any help you can give.

    #1470426

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1470425

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1470421

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    p.mailchimp-newsletter span {
      color: #fff;
    }

    Best regards,
    Rikard

    #1470413

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1470411

    Hi,

    Thanks for that. Could you try updating the theme to the latest version (6.0.6) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.

    Best regards,
    Rikard

    #1470403

    In reply to: 6 columns

    Classes such as av_one_third are just names. With these names, “Enfold” knows how to handle them, e.g. how to set the width.
    But nobody prevents you from treating them differently.
    So you can use 1/3 columns and use them with all the options within the Advanced Layout Builder element. And then, later on, re-declare the settings provided by Enfold.

    To address them better and not influence the others (e.g. 1/3 columns), a custom class would be useful. To use a container as flex container – it would be advisable to have only those elements inside that should be influenced.
    Short and concise – create a color-section (custom class- what you like : flex-six) with 6 1/3 containers inside – without equal-height option.
    the direct parent container to those columns is the entry-content-wrapper – so this has to be the flex container.

    see and get css-code : https://webers-testseite.de/six-column-flex-layout/

    PS : Please remember to define the parallax effects differently for the screen widths.
    Why 1/6 columns and smaller were not adopted by default, you can see from the example.

    #1470401

    Topic: Demoimport

    in forum Enfold
    fatfrog
    Participant

    When I try to import the demo, I get this error.

    Error accessing file for download: cURL error 28: Connection timeout after 1000

    Enfold Parallax Demo

    Construction Demo

    • This topic was modified 1 year, 4 months ago by fatfrog.

    Hi,

    Thank you for the update.

    Concerning the subject. On tiny the labels are displayed on 2 lines and the warning is half hidden under the textarea.

    We can’t find any posts with the comment section. Please provide a direct link.

    Another small thing, the comment form and the share buttons are both intended to be displayed at the end of one article but their titles do not have the same font size. H3 to Leave a comment and H5 to Share this post.

    Try to modify the enfold\comments.php file and look for this code around line 180:

    $default_heading = 'h3';
    		$args = array(
    					'heading'		=> $default_heading,
    					'extra_class'	=> ''
    				);
    

    Best regards,
    Ismael

    #1470391

    Hi,

    Thank you for the update.

    We are not really seeing the issue in the page. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. This might help: https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    #1470390

    Hi,

    UPDATE: You can try applying a custom css class name to the element. Please check this link: https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

Viewing 30 results - 5,251 through 5,280 (of 244,356 total)