Forum Replies Created

Viewing 30 posts - 1 through 30 (of 35,310 total)
  • Author
    Posts
  • in reply to: Circle behind icons on this page #1496894

    Hey dreyerjm,
    Try this css:

    #intro.main_color .iconbox_icon.heading-color:before {
    	color: #fff;
    } 

    Best regards,
    Mike

    in reply to: Remove white link box behind Coalitions section items #1496893

    Hey dreyerjm,
    Try this css:

    .main_color .avia-content-slider .slide-image {
    	background: transparent;
    } 

    Best regards,
    Mike

    in reply to: Adding mobile post navigation instead of swiping #1496892

    Hey MORTULGAAH,
    Please link to your page and tell us which element you are using.

    Best regards,
    Mike

    in reply to: Issue with quick css #1496891

    Hey jb84,
    In the above css this is wrong:

    /* Sticky header on mobile */
    @media only screen and (max-width: 767px) {
    .responsive #top #main
    }
    /* Margin top value should be equal to header height*/
    margin-top: 0px;
    }
    .responsive #top #wrap_all #header {
    position: fixed;
    } 

    You have a rouge closing bracket making the margin-top do nothing and also close the @media rule so the last rule works on desktop.
    Your first snippet was correct:

    /* Sticky header on mobile */
    @media only screen and (max-width: 767px) {
    .responsive #top #main {
    /* Margin top value should be equal to header height*/
    margin-top: 0px;
    }
    .responsive #top #wrap_all #header {
    position: fixed;
    }
    } 

    Best regards,
    Mike

    in reply to: ENFOLD SPA demo, change color main menu #1496890

    Hi,
    Glad that Rikard could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    Hi,
    Thank you for your patience, unfortunately changing the Isotope and the JavaScript calculation used would require the Dev Team to address this in the core files. Please create a request here for the Dev Team to review and you can follow along and share your input directly with them.

    Best regards,
    Mike

    in reply to: Enfold and Custom Type Fonts Manager for variable Fonts #1496880

    Hi,
    Thanks for your patience, it sounds like you have this sorted out. If you would like the Dev Team to review a possible feature for this, please submit here.

    Best regards,
    Mike

    in reply to: Enfold theme Vulnerable version 7.1.4 #1496877

    Hey Krishan Kant,
    The 7.1.3 XSS vulnerability was fixed with the 7.1.4 update, see our changelog
    https://kriesi.at/documentation/enfold/changelog/

    Patchstack shows no issue with 7.1.4
    https://patchstack.com/database?search=Enfold
    Please link to the Patchstack Vulnerability report that you see so our Dev Team can examine.

    Best regards,
    Mike

    in reply to: Regarding ENFOLD security risk since 1 month. #1496876

    Hey shivam guleria,
    The 7.1.3 XSS vulnerability was fixed with the 7.1.4 update, see our changelog
    https://kriesi.at/documentation/enfold/changelog/

    Patchstack shows no issue with 7.1.4
    https://patchstack.com/database?search=Enfold
    Please link to the Patchstack Vulnerability report that you see so our Dev Team can examine.

    Best regards,
    Mike

    in reply to: Enfold and The Events Calendar files #1496875

    Hi,
    Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    Hey dreyerjm,
    Try adding this css to your quick css field in the theme options:

    .av-single-event-content .tribe-events-event-image {
    	display: none;
    } 

    Then clear your cache and check.

    Best regards,
    Mike

    in reply to: Icons circle use images instead #1496865

    Hi,
    Try adding this css:

    #my-icon-circle .avia-icon-circles-icon svg {
    	display: none;
    }
    #my-icon-circle .avia-icon-circles-icon:not(.active) {
    	filter: grayscale(100%);
    }
    .main_color #my-icon-circle .avia-icon-circles-icon.active {
    	background-color: #fff;
    	border: none;
    } 

    Then clear your cache and check.

    Best regards,
    Mike

    in reply to: layout dissappears after preview #1496841

    Hi,
    Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    Hi,
    I’m not sure that I understand, do you mean that the images are not lined up?
    BX0om12.md.png
    You write about the width, but all menu items & images are the same width
    BX0D20Q.md.png
    In the image above you have manual line breaks between the words, probably so the long word would not break and be hard to read
    BX1aAkx.png
    So this might make the space look larger, but it’s really not.

    Best regards,
    Mike

    in reply to: Changing the article category page #1496746

    Hi,
    To show the post featured image on the category pages, I added this to your child theme functions.php file:

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-big';
    return $layout;
    }
    

    As for your excerpts, right now you are using manual excerpts, what you call the summary box at the bottom of the article page, when these are used the auto excerpts are disabled, so you can’t have both. You could add more text to the manual excerpts if you wish.

    Best regards,
    Mike

    in reply to: Remove excessive space #1496743

    Hi,
    Try adding this css:

    .home #portfolio {
    	z-index: 11;
    } 

    Then clear your cache and check.

    Best regards,
    Mike

    in reply to: Mega Menu flyout make right sided but mobile issues #1496742

    Hey Sebastian,
    I believe your best solution will be to create a new menu for mobile.

    Best regards,
    Mike

    in reply to: Dark color sections becoming white #1496734

    Hi,
    When I check the section background is now dark, so it seems correct now. It looks like you have not tried the function in your child theme function.php

    function custom_avf_post_css_create_file( $create ) {
    	return false;
    }
    add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );

    Give that a try.

    Best regards,
    Mike

    in reply to: Duplicate Post Function Changes Original Slug (Enfold) #1496732

    Hey Tim van den Hombergh,
    Thanks for your input, but I was not able to reproduce the original post slug changing.
    I’m not sure why you are experiencing this, perhaps a plugin conflict, etc.
    If you would like the Dev Team to review this proposed change, please open a Github Feature Request this will allow you to follow along as the Dev Team reviews the proposed change.

    Best regards,
    Mike

    in reply to: Unable to edit page #1496727

    Hi,
    The two-factor authentication is still enabled, please check.

    Best regards,
    Mike

    in reply to: Horizontal Gallery Legend #1496726

    Hi,
    Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    Hey Damenwahl,
    You have a jQuery error:
    Uncaught Error: Syntax error, unrecognized expression: #fachlehrkr%C3%A4fte
    This is from your menu item:
    BcNzNcP.png
    Try removing the ä from the link.

    Best regards,
    Mike

    in reply to: Horizontal Gallery Legend #1496686

    Hi,
    Thanks, try this css:

    .responsive .page-id-7475 #after_section_4 .container,
    .responsive .page-id-7625 #after_section_4 .container {
    	max-width: 100%;
      padding: 0;
      background-color: #c29454;
    }
    .page-id-7475 #after_section_4 .wpcp-carousel-section.nav-vertical-center,
    .page-id-7625 #after_section_4 .wpcp-carousel-section.nav-vertical-center {
        margin: 0;
    }
    .page-id-7475 #after_section_4,.page-id-7625 #after_section_4 {
    	border-top-style: none;
    } 

    Best regards,
    Mike

    in reply to: Horizontal Gallery Legend #1496664

    Hi,
    Yes that is correct, as I had pointed out above.
    Please link to the final page that it will be on so we can adjust. Do you plan to have this on multiple pages or just one?
    If you are going to use it on multiple pages it will be important that the pages have the same structure.

    Best regards,
    Mike

    in reply to: adjust the height #1496650

    Hi,
    Try this instead:

    @media only screen and (max-width: 890px) and (orientation: landscape) {
        #header.header_color div .av-hamburger-inner, #header.header_color div .av-hamburger-inner::before, #header.header_color div .av-hamburger-inner::after {
            background-color: #fff;
        }
    } 

    Best regards,
    Mike

    in reply to: adjust the height #1496648

    Hi,
    Try adding this css:

    @media only screen and (max-width: 890px) and (orientation: landscape) {
        .html_mobile_menu_tablet .header_color div .av-hamburger-inner, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::before, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::after {
            background-color: #fff;
        }
    } 

    Then clear your cache and check.

    Best regards,
    Mike

    in reply to: Masonry portfolio #1496647

    Hi,
    Glad to hear that you have sorted this out.

    Best regards,
    Mike

    in reply to: adjust the height #1496612

    Hi,
    You misunderstood, this is not my css, it is your css already on your site that you need to change:

    .template-page.content.av-content-full.alpha.units {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    } 

    Change 20px to zero

    Best regards,
    Mike

    in reply to: adjust the height #1496606

    Hi,
    Typically code is red when there is an error, looks like you have / / above the css.

    Best regards,
    Mike

    in reply to: Masonry portfolio #1496603

    Hi,
    Looks like you have this css:

    .av-masonry-entry {
        visibility: hidden;
        opacity: 0;
    } 
    .av-masonry-sort {
        visibility: hidden;
    }
    #top .av-masonry-load-more {
        visibility: hidden;
        opacity: 0;
    } 

    Check your css or element settings.

    Best regards,
    Mike

Viewing 30 posts - 1 through 30 (of 35,310 total)