Forum Replies Created

Viewing 30 posts - 811 through 840 (of 82,614 total)
  • Author
    Posts
  • in reply to: Enfold Theme – PHP and Updates #1399013

    Hey Mark,

    You can refer to this post https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token, generate a Personal Token, and insert it in Enfold theme options > Theme Update to receive theme updates.

    You can also install the Envato Market plugin (https://www.envato.com/lp/market-plugin/), insert your Persona Token in plugin settings, and check the Theme tab for the update.

    If the suggestions above doesn’t work, please update the theme manually: https://kriesi.at/documentation/enfold/theme-update/

    Best regards,
    Yigit

    in reply to: Layout not mobilfriendly according to GSC #1398998

    Hi Martina,

    I deactivated all plugins and then it worked. Then activated again and still correct, strange!

    This sounds like a caching issue. If the issue reoccurs, please clear cache and check if that helps.

    According to the GDPR, all buttons in the cookie banner must look the same, i.e. the same color & size. Where do I have to make changes here so that all are green and like a little smaller?

    Please go to Enfold theme options > Advanced Styling and edit cookie consent elements: https://i.imgur.com/BIfv5rt.png

    Best regards,
    Yigit

    in reply to: Events Calendar fonts and buttons in calendar view #1398995

    Hey Tom,

    The Events Calendar should inherit the colors you set in Enfold theme options > General Styling tab. It is not fully compatible with customizer.

    If you’d like to override Enfold theme options styling, please add following code to bottom of Quick CSS field in Enfold theme options > General Styling

    
    .tribe-events .tribe-events-c-search__button {
      background-color: var(--tec-color-background-events-bar-submit-button) !important;
      color: var(--tec-color-text-events-bar-submit-button) !important;
    }
    

    Best regards,
    Yigit

    Hey Tom,

    I reported the issue to our developers. Issue should be fixed in upcoming version.

    As a temporary solution, I added the following code to the bottom of the Quick CSS field in Enfold theme options > General Styling

    
    /* Temporary CSS fix for TEC styling */
    :root{
        --tec-color-text-events-title-day:var(--tec-color-text-events-title);
        --tec-color-text-events-title-latest-past:var(--tec-color-text-events-title);
        --tec-color-text-event-title-list:var(--tec-color-text-events-title);
        --tec-color-text-events-title-month-multiday:var(--tec-color-text-events-title);
        --tec-color-text-events-title-widget-list:var(--tec-color-text-events-title);
        --tec-color-text-secondary-event-date-month:var(--tec-color-text-secondary-event-date);
        --tec-color-text-secondary-event-date-month-mobile:var(--tec-color-text-secondary-event-date-month);
        --tec-color-text-day-of-week-month:var(--tec-color-text-secondary);
        --tec-color-day-marker-month:var(--tec-color-text-primary);
        --tec-color-day-marker-month-hover:var(--tec-color-text-primary-hover);
        --tec-color-day-marker-month-active:var(--tec-color-text-primary-active);
        --tec-color-day-marker-current-month:var(--tec-color-day-marker-month);
        --tec-color-day-marker-current-month-hover:var(--tec-color-day-marker-month-hover);
        --tec-color-day-marker-current-month-active:var(--tec-color-day-marker-month-active);
        --tec-color-day-marker-past-month:var(--tec-color-text-primary);
        --tec-color-day-marker-past-month-hover:var(--tec-color-day-marker-past-month);
        --tec-color-day-marker-past-month-active:var(--tec-color-day-marker-past-month);
        --tec-color-text-day-of-week-week:var(--tec-color-text-secondary);
        --tec-border-radius-month-multiday:9.5px;
        --tec-color-border-secondary-month-grid:var(--tec-color-border-secondary);
        --tec-color-border-active-month-grid-hover:var(--tec-color-border-active);
        --tec-color-background-month-grid:transparent;
        --tec-color-background-tooltip:var(--tec-color-background);
        --tec-color-text-events-bar-input:var(--tec-color-text-primary);
        --tec-color-text-events-bar-input-placeholder:var(--tec-color-text-secondary);
        --tec-opacity-events-bar-input-placeholder:var(--tec-opacity-default);
        --tec-color-border-events-bar:var(--tec-color-border-secondary);
        --tec-color-background-events-bar:var(--tec-color-background);
        --tec-color-background-view-selector:var(--tec-color-background-events-bar);
        --tec-color-background-view-selector-tabs:var(--tec-color-background-view-selector);
        --tec-color-background-view-selector-list-item-hover:var(--tec-color-background-secondary);
        --tec-color-background-subscribe-list-item-hover:var(--tec-color-background-secondary);
        --tec-color-text-view-selector-list-item:var(--tec-color-text-primary);
        --tec-color-text-view-selector-list-item-hover:var(--tec-color-accent-secondary-hover);
        --tec-color-background-search-container:var(--tec-color-background-events-bar);
        --tec-color-text-events-bar-submit-button:var(--tec-color-background);
        --tec-color-text-events-bar-submit-button-active:var(--tec-color-text-events-bar-submit-button);
        --tec-color-text-events-bar-submit-button-hover:var(--tec-color-text-events-bar-submit-button);
        --tec-color-background-events-bar-submit-button:var(--tec-color-button-primary);
        --tec-color-background-events-bar-submit-button-hover:var(--tec-color-button-primary-hover);
        --tec-color-background-events-bar-submit-button-active:var(--tec-color-button-primary-active);
        --tec-color-icon-events-bar:var(--tec-color-icon-primary);
        --tec-color-icon-events-bar-active:var(--tec-color-icon-active);
        --tec-color-icon-events-bar-hover:var(--tec-color-icon-hover)
    }
    

    You can remove in the version after 5.4.1

    Edit: After checking your other thread, I realized we must hear back from our devs. As I mentioned in the other thread, TEC styling should inherit Enfold theme options.

    Best regards,
    Yigit

    • This reply was modified 2 years, 9 months ago by Yigit.
    in reply to: magazine #1398888

    Hey Gianluca,

    It seems like you shared a link to the ThemeForest page of a theme with multiple demos.

    Please go to the page you’d like to replicate in Enfold here: https://demo.tagdiv.com/select_demo/newspaper-prebuilt-websites/ then post a link. Or, you can post a screenshot. You can upload your screenshots on imgur.com and post the links here.

    Best regards,
    Yigit

    in reply to: Download attribute only plays audio #1398886

    Hey Sryde,

    This looks like a z-index issue.

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab

    
    .cue-track-actions.cue-track-cell {
      z-index: 9;
    }
    

    Best regards,
    Yigit

    in reply to: Styling problems #1398885

    Hi,

    You had a CSS error in Enfold theme options > General Styling > Quick CSS field. I fixed it and that helped.

    You can use this website to check your CSS for errors: http://csslint.net/

    Please review your website.

    Best regards,
    Yigit

    in reply to: Mega Menu Sub Items remove underline #1398883

    Hey Stretchspot,

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab

    
    #top #header .avia_mega_div .sub-menu .avia_mega_text_block a {
      text-decoration: none;
    }
    

    Best regards,
    Yigit

    in reply to: shrinking sag logo #1398882

    Hi,

    Please refer to @Guenni007’s post :)


    @Guenni007
    Thanks for your help as always!

    Best regards,
    Yigit

    in reply to: Layout not mobilfriendly according to GSC #1398880

    Hey Martina,

    As you can see, assets are not loaded on your website’s mobile representation but load correctly on mobile devices.

    Please deactivate all active plugins, test once again, and check if that helps.

    Best regards,
    Yigit

    in reply to: woocommerce My Account page Billing address error #1398879

    Hi Nancy,

    You can add a comment above your custom CSS code to remember why you added the code: https://developer.mozilla.org/en-US/docs/Web/CSS/Comments

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day.

    Best regards,
    Yigit

    in reply to: woocommerce My Account page Billing address error #1398877

    Hey Nancy,

    The following custom CSS code you have in the Style.css file of your child theme was causing the issue

    
    .col2-set .col-2 {
        float: none !important
    }
    

    I changed the code to the following one

    
    #top:not(.woocommerce-account) .col2-set .col-2 {
        float: none !important
    }
    

    Please review your website.

    Best regards,
    Yigit

    in reply to: Error functioning anchor links (CSS ERROR) #1398875

    Hi,

    Please update Enfold to the latest version 5.4.1 and let us know if this doesn’t help.

    If updating the theme doesn’t help, can we deactivate plugins for testing purposes?

    Best regards,
    Yigit

    in reply to: Different main nav menus for site section #1398858

    Hi Philip,

    Glad Mike could help.

    Let us know if you have any other questions and enjoy the rest of your day.

    Best regards,
    Yigit

    in reply to: Overview of all Enfold built-in contact forms #1398857

    Hi,

    Glad Günter could help.

    Let us know if you have any other questions and enjoy the rest of your day.

    Best regards,
    Yigit

    in reply to: Animation #1398855

    Hi,

    Glad Ismael could help.

    Let us know if you have any other questions and enjoy the rest of your day.

    Best regards,
    Yigit

    in reply to: Extra space above header #1398854

    Hi,

    Thanks for the update!

    Let us know if you have any other questions and enjoy the rest of your day.

    Best regards,
    Yigit

    in reply to: delete zoom effect in masonry gallery #1398841

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Download #1398840

    Hallo Isy,

    That is fine. As long as you have the same amount of license as your active domains, there’s no issue.

    Best regards,
    Yigit

    in reply to: Automatische Theme Updates funktionieren nicht mehr #1398839

    Hey Michael,

    Please refer to this post: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a new Personal Token.

    If you do not receive the theme update in Enfold theme options, please install the Envato Market plugin: https://www.envato.com/lp/market-plugin/, insert your token into the plugin settings and check the Theme tab for the update.

    Best regards,
    Yigit

    in reply to: delete zoom effect in masonry gallery #1398805

    Hi,

    I added the following code to the Quick CSS field in Enfold theme options > General Styling

    
    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
      -webkit-transform: none;
      transform: none;
    }
    

    Please review your website.

    Regards,
    Yigit

    in reply to: Wieviele Downloads? #1398777

    Hallo Isy,

    Each domain requires a separate license. So for 3 domains, you would need 3 licenses.

    I hope this helps!

    Best regards,
    Yigit

    in reply to: Enfold php #1398763

    Hey Ricardo,

    I can’t find an update option for the template, current installed version is 3.8.

    I can see the in the WP panel that the template has issues with updating php to 7 or later.
    What’s the way to go? Can the template be updated to a later version with more php compatibility?
    There is a newer version of the template that has to be acquired?

    Enfold 3.8 is a very old version that is incompatible with PHP 7.x and WordPress 6.x. Updating Enfold to the latest version 5.4.1 would make it compatible.

    You can log in on ThemeForest with the account you used when purchasing the theme and go to the Downloads page to download the latest version of Enfold.

    If you don’t have access to the ThemeForest account, you would need to purchase a new license.

    if this is the case, the transition is easily doable or the website needs to be rebuilt?

    If you have not made any modifications on parent theme files, you can update the theme but to be on the safe side, we’d recommend you to create a staging copy first and update the theme there.

    Best regards,
    Yigit

    in reply to: remove “Enfold Theme by Kriesi” #1398659

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Can this be done? #1398641

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Increase hight top bar mobile version #1398640

    Hi,

    The text is already left aligned on my end. Would you like to remove the highlighted space in the screenshot I attached in the private content field?
    If so, please use the following code instead

    @media only screen and (max-width: 767px) { 
    .responsive #top #wrap_all #header_meta .container {
      padding: 0;
      width: 100%;
      max-width: 100%;
    }
    }
    

    Best regards,
    Yigit

    in reply to: remove “Enfold Theme by Kriesi” #1398637

    Hey,

    You can add [nolink] to the Copyright field in Enfold theme options > Footer to remove it: https://kriesi.at/documentation/enfold/footer/#copyrights-info

    Best regards,
    Yigit

    in reply to: Can this be done? #1398619

    Hey Pierre,

    You can add a Column element below your Slider, edit it, go to Row Settings > Row Margins, check Custom Margins, and set minus top margin value: https://i.imgur.com/0GMPHSn.png

    You can see an example on Enfold Medical demo: https://kriesi.at/themes/enfold-medical/

    Best regards,
    Yigit

    in reply to: Menu on tablet #1398618

    Hi Eve,

    Have you tried this solution: https://kriesi.at/documentation/enfold/menu/#toggle-id-87? If not, please try that one.

    Best regards,
    Yigit

    in reply to: Youtube video is unavailable, black and not clickable. #1398617

    Hi,

    Please install the Envato Market plugin: https://www.envato.com/lp/market-plugin/, copy the API key from Enfold theme options > Theme Update, paste it into the Envato Market settings, and check the Theme tab for the update. API keys are replaced with Personal Tokens so I’m not sure if that would work but it is the only way to receive the update without having to purchase the theme again.

    If that doesn’t work, you would need to purchase a license to update the theme.

    Best regards,
    Yigit

Viewing 30 posts - 811 through 840 (of 82,614 total)