Forum Replies Created

Viewing 30 posts - 14,551 through 14,580 (of 34,631 total)
  • Author
    Posts
  • 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

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

    Hi,
    Sorry I didn’t realize you were using a “staging plugin”, I thought you were using your webhost options for creating a staging site, which is much better, are you using cPanel? How to Deploy a Staging Site With cPanel
    So comparing your Single Event page and mine are the same, so perhaps it is something else causing the issue? I would still like to see the error it would help me understand better.

    Best regards,
    Mike

    in reply to: Different menu for different languages #1295001

    Hi,
    I believe it is your Polyang plugin that is changing your footer menu based on language, if you want to use the same footer menu for both languages then you will need to make this selection within the Polyang / menu options.
    The menu IDs above are not for the footer menus.

    Best regards,
    Mike

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

    Hi,
    Thank you but unfortunately, an editor profile doesn’t allow me to see the options for plugins, appearance, tools, settings, nor any of the Enfold theme options.
    But that is ok because as this is your live site and seeing the issue requires the Events Calendar plugin to be updated it would be better for you to create a staging site so your live site will remain live and un-touched, I believe you have done this before so perhaps this would be the best approach.
    When you look at the layout of the Single Event page on my demo site do you see the error that you are referring to? Other than minor css differences I don’t see any layout issues between your current old version and my new version.

    Best regards,
    Mike

    Hi,
    Thank you for your patience and for the login, I adjusted your button link to the next tab and it seems to work correctly now. Please clear your browser cache and check.
    The difference is that your link was pointing to #tab-id-3 which would have been ok if your tabs had not been named, but since your tabs have been named we need to use that name as the anchor, so in this example, it is #beleefbaar-landschap.

    Best regards,
    Mike

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

    Hi,
    Thank you for your patience and for the login to your site, I moved the login above to the Private Content area and found that it was a membership login with no backend access so I have limited ability to determine what issue you are having. I tried to research your previous posts and replies but couldn’t figure it out. So I installed The Events Calendar v5.5.0.1 on a demo server and imported an official demo file from the plugin site, and used some of your images as their demo didn’t include images, and the layout of the Single Event seems fine to me?
    Naturally, the css is not exactly the same but I don’t see anything major in terms of a layout issue, perhaps you can explain further?
    I do note that it looks like you are also using some other plugins or customizations, so I’m not sure if this also has a bearing on the issue you are experiencing, have you tested without your other plugins or customizations?

    Best regards,
    Mike

    in reply to: Rounded corner buttons #1294919

    Hi,

    @amyteslin
    I believe you may have posted to this old thread in error as it is not related to your question in any way, but I believe you will find your answer in our documentation under: Change content order in mobile view please review this and if you have any further questions please open a new thread. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: "Skip to content" button in #1294916

    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,
    Very good then, 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: API Key not working for theme update #1294775

    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,
    Thank you for the feedback, I see that the Layout sidebar panel is now available for your custom post type in the backend now but it is not respecting the footer options picked. The plugin does respect the title bar options and the sidebar options, just not the footer options.
    Try reviewing the plugin options for anything relating to footers and try reaching out to the plugin author to see if they have any recommendations for their custom post type as it relates to footers. I would say that this custom post type override is working as far as the theme can go, and now it’s a matter of what the plugin is doing. Perhaps you will need to use the standard footer options with this plugin?

    Best regards,
    Mike

    Hi,
    Thank you, I did see the login info in the Private Content Area, but for some reason I was having issues logging in, anyways I was able to get it today. So in comparing your standard post using the classic editor and your custom post type using the classic editor, I note that the backend sidebar panel Layout is not available which is what allows the use of the “page as a footer” option. I believe that you need to enable ALB for any post type by following the steps in the documentation.
    Please add and edit the function via FTP as I’m unsure how your plugin will behave with this function and your site may crash, hopefully not, but it is better to be ready to remove the function via FTP should this occur. Hopefully this will allow the Layout sidebar panel to be available and thus allow the “page as a footer” to show.

    Best regards,
    Mike

    Hey Steve,
    Thank you for your patience and for the links, while I’m able to get to the login page I’m redirected to an error page after login, please see the link below, do you have any security plugins activated? Have you tried deactivating your other plugins to see if there is a conflict?

    Best regards,
    Mike

Viewing 30 posts - 14,551 through 14,580 (of 34,631 total)