Forum Replies Created

Viewing 30 posts - 781 through 810 (of 82,588 total)
  • Author
    Posts
  • in reply to: Adding Custom shortcodes to your builder #1399408

    Hey Peter,

    You can use Code Block element to display your shortcodes. If you’d like to add your own elements to the Advanced Layout Builder, you can refer to this post: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb

    If this isn’t what you meant, please elaborate and if possible, show us an example.

    Best regards,
    Yigit

    Hi,

    1- I added the following code to the bottom of Quick CSS field

    
    #top .tribe-events-event-meta .tribe-events-address .tribe-address {
      display: block;
    }
    

    2- I added following code to bottom of Functions.php file in Appearance > Editor to change the Single Event title to H4

    
    /* Change single event title to h4 */
    add_filter('avf_customize_heading_settings', 'single_event_title_h4');
    function single_event_title_h4(){
    	$args['heading'] = 'h4';
    	return $args;
    }
    

    Since you set H4 tagged elements to use “Amati SC 40px #499f99”, this is now applied to your single event titles as well
    Edit: Since you are not using a child theme, the codes added to the functions.php file will be removed when you update the theme. Please switch to a child theme and move (codes should be in either parent or child theme’s functions.php file, having in both at the same time will crash your site) your code from the functions.php file of the parent theme to the functions.php file of the child theme.

    3- I added the following code to bottom of the Quick CSS field to change the color and font family of the event date

    
    #top.single-tribe_events #wrap_all .all_colors .tribe-events-schedule h3 {
      color: #919191;
      font-family: var(--tec-font-family-sans-serif);
    }
    

    Please review your website and let us know if you have any other questions :)

    Best regards,
    Yigit

    • This reply was modified 2 years, 4 months ago by Yigit.
    in reply to: Increase hight top bar mobile version #1399153

    Hi,

    I edited the last media query you have in your Quick CSS field and added the following code to it as well

    
    #header_meta .sub_menu #menu-item-2545::before {
      padding-right: 15px;
    }
    #header_meta .sub_menu #menu-item-2547::before {
      padding-right: 18px;
    }
    

    Please review your website.

    Best regards,
    Yigit

    Hi Tom,

    I added the following code to the bottom of Quick CSS field

    #top .tribe-events-content p, .tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul, #top .tribe-common .tribe-common-b2 {
      color: #919191;
     font-size: 16px; 
    font-family: var(--tec-font-family-sans-serif);
    }

    This seems to fix the font size, color, and family issues. Please review your website and let me know if you still experience issues.

    Best regards,
    Yigit

    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, 4 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

Viewing 30 posts - 781 through 810 (of 82,588 total)