Forum Replies Created

Viewing 30 posts - 14,971 through 15,000 (of 35,063 total)
  • Author
    Posts
  • in reply to: Website flickering on loading #1296998

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .rating_container {
    	display: none !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Plugin Compatibility Issue – eForm #1296977

    Hi,
    I’m glad that this has helped and placed you on the right track I recommend that you continue along with the plugin developer. But supporting third-party plugins such as this is beyond our intended support scope.

    Best regards,
    Mike

    Hey mvi,
    Thank you for your patience, but we will need to see your site in order to review what is the issue.
    I’m not seeing any issues with either logos, transparent or regular, on the 2017 Demo with v4.8.2 so I can’t imagine that there is a bug with it?

    Best regards,
    Mike

    in reply to: top image in woocommerce category #1296631

    Hi,
    Thanks, but I believe my IP is being blocked because I’m not seeing the WordPress login form just this:
    2021-04-25_152331.jpg
    I can see your dev site front page fine, it looks like you are using the “Shop Demo” 🙂

    Best regards,
    Mike

    in reply to: Website flickering on loading #1296630

    Hey Ralf,
    Thank you for your patience and the video and link, this looks like a lazyload error to me based on similar loading issues that I have seen on other sites. When I have seen this before it was not the expected behavior or the correct behavior, it was more like a conflict. I note that you are using a plugin called PhastPress that I have not heard of before and when I research it I find that it seems to be a “no configuration” web page optimization engine with lazyloading, so my first suggestion would be to disable it to see if you continue to have this issue.
    The script looks like it waits for the DOM to load and then passes the theme scripts and css phast.on(document,"DOMContentLoaded").then which might be causing an issue with page load functions resulting in a double load with some elements, but I’m not sure.
    If you find the page loads correctly without the plugin, but you want to try to keep using the plugin, you could try disabling the theme lazyloading and ensure the jQuery is not being forced to the footer at Enfold Theme Options > Performance > Load jQuery in your footer and disable Enfold Theme Options > Performance > JS & CSS file merging and compression, although I don’t believe you are using this. Also try disabling any other caching, I can’t see if you are using any, and also try disabling server cache if it is an object-oriented cache such as Memcached, Redis, Varnish, Litespeed, etc.
    I hope this helps.

    Best regards,
    Mike

    in reply to: top image in woocommerce category #1296622

    Hi,
    Thank you for the login details, but I’m getting a 403 error for the login page, perhaps this is a security setting, if so please whitelist my IP in the Private Content area.

    Best regards,
    Mike

    Hey JoaoBrots,
    Thank you for your patience and for the login, I didn’t find an example of a product slider with star reviews on your site so I created a test product slider page, but the star reviews do not show, so can you link to a page with the star reviews that you would like to hide?

    Best regards,
    Mike

    in reply to: Plugin Compatibility Issue – eForm #1296613

    Hi,
    Thank you for your patience, in comparing these pages and the un-minified css I found that the plugin css is being overwritten by the theme css because of css specificity, to correct this we can give the plugin a higher specificity by adding two IDs to the rules, for example, currently the plugin css is this: .ipt-uif-custom-material-custom.eform-override-element-boxy .input-field.has-icon > input but adding two IDs before the rule will give it more specificity: #top #main .ipt-uif-custom-material-custom.eform-override-element-boxy .input-field.has-icon > input , so you could edit the plugin stylesheet and add the two IDs to every rule and this would solve all of your current and future issues, or you could add this css to your current custom stylesheet which would solve the issues that I see on the two pages that you have linked to:

    #top #main .ipt-uif-custom-material-custom.eform-override-element-boxy .input-field > label.active {
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%)
    }
    
    #top #main .ipt-uif-custom-material-custom.eform-override-element-boxy .input-field.has-icon > input,#top #main .ipt-uif-custom-material-custom.eform-override-element-boxy .input-field.has-icon > textarea,#top #main .ipt-uif-custom-material-custom.eform-override-element-boxy .input-field.has-icon > label,#top #main .ipt-uif-custom-material-custom.eform-override-element-boxy .input-field.has-icon > .validate ~ label,#top #main .ipt-uif-custom-material-custom.eform-override-element-boxy .input-field.has-icon > .autocomplete-content {
        padding-left: 2.5em;
        margin-left: 0;
        width: calc(100% - 3em)
    }
    
    #top #main .ipt-uif-custom-material-custom.eform-override-element-boxy .input-field.has-icon > input,#top #main .ipt-uif-custom-material-custom.eform-override-element-boxy .input-field.has-icon > textarea {
        width: calc(100% - 3em - 2px)
    }

    then if you find any future issues with other elements in your forms you will know to follow the same procedure with the css rules for that element.
    Please don’t forget to clear your browser cache before checking.

    Best regards,
    Mike

    in reply to: Timeline images animation #1296562

    Hey AliAbabwa,
    Thank you for your patience when I take a look at an example of our timeline I see that it already shows the “fadein” animation, but I’m not sure which image animation you would like to achieve. Please try creating a test page with the timeline element as you will be using it and an image with the animation that you like and we can try copying the animation for you. We will need to see the timeline as you intend to use it because the different options apply different classes to it and this is not a general kind of customization.

    Best regards,
    Mike

    in reply to: colorsection background image smaller in mobile view #1296561

    Hi,
    Thank you for your patience and for the link, when I check your site it looks like there is only one section that is having an issue with the gold edge in mobile, #therapieangebote so in that case I modified Rikard’s css a little to this:

    @media only screen and (max-width: 767px) {
    .avia_mobile #top.home #wrap_all #therapieangebote > .avia-full-stretch {
    	background-attachment: fixed !important;
    }
    }

    please try this instead and clear your browser cache and check.

    Best regards,
    Mike

    in reply to: stretch image to egde of text element #1296558

    Hey jelle,
    Thank you for your patience and the links, as your page is currently setup please try this css:

    #top.home #main .flex_column.kleur .column-natuur > img {
    	margin-left: -50px !important;
        max-width: 150% !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Link column to full screen pop-up / iframe #1296556

    Hi,
    Very good we will go ahead and close this then, for your information through, column links are actually “fake” and are simulated within Enfold, the URL is actually added in a separate link element inside the column.

    Best regards,
    Mike

    in reply to: top image in woocommerce category #1296552

    Hi,
    Thank you for the link to your /product-category/strips/ page but since this is a different site and it’s been over a year since we have looked at this customization I’m not quite sure if you are using the same script as above, can you include an admin login to this new site so I can take a look?
    Thank you for the mockup image for the mobile header that you are trying to achieve, please try this css:

    @media only screen and (max-width: 767px) { 
    .responsive #top #wrap_all .logo {
        float: none !important;
        margin: auto !important;
    }
    .responsive #top #wrap_all #header {
        height: 140px !important;
    }
    .responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all .main_menu {
        top: 60px !important;
        right: 150px !important;
    }
    .responsive.html_bottom_nav_header #top #menu-item-shop.cart_dropdown {
        right: 90px !important;
        top: 60px !important;
    }
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: LearnDash result page not working with Enfold #1296545

    Hi,
    Glad to hear this helped I pointed this out to the dev team for them to review. I believe that this solution is a bit hacky to be included in a release, but perhaps they will add something else. We will close this now. Thank you for using Enfold.
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Link column to full screen pop-up / iframe #1296063

    Hi,
    To achieve the exact function of that page team section you would need to use the same css, javascript, and html structure, this could then be added to a code block section in your page. While this is a cool effect I can’t justify the time to scrape this code and reformat it in a clean matter for you as it is not really an Enfold task. You would basically right-click and save as the page to your desktop and then clean up the css, javascript, and html, but if you don’t feel comfortable doing this you could hire someone to do it for you in a few hours for pretty cheap money, UpWork.com or Fiverr.com might be a good place to look.
    The debugger code and example links above to achieve a similar effect in Enfold also work as described, but they are similar not exact.

    Best regards,
    Mike

    in reply to: Media library doesn't find uploaded mp4 file #1296046

    Hi,

    @cnovey
    this is a core WordPress issue, for files to show in the media library they must be registered in the WordPress database.
    The only way to do this is with a plugin, we do not recommend any certain plugin to achieve this, nor have we tested their current compatibility, but this tutorial recommends the Add From Server plugin, but please read about it carefully first and use it at your own discretion.
    I recommend that you take Guenni007’s advice.
    In the future please create a new thread for your questions instead of re-opening a 3-year-old thread, thank you for your understanding and for using Enfold.

    Best regards,
    Mike

    in reply to: Spacebar doesn't work in Special Headings #1296039

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Social Media icon in Navigation #1296036

    Hi,
    Thank you for the feedback, these two pages are your staging url’s so you are getting a CORS policy blocking error, please try correcting the links and you should not have any issues.

    Best regards,
    Mike

    in reply to: Plugin Compatibility Issue – eForm #1296031

    Hi,
    Do you have new pages to show the issue? The two pages you linked to a while back both are working for me now, but I do note a few javascript errors in the browser console, please see the screenshot in the Private Content area.
    For the console errors, I note that it looks like you have the W3 cache enabled and you have the Enfold Theme Options > Performance > JS & CSS file merging and compression enabled and I believe you also have the Enfold Theme Options > Performance > Load jQuery in your footer option enabled. Please disable all of these, while this should help with the console errors, I still don’t see the input field placeholder error on the two pages linked to.

    Best regards,
    Mike

    in reply to: LearnDash result page not working with Enfold #1295543

    Hey Roger,
    Thank you for your patience, can you link to a test page with a simple test quiz? I have two solutions from a while back that might still work, one is this css for your Quick CSS field:

    dd.course_progress {
    	width: 100%;
    }

    the other was this code to add to your functions.php file in Appearance > Editor:

    function show_quiz_results() { ?
            >
            <
            script >
                (function($) {
                    $(window).click(function() {
                        if ($('.wpProQuiz_sending').is(":visible")) {
                            $('.wpProQuiz_results').css({ 'display': 'block' });
                        }
                    });
                })(jQuery); <
            /script>
            <?php
    }
    add_action('wp_footer', 'show_quiz_results');

    but that might have been for the pro version, I don’t recall for sure and would need to test again if these don’t work today.

    Best regards,
    Mike

    in reply to: Link column to full screen pop-up / iframe #1295531

    Hi,
    I would like to point out that the page you are trying to copy is not using iframes, iframes load a page source from another url, or page. The popups you are seeing are embedded in the current page source in the div’s with the class member-bio
    Please review the page source code and you will see this is similar to my suggestion above with using a code block element for your popups, this is why it seems to load instantly. An iframe will load slower because it must call another url and load that page.
    The other issues you question have to do with our built-in popup javascript which is naturally not the same as the page you are trying to copy. So while you can create a similar page and effect with the Enfold options and elements, having an exact copy of that page would require you to use the same javascript and source code as that page.
    Are you rebuilding this site for this customer or are you modeling it for another?
    Are you looking for exact or similar?

    Best regards,
    Mike

    in reply to: Imported Font Doesnt work #1295514

    Hi,
    I’m not sure that I understand your question, typically bold is not a different font, but if you want to use a different font for bold then you should follow the above steps.

    Best regards,
    Mike

    in reply to: Social Media icon in Navigation #1295284

    Hey Alexandra,
    Thank you for your patience and for the login, so the first step is to get the LinkedIn icon to use in your LinkedIn menu item, to do this we will use the shortcode wand in the classic editor and choose the icon element (symbol):
    2021-04-19_074148.jpg
    and then choose the correct icon:
    2021-04-19_074407.jpg
    then we will preview the element and get the correct data-av_icon:
    2021-04-19_074918.jpg
    2021-04-19_075018.jpg
    now we can use it in this code in the menu item:
    <span class="av-icon-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>
    2021-04-19_075307.jpg
    now the icon shows in the menu as a menu item:
    2021-04-19_075448.jpg
    now to get the menu item ID for the css you would hover over the “edit” link in the menu item and at the bottom of your screen you should see the link url which includes the item ID number:
    2021-04-19_075937.jpg
    in this case it is 1988 or #menu-item-1988
    I added this to your Quick CSS, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Imported Font Doesnt work #1295275

    Hi,
    Do you mean that this would be the only font used on your entire site? Please see the @font-face article I linked to above as it explains how to use for “body” but overriding every font on your site could be achieved with something like this:

    body,
    #top #wrap_all h1,
    #top #wrap_all h2,
    #top #wrap_all h3,
    #top #wrap_all h4,
    #top #wrap_all p,
    #top #wrap_all a,
    #top #wrap_all .av-special-heading-tag,
    #top #wrap_all .avia-menu-text {
      font-family: 'MyWebFont' !important; 
    }

    naturally you would replace MyWebFont with your font, and you could add elements to this list as needed.

    Best regards,
    Mike

    in reply to: Imported Font Doesnt work #1295230

    Hey wealthyone,
    Thank you for your patience that font types that can be used in the Custom Font Manager are Google Webkit Fonts
    2021-04-19_053208.jpg
    and the font formats that are supported are: eot, ttf, woff and woff2.
    To use your font please try using the @font-face rule and specifically write a css rule for where you would like to use it on your site.

    Best regards,
    Mike

    in reply to: Accordion Issue #1295220

    Hey Steve,
    Thank you for your patience and for the link to your page, I see your accordions in the “Specs” tab but I don’t find any “strange” behavior when I use them, perhaps you could explain further what you are experiencing.

    Best regards,
    Mike

    in reply to: Single Event layout problem with version 5.5 #1295216

    Hi,
    I was not aware that this was the feature that was causing your issue, I will submit this info to the dev team, thank you for your patience.

    Best regards,
    Mike

    Hey shawnbanack,
    Thank you for your patience and the links and screenshots. I did see the jump of the page when the toggle was clicked in Chrome and I also noticed that each time the page was reloaded it would move up slightly, so if I started at #ouradvantages and kept reloading I would soon be at #aboutus, I thought this might be related the “slow scroll” action of your menu anchor links because the toggles use a “fake” ID hashtag to enable the javascript for toggling… but I believe that I was way overthinking it because I didn’t see any of these errors in the Brave browser which is also built on Chromium, the engine of Chrome.
    After testing this css: body{overflow:hidden !important;} and this jQuery:

    function custom_script() { ?>
        <script>
    (function ($) {
    $(".toggler").click(function(){
      $("body").css({'overflow':'hidden'});
    });
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_script');

    to correct the behavior in Chrome, I wanted to post the version of Chrome I was using which was Version 89.0.4389.128 (Official Build) (64-bit) but it then updated to Version 90.0.4430.72 (Official Build) (64-bit) which is the same Chromium version in my Brave Brave Version 1.23.71 Chromium: 90.0.4430.72 (Official Build) (64-bit) so when I went back and tested your toggle again I didn’t have the same issues, so I’m thinking this is a Chrome issue?
    Anyways, check your Chrome version and you are welcome to also try the css and or the jQuery if you like, but I believe most users will be getting the Chrome update shortly.
    Your second issue is the webkit-focus-ring which is a built-in accessibility color for Chrome & Safari, you can override it with this css, but it is considered bad form in accessibility circles:

    #top #wrap_all .toggler:focus,
    #top #wrap_all .toggle_wrap:focus {
      outline: 0 !important;  
      outline: 0 -webkit-focus-ring-color !important; 
    }

    Best regards,
    Mike

    in reply to: Single Event layout problem with version 5.5 #1295015

    Hi,
    Thank you for the feedback, I installed the Enfold Church Demo on my demo server and was able to match the single event pages with the latest Events Calendar plugin by disabling the Use updated calendar designs option in the Events Settings > Display > Basic Template Settings options.
    Please check the link in the Private Content area and try this on your site.

    Best regards,
    Mike

Viewing 30 posts - 14,971 through 15,000 (of 35,063 total)