Forum Replies Created

Viewing 30 posts - 13,681 through 13,710 (of 34,221 total)
  • Author
    Posts
  • in reply to: BuddyBoss y a LearnDash #1311861

    Hey saludesencial,
    Enfold does work with LearnDash, I don’t have experience with BuddyBoss but from my research, it looks like BuddyBoss is meant to be used with their themes in order for the full integration with LearnDash to work correctly, it looks like anything else is called Custom BuddyPress Development on their site, so I would lean towards BuddyBoss not working well with Enfold, but you would have to try it to be sure.

    Best regards,
    Mike

    in reply to: Making the excerpt clickable as well #1311849

    Hey Junms1,
    Thank you for your patience and for the screenshot, we should be able to do this but I’m not sure that I was able to match my archive page layout to yours just from the screenshot, please link to your page so I can examine it closer.

    Best regards,
    Mike

    in reply to: Schriftgröße und Schriftfarbe im Hauptmenü ändern #1311836

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Pop up contact box? #1311822

    Hey goldengate415,
    Thank you for your patience and the link to your example site, this modal popup works like our Magnific Popup example, aka “lightbox popup” in that a hidden div is added to the bottom of the page and on-click it is shown. Typically we would add the content to a code block element which could include form shortcodes or html, I believe this was one of the first examples of this solution.
    Typically our example shows as a box centered in the screen, but with some css this could show as a full screen modal.
    Please give this a try and let us know if you would like further help with this.

    Best regards,
    Mike

    in reply to: Add button to the Masonry post #1311784

    Hi,
    Glad Ismael could help with this filter instead of the jQuery script:

    add_filter("avf_masonry_entry_content", function($content) {
    	$content .= "<span>Read more</span>";
    	return $content;
    }, 10, 1);

    If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Single Page – Scrolling speed/elegance #1311782

    Hi,
    There are quite a few free WordPress plugins that will add Smooth Scroll, please give these a try. Also note that most of these use jQuery so you will want to ensure that the theme setting Enfold Theme Options > Performance > Load jQuery in your footer is not enabled and that none of your cache plugins are delaying the loading of jQuery.
    If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Avia Layout Builder not loading #1311486

    Hi,
    Ok, perhaps a file was corrupt or the permissions didn’t set correctly while using the Duplicator plugin, typically I’ve had good luck with it, but sometimes things happen.
    If reinstalling woocommerce doesn’t help also try replacing the enfold theme files, but please don’t try to overwrite them, fully delete and replace.
    Please let us know how it goes.

    Best regards,
    Mike

    in reply to: Help with transparency and layering background images #1311481

    Hi,
    I have investigated the audio styling further and found to force the light styling you would set Enfold Theme Options ▸ Performance ▸ Disable Features ▸ Disable self hosted video and audio features
    Using the default setting of Default ▸ only load when needed (recommended) will also work depending on other theme styling settings and the page/post type, but to force it uniformly choose to disable it. I have done this for you, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Avia Layout Builder not loading #1311441

    Hi,

    @envapk2
    I notice that when I check one of your products I see this error:
    Connection lost. Saving has been disabled until you’re reconnected. We’re backing up this post in your browser, just in case.
    What web host are you using? Was this a new install or did you update an older version? You had some custom woocommerce files, is there a chance that you customized any of the main theme files?
    Can you create a WordPress test install on your server? Perhaps on a sub-domain like /test/ if so try to export all of your current content at WordPress > Tools > Export > All content
    wordpress_export_all_content.jpg
    and on the test site install a fresh Enfold & Woocommerce and then import the current content, please note that the export file only links to your current images so if you delete the images the install file won’t find them, all of the other content is in the file.
    I’m thinking that some strange error occurred with your original install and this will show another install would work correctly?
    I could try this on my test server, but that would not help you if it is some issue with your server.

    Best regards,
    Mike

    in reply to: Avia Layout Builder not loading #1311429

    Hi,

    @trexperts
    please open a new thread, your issue is not the same as this thread as you are not using woocommerce. I was able to open your Advanced Layout Builder so I’m not sure if your issue is with a specific page or not. In your new thread please explain how we can recreate your error, I do recommend disabling all of your plugins and reenabling them one at a time, clearing your browser cache between each one to see if that helps.

    Best regards,
    Mike

    Hi,
    Please try this instead:

    h2.avia-caption-title.playfairdisplay-bolditalic-mobile {
    	font-family: 'playfairdisplay-bolditalic' !important;
    	font-size: 60px;
        font-weight: 700;
        font-style: italic;
    }

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

    Best regards,
    Mike

    in reply to: Sub Menu Will Not Stick #1311149

    Hi,
    The full-width sub-menu was not designed to be sticky on mobile, so this is not an issue. Some of this thread talked about a customization while the opening thread from 2019 was about a user issue. Since this thread is old and jumps between topics, please create a new thread after you update to v4.8.4, as there has been many changes.
    In your new thread please link to a test page on your site so we are sure to match the header settings and we will try to help with this.
    Thank you for your patience and understanding.

    Best regards,
    Mike

    in reply to: Adding Social Icons to Enfold burger menu #1311146

    Hi,
    Thanks for the feedback, please try this css:

    .main_menu > .social_bookmarks {
    	visibility: hidden;
    }

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

    Best regards,
    Mike

    in reply to: Avia Layout Builder not loading #1311143

    Hi,
    I have not seen this before but I deactivated your plugin “Disable Gutenberg” and used the theme option Enfold Theme Options > Select Your Editor > Use WP Classic Editor instead, in case there was a conflict there.
    Your errors above seem to be coming from woocommerce and pointing to PHP 7.4 but your server settings show you are using PHP 7.3.29, what PHP does your server say you are using in your hosting panel?
    Perhaps try changing your PHP version either up or down, to test, but not 7.8
    I also see that your PHP ZipArchive Extension is not enabled, perhaps try enabling that also.
    Perhaps a woocommerce reinstall would help?

    Best regards,
    Mike

    in reply to: Help with transparency and layering background images #1311138

    Hi,
    Thank you for your patience, to add extra padding around the easy slider on your /about/ page please try this css:

    #top.page-id-310 .avia-slideshow {
    	padding: 50px;
    }

    adjust the number to suit.
    For the masonry pages like /artists/ on mobile, mobile devices do not have a “hover” like a desktop does, this is why the theme shows the title like this. For an alternative we can adjust the title to take less space on mobile:

    @media only screen and (max-width: 767px) { 
    #main .main_color .av-masonry-entry .av-inner-masonry-content {
        padding: 5px 25px;
    }
    #main .main_color .av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content {
        padding-top: 0px;
        line-height: 16px;
    }
    }

    2021-07-21_001.jpg
    For your audio players, they are rendering as two different players in the source code, and when I test on my site I get the light version, so I’m going to need to look at this some more before I make a recommendation. I see that you are merging and compressing your CSS + JS with the theme options and you are using Autoptimize, could you disable Autoptimize for a while while we test, the plugin can give odd effects when the theme & the plugin are both merging and compressing.

    Best regards,
    Mike

    in reply to: Contact form Submit button with reCaptcha v3 #1310889

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: page update failed #1310887

    Hi,
    Thank you for the feedback, I Enabled the Avia Layout Builder Debugger and copied the shortcode for the page to my test site and saved it without any issues, I then created a new test page on your site without any issues, please check.
    I’m not sure why you are having issues with this one page but creating a new page this way seems to solve it error, please give this a try on your live site.
    You will also note that I changed the text element with your stock shortcode to a code block element, I’m sure this didn’t change anything but this is the correct use of this element and it is recommended.

    Best regards,
    Mike

    in reply to: Avia Layout Builder not loading #1310880

    Hi,
    Please try removing your custom child theme woocommerce files to see if this corrects, perhaps there is a conflict with your customizations
    2021-07-20_001.jpg
    When I check a woocommerce page I see this error Failed to load resource: the server responded with a status of 500 (Internal Server Error)
    so if removing your custom woocommerce files doesn’t solve then you will need to check your web server log for the cause of the Internal Server Error.

    Best regards,
    Mike

    in reply to: Wrong pricing information in Google rich text results #1310858

    Hi,
    Unfortunately, the only way that I can imagine correcting this is to not use net prices without four decimal places because Google is showing the json price not the page rendered price that we see.
    This is also the only way to get Google to show a different price, basically, you are giving Google the wrong information as it doesn’t seem to understand four decimal places. Perhaps there is some way to add the fact that you are using four decimal places to the structured data, but I found no information about this in my search.

    Best regards,
    Mike

    in reply to: Animation not working #1310731

    Hi,
    I have submitted this as a feature request to the dev team, I will reply when I hear back.

    Best regards,
    Mike

    in reply to: Overlay by Jumbo Plugin #1310727

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Unable to preview homepage #1310722

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Video unmuted autoplay in Layerslider #1310720

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Cannot hide Horizontal Gallery on mobile device #1310718

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Cannot hide Horizontal Gallery on mobile device #1310650

    Hi,
    I’m sorry somehow I got mixed up, you are correct I do see the element lower on the page, I can’t explain this right off but if you like you can add this css to correct the behavior:

    @media only screen and (max-width: 767px) { 
    	.hgall {
    		display: none!important;
    	}
    }

    Best regards,
    Mike

    in reply to: Place slideshow dots below slider #1310649

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Animation not working #1310648

    Hi,
    Sorry I don’t have any ideas on writing an exclusion for wp rocket, these were the js files that I found that contained animation scripts, the iconlist.js is the most direct for your element, but the other two also have before|after scripts, I imagine it would be a matter of trial and error.

    Best regards,
    Mike

    in reply to: Search autofocus #1310646

    Hey profumopuntoit,
    Thank you for your patience and for the link to your site, I didn’t find why this is occurring but I was able to put together this script to correct the issue, I tested it on your site by injecting it via the browser so it should work for you once to add it to your child theme functions.php

    function custom_focus_script() { ?>
        <script>
    function waitForElm(selector) {
        return new Promise(resolve => {
            if (document.querySelector(selector)) {
                return resolve(document.querySelector(selector));
            }
    
            const observer = new MutationObserver(mutations => {
                if (document.querySelector(selector)) {
                    resolve(document.querySelector(selector));
                    observer.disconnect();
                }
            });
    
            observer.observe(document.body, {
                childList: true,
                subtree: true
            });
        });
    }
    waitForElm('#s').then(elm => elm.focus());
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_focus_script');

    Best regards,
    Mike

    in reply to: MASONRY Element break my web #1310640

    Hey Marc,
    Thank you for your patience and for the login, I see that you are using a custom masonry_entries.php in your child theme, when I compare this with the standard version it is quite different.
    Unfortunately debugging your custom masonry_entries.php would be outside of our support here, please try removing this and using the official version. If you really want to see your customizations working you could hire help here.

    Best regards,
    Mike

    in reply to: Place slideshow dots below slider #1310636

    Hi,
    Thank you for your patience, by default these are hidden on mobile and they are not clickable because they are behind the lower element, please try updating to this css:

    #top.page-id-3600 #full_slider_1 .avia-slideshow {
        overflow: visible;
    }
    
    #top.page-id-3600 #full_slider_1 .avia-slideshow-dots {
        bottom: -60px;
        z-index: 99;
    }
    #top.page-id-3600 #av_section_4 > .container {
    	z-index: 0;
    }
    @media only screen and (max-width: 767px) {
    .responsive #top.page-id-3600 #full_slider_1 .avia-slideshow-controls a {
        display: inline-block;
    }
    }

    Best regards,
    Mike

Viewing 30 posts - 13,681 through 13,710 (of 34,221 total)