Forum Replies Created

Viewing 30 posts - 751 through 780 (of 82,578 total)
  • Author
    Posts
  • in reply to: Change background color Masonry Gallery Title/Excerpt #1400020

    Hey Joep,

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

    
    .av-masonry-entry .av-inner-masonry-content {
      background-color: orange;
      color: white;
    }
    #top .av-masonry-entry .av-masonry-entry-title {
      color: red;
    }
    

    Best regards,
    Yigit

    in reply to: Problem mit ENFOLD #1400019

    Hi Denis,

    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: Modifying captions on masonry pictures #1400016

    Hi Elena,

    Your titles were wrapped inside Span tags with inline black color and Strong tags which are by default green.

    I deleted those tags and then added the following code to the bottom of the Quick CSS field so the Icon List titles are bold

    
    /* Change font weight of Icon List titles */
    #top #wrap_all .avia-icon-list .iconlist_content h2 {
      font-weight: bold;
    }
    

    Please review your website.

    Best regards,
    Yigit

    in reply to: Problem mit ENFOLD #1400015

    Hey Denis,

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

    
    #top .avia-slideshow-inner {
      height: auto !important;
    }
    

    Best regards,
    Yigit

    Hey,

    Slider elements including the Post Slider element in Enfold do support swipe functionality on mobile.

    Could you please show us some examples?

    Best regards,
    Yigit

    Hey,

    I attached it in the private content field.

    You can go to LayerSlider > Import Project to import it.

    Best regards,
    Yigit

    in reply to: License question #1399973

    Hi,

    Unfortunately, we don’t have an update on this yet.

    Best regards,
    Yigit

    Hey Bruce,

    Thanks for reaching out to us, but we are not interested.

    Best regards,
    Yigit

    in reply to: Events Calendar header font #1399846

    Hi,

    You are welcome, Tom.

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

    Best regards,
    Yigit

    in reply to: Tab section – full width? #1399836

    Hi,

    Please edit the first column element and go to Row Settings > Row Layout, choose to display Equal Height, and set the Vertical Alignment to Middle: https://i.imgur.com/AsK8iEo.png

    Best regards,
    Yigit

    in reply to: Text instead of parallax #1399834

    Hi Veronika,

    It looks like the element is broken.

    Please try enabling the shortcode parser (https://kriesi.at/documentation/enfold/intro-to-layout-builder/#shortcode-parser), enable the Auto Repair Functions (https://i.imgur.com/8YCKZg2.png) and update your posts and check if that helps.

    Regards,
    Yigit

    in reply to: turn off the replies number #1399832

    Hi,

    You are welcome!

    Let us know if you have any other questions.

    Best regards,
    Yigit

    in reply to: How to add a Read more in a textbox #1399821

    Hi,

    Would you like to change the text color of the “read more” text? If so, please add the following code to the bottom of the Quick CSS field in Enfold theme options > General Styling tab

    
    summary {
      color: red;
    }
    

    If this isn’t what you meant, please elaborate.

    Best regards,
    Yigit

    in reply to: Events Calendar header font #1399820

    Hi Tom,

    You had the following code Quick CSS field

    
    h2.tribe-events-single-section-title {
     color: #919191;
     font-size: 20px;
    font-family: var(--tec-font-family-sans-serif);
    }
    

    CSS selector was weak so I changed it to the following one

    
    #top h2.tribe-events-single-section-title {
     color: #919191;
     font-size: 20px;
    font-family: var(--tec-font-family-sans-serif);
    }
    

    Also, you had the “Hiding the email address and divider in the organiser’s page:” and it was not wrapped inside comment tags. That breaks your CSS. If you’d like to add comments to your CSS, please do so as following

    
    /* Hiding the email address and divider in the organiser's page: */
    

    Please review your website.

    Best regards,
    Yigit

    in reply to: Crear página web #1399810

    Hey Eduardo,

    Unfortunately, we do not provide website creation services.

    Best regards,
    Yigit

    in reply to: Enfold Blog #1399526

    Hey Vladimir,

    Fullwidth elements such as Color Section push the sidebar below them. If you’d like to display a sidebar, please use the 1/1 Column Element instead.

    Let us know if you have any other questions.

    Best regards,
    Yigit

    in reply to: Website way too large #1399525

    Hey,

    Please refer to this post: https://kriesi.at/documentation/enfold/optimization/#troubleshoot

    Best regards,
    Yigit

    in reply to: Demos #1399523

    Hey TallMeerkat,

    Thanks for the information.

    Unfortunately, manual import didn’t work either.

    Could you please contact your hosting provider and ask them to whitelist http://kriesi.at/ in case the firewall is blocking it?

    Best regards,
    Yigit

    in reply to: Can’t edit pages anymore – just opens blank page #1399423

    Hi Julian,

    I checked your website however I cannot reproduce the issue. I attached a screenshot in the private content field below.

    Please make sure you’ve cleared your browser cache.

    Cheers!
    Yigit

    in reply to: Will our current website transfer over to Enfold? #1399417

    Hello Ed,

    We’re glad that you like Enfold!

    If you decide to switch to Enfold, you may need to recreate your content using Enfold’s drag and drop layout builder, the Advanced Layout Builder.

    Unfortunately, we don’t provide such services but please feel free to hire a freelancer on Codeable.

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

    Best regards,
    Yigit

    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 1 year, 9 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 1 year, 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

Viewing 30 posts - 751 through 780 (of 82,578 total)