Forum Replies Created

Viewing 30 posts - 3,601 through 3,630 (of 25,536 total)
  • Author
    Posts
  • in reply to: logo slider error after enfold update #1334171

    Hi dondela,

    Can you try adding flex-basis to Ismael’s code, the code should look like this:

    @media only screen and (max-width: 479px) {
        .responsive #top #wrap_all .avia-logo-element-container .slide-entry {
            width: 25%!important;
            flex-basis: 25%;
        }
    }

    Best regards,
    Nikko

    in reply to: Tab Section is not working correctly #1333580

    Hi gringuitodc,

    Thanks for providing us with a staging site and admin access.
    I have disabled all the plugins (cleared cache before it as well) however the errors in the web console coming from ticketsocket-plug and popup-maker still appears.
    Then I tried to switch to a different theme but the Enfold theme is still showing up in front.
    I’ll check it again after few to several hours, maybe the change will take effect however at the moment I think the caching seems to be issue.

    Best regards,
    Nikko

    in reply to: Black bar in a color-section / Video background #1333576

    Hi Daniela,

    I see, I think the difference is the screen height.
    Is the background section set to At least 100% of Browser Window height, if yes then I think that would be an issue since videos doesn’t have a native option in the browser to cover the whole screen (width and height) unlike the background image. I think the best option would be using the LayerSlider in your case.

    Best regards,
    Nikko

    in reply to: Tab Section is not working correctly #1333485

    Hi gringuitodc,

    Thanks for providing us with admin access as well as screenshots.
    I could see some js errors in the web console which I believe maybe the cause of the issue.
    Can you setup a staging site for us? so we can try to troubleshoot the issue without affecting your live site.
    You can follow the instructions here if you haven’t tried setting up one before.

    Best regards,
    Nikko

    in reply to: Black bar in a color-section / Video background #1333484

    Hi beyond-flora,

    We apologize for the delayed response.
    I have checked your site and I don’t see those black bars that you mentioned.
    I have put a link in private content of how your site looks on my end.
    Can you also provide us with a screenshot on your end?

    Best regards,
    Nikko

    in reply to: Header effect of mix-blend mode #1333483

    Hi vbonora,

    We apologize for the delayed response.
    It seems the only place where that code could be effectively applied is in the header which is what you have done, unfortunately, applying this to the logo and menu items except for the burger menu won’t do anything, which seems to suggest that it only works on sibling elements (i.e. between the header and main) then applies to all its child elements. So what you want to achieve could not be done in this current layout, you’ll need to move the burger menu out of the header and make it its sibling element, which would most likely result in some functionalities not working properly.
    I tried to force the burger menu overlay to have a black background however it doesn’t work as well :(

    Best regards,
    Nikko

    in reply to: social button icon turn to square #1332943

    Hi delexit,

    I could see some CORS related issue showing up in the console.
    Please refer to the solution posted on our documentation: https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes-
    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Blog Grid Thumbnail Size #1332942

    Hi navindesigns,

    Edit the Blog Posts element (Blog Grid), go to Styling > Appearance > Preview Image Size, then set it to choose image manually, then a dropdown should appear with a list of image sizes you can choose from.
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Full width submenu on mobile #1332941

    Hi Jason,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
        #top .sticky_placeholder {
            height: 0 !important;
        }
    }

    Best regards,
    Nikko

    in reply to: Header effect of mix-blend mode #1332940

    Hey vbonora,

    It seems the mix-blend-mode could not be removed on child elements: https://stackoverflow.com/questions/31629541/remove-mix-blend-mode-from-child-element#answer-68496283
    Instead of applying it to the header directly, try to add it to the header_bg element:

    #top #wrap_all #header .header_bg {
        mix-blend-mode: difference;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Padding in Masonry #1332938

    Hi Rafael,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    .av-masonry-gallery .av-masonry-entry {
        padding: 12px;
    }

    Just change the value in px.
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: PHP Fatal Error Breadcrumbs Enfold 4.8.8 #1332937

    Hi thinkjarvis,

    Please try to replace this code:

    if ($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '>', 'richsnippet' => true));

    with:

    if ($breadcrumb) $additions .= Avia_Breadcrumb_Trail()->get_trail( array( 'separator' => '/', 'richsnippet' => true ) );

    the avia_breadcrumbs function has already been deprecated.

    Best regards,
    Nikko

    in reply to: blurred background in color section #1332935

    Hi delexit,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: blank page – breadcrumb – after last enfold update #1332934

    Hi caledoman,

    Here’s the reference to our documentation for the full code: https://kriesi.at/documentation/enfold/breadcrumbs/#insert-breadcrumbs-as-shortcodes
    As for the video slideshow, please try to disable CSS file merging and compression and Javascript file merging and compression.
    If it does not help, can you setup a staging site for us and give us access to it? so we can try to troubleshoot it without affecting your live site.
    Here’s a simple tutorial for the staging site, if you haven’t setup one before: https://themeisle.com/blog/wordpress-staging-site/

    Best regards,
    Nikko

    in reply to: Enfold 4.8.8 – Table of Contents CSS Issues #1332873

    Hi Havi,

    Yes, I could see the links showing up fine, please update the staging site (please temporarily disable if you have any caching plugins before the update).
    After the update, if it has issues then please try to disable CSS file merging and compression and Javascript file merging and compression.

    Best regards,
    Nikko

    in reply to: footer sticky with curtain effect #1332871

    Hi John,

    You’re welcome :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: footer sticky with curtain effect #1332697

    Hi John,

    You’re welcome :)
    Since it is still in beta some options are not available but our developer mentioned that the default is 80% of the viewport height.
    You can unlock the option to change it’s value (up to 90%) by adding this code in the child theme:

    add_filter('avf_show_curtains_media_option', '__return_true');

    Best regards,
    Nikko

    in reply to: Show images in search results 4.8.8 #1332549

    Hi peterolle,

    You’re welcome :)
    Thanks as well for sharing your tweaks which should be helpful to other users. :)
    Thanks again for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Mega Menu off screen to right when main menu aligned right #1332547

    Hi Steve,

    We’re glad that Mike could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: blurred background in color section #1332546

    Hi delexit,

    Thanks for giving us a link to your site.
    The current background image is set to medium size (link in private content).
    Just change the image size to Full (refer to the screenshot in private content).
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Enfold 4.8.8 – Table of Contents CSS Issues #1332545

    Hi havi,

    Can you give us temporary admin access to the staging site? so we can check the settings.
    Just post the credentials in private content.

    Best regards,
    Nikko

    Hey Sujohn,

    I tried to login with the credentials you gave however it doesn’t work.
    As for the code, it will not work anymore, please use this code instead:

    function av_breadcrumbs_shortcode( $atts ) {
    	return Avia_Breadcrumb_Trail()->get_trail( array( 'separator' => '/', 'richsnippet' => true ) );
    }
    
    add_shortcode( 'av_breadcrumbs', 'av_breadcrumbs_shortcode' );

    Best regards,
    Nikko

    in reply to: Show images in search results 4.8.8 #1332542

    Hi peterolle,

    Yes, the modification should still work just fine in Enfold 4.8.8 :)

    Best regards,
    Nikko

    in reply to: footer sticky with curtain effect #1332539

    Hi aussiedropbear,

    Thanks for giving us admin access.
    I see the same effect on both Chrome and Edge.
    It seems that the Curtain Effect only works at a certain height which is about 80-90% of the height of the screen, if it is beyond that then it does not work properly.
    We’ll report this on our devs, for the meantime, the only workaround I could suggest (which I have tested on your site) is to reduce the height of the footer page.

    Best regards,
    Nikko

    • This reply was modified 4 years, 1 month ago by Nikko.
    in reply to: blank page – breadcrumb – after last enfold update #1332535

    Hi caledoman,

    Can you setup a staging site then update it to the latest version of Enfold?
    Then post the link to it and your live site in private content so we can try to compare both and suggest a solution.

    Best regards,
    Nikko

    in reply to: Vertically center text #1332533

    Hi navindesigns,

    We’re glad that Mike could help you :)
    Just let us know if you still need further assistance.

    Best regards,
    Nikko

    in reply to: Vertically center text #1332208

    Hi navindesigns,

    Please try @Guenni007’s solution, it should center those texts vertically.


    @Guenni007
    Thanks for helping out :)

    Best regards,
    Nikko

    in reply to: Drop shadow showing up on two places instead of one #1332207

    Hey navindesigns,

    Please try adding this CSS code:

    .avia-logo-slider .slide-entry {
        background-color: transparent !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    Best regards,
    Nikko

    in reply to: Remove underline on footer links #1332206

    Hey navindesigns,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    #footer a, 
    #socket a {
        text-decoration: none;
    }

    Best regards,
    Nikko

    in reply to: URL in PHoto not Sticking After SAVE #1332205

    Hi Alan,

    I think the issue maybe related to your IP since any device you used has this issue.
    Maybe your hosting provider can help with the issue you are having, since we don’t get the same results even it’s the same site we are trying to make changes.
    Also, if it’s an Enfold issue, then we should also be having the same issues as you have on your end and people would report it.

    Best regards,
    Nikko

Viewing 30 posts - 3,601 through 3,630 (of 25,536 total)