Forum Replies Created

Viewing 30 posts - 17,581 through 17,610 (of 67,463 total)
  • Author
    Posts
  • in reply to: Use Search & Filter Pro plugin with masonry #1237655

    Hey!

    I can’t put any layout block above the code block though. Any idea why that is and if it can be fixed?

    We’ve tried adding a static text or a text block below the code block and the filter still worked properly. Unfortunately, we are not sure why it stops working when something is added above the filter. Try to make sure that the content of the layout block is static or that it doesn’t query anything from the database.

    For additional info and assistance, please contact the plugin developers.

    Cheers!
    Ismael

    in reply to: Options Tables Huge ! #1237652

    Hi,

    Thank you for te update.

    Based on the settings above, all css and js files will load independently and not as a single compressed or minified file unless a third party compression plugin such as Autoptimize or a cache plugin with the same compression feature like WP Rocket is installed. The third option (Unique timestamp) doesn’t really matter because the first two compression settings are already disabled.

    You can keep those settings disabled but make sure to install another compression or minification plugin to combine the resource files and improve the loading speed of the site.

    Best regards,
    Ismael

    in reply to: enfold update #1237649

    Hi,

    As we’ve said earlier, a lot of the custom css modifications are missing in the new site. We checked the Quick CSS field but those css modification are not there, so they were probably added, by another developer, in the child theme’s style.css file or the Appearance > Customize > Custom CSS panel. Have you had someone else work on the site previously?

    We couldn’t check it properly because the Appearance > Editor panel on both sites are not accessible. To restore the site, you have to locate those css modifications, copy them and apply them again in the new site.

    Best regards,
    Ismael

    in reply to: WPML translation blog page #1237646

    Hi,

    Thank you for the update.

    You may need to set the Enfold > Blog Layout > Blog Layout to “Use the advance layout builder..”. Currently, it’s using the default blog template, so the content in the builder don’t display.

    Best regards,
    Ismael

    in reply to: Element changes size when scrolled on mobile #1237645

    Hi,

    We might be able to fix the issue by applying a specific height to the full screen slider for mobile view or for that specific device (iPhone 11). Please try this css code in the Quick CSS field.

    
    @media only screen 
        and (device-width: 414px) 
        and (device-height: 896px) 
        and (-webkit-device-pixel-ratio: 2)
        and (orientation : portrait)  { 
        .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {
    	height: 800px !important;
        }
    }
    
    @media only screen 
        and (device-width: 414px) 
        and (device-height: 896px) 
        and (-webkit-device-pixel-ratio: 2)
        and (orientation : landscape)  { 
        .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {
    	height: 390px !important;
        }
    }

    This might decrease the height of the slider a bit but this would also prevent the slider from resizing when the URL field of the browser is hidden.

    Best regards,
    Ismael

    in reply to: Title on bbpress forum threads #1237640

    Hi,

    You should be able to use the bbp_forum_title and bbp_topic_title in the template to display the title in the loop. In the includes > loop-page.php file, you can maybe add the function below this line.

    
    <div class="entry-content-wrapper clearfix">
    

    Best regards,
    Ismael

    in reply to: Use Search & Filter Pro plugin with masonry #1237225

    Hi,

    Any idea why it stops working when I put a new layout element above the code block or between the code block and the masonry?

    It might be looking for the closest element that queries the database or maybe alters the main query in the page, so the sorting stops working for the masonry element when an image element is placed below the code block.

    Maybe try to refrain from adding elements between the code block and the masonry to prevent the issue from occuring. Besides, it also makes sense to place the filter right next to the element it’s supposed to sort.

    Best regards,
    Ismael

    in reply to: Portfolio Grid Pagination goes to top of page #1237221

    Hi,

    @Tom: Where did you add the element with the pagination? We found one in the home page but it’s using the AJAX pagination instead of the default one. Site looks good by the way.

    Best regards,
    Ismael

    in reply to: Ajax search issue: admin-ajax.php error 500 #1237214

    Hi,

    Thank you for the info. We’ll forward it to our channel. Please keep the modifications for now.

    Best regards,
    Ismael

    in reply to: Page Speed – Cumulative Layout Shift (CLS) #1237213

    Hi,

    Thank you for the update.

    The page speed insight tool checks for the staging login page instead of the actual home page even after deactivating the WP Staging plugin. The results might be cached, so we’ll try to check it again tomorrow or later today. Please keep the plugins disabled for now.

    Screenshot: https://imgur.com/a/yw3tPUl

    To learn more about CLS, please check this article.

    // https://web.dev/cls/

    Best regards,
    Ismael

    in reply to: Homepage color section backgrounds not correct on iPad #1237209

    Hi,

    Thank you for the update.

    Looks like the parallax container is not resizing correctly on landscape mode. To adjust the style of the parallax container, add this code in the Quick CSS field or the style.css file.

    @media only screen and (max-width: 1366px) {
        .av-parallax {
    	background-size: cover !important;
    	background-attachment: scroll !important;
    	height: 100% !important;
        }
    }
    

    Please don’t forget to toggle the Performance > File Compression settings after adding the code.

    Best regards,
    Ismael

    in reply to: Masonry and Magazine – exclude current blogpost #1237207

    Hi,

    Thank you for the update.

    What do you mean by #39? The filters that you posted above look the same. What did you change?

    Best regards,
    Ismael

    in reply to: Video background malfunctioning on mobiles #1237203

    Hi,

    You have to embed the video using an iframe or a video tag. Click the “Change Media” button and upload the mp4 video in the media library. You can also use videos from youtube or vimeo.

    Example of a video tag.

    <video width="640" height="360" preload="metadata" controls>
    	<source src="/wp-content/uploads/video.mp4" type="video/mp4">
    </video>
    

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We added the filter in the functions.php file to enable the comments section on portfolio items that were created using the Advance Layout Builder (ALB).

    Best regards,
    Ismael

    in reply to: Issues with Google Analytics cookies #1237199

    Hey Jan_FtFA,

    Thank you for the inquiry.

    1.) You should be able to edit the privacy toggles or button and the tab content of the modal popup window by enabling the Modal Window Custom Content in the Privacy & Cookies > Cookie Handling option.

    2.) Yes, the privacy options should prevent storing of the GA tracker and other external cookies in the local storage. You may need to delete the cookies manually if they were added prior to enabling the privacy options in the theme.

    Best regards,
    Ismael

    Hey webenjoy,

    This is the same as this thread: https://kriesi.at/support/topic/enfold-child-theme-layout-broken-on-woocommerce-customization/

    Please refrain from creating duplicates of the same inquiry. Thank you for understanding.

    Best regards,
    Ismael

    Hey webenjoy,

    Thank you for the inquiry.

    Which files did you modify and what exactly are you trying to change?

    Is there any way that we can access the site without editing our host file? Please let us know once the site is live, or if there is a staging or development version of the site.

    Best regards,
    Ismael

    in reply to: Sticky Posts Not Displaying First #1237196

    Hi,

    Cannot redeclare avia_masonry_entries_query_mod() (previously declared in wp-content/themes/enfold-child/functions.php:15)

    This just means that you added the avia_masonry_entries_query_mod function twice. Please make sure to remove the previous function before adding it in the child theme’s functions.php file.

    When I activate the child theme, it looks NOTHING like the parent theme.

    You have to import the parent theme options after activating the child theme. Please check the documentation for more info.

    // https://kriesi.at/documentation/enfold/child-theme/#toggle-id-4

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    in reply to: anchor link on mobile not working #1237195

    Hi,

    Sorry for the delay. The page scrolls to the tab section as expected when we clicked one of the three buttons or packages in the home page. Did you use the script from the previous thread?

    Best regards,
    Ismael

    in reply to: compatibility of Enfold theme with Thrive Leads #1237194

    Hi,

    Sorry for the delay. Is there a staging or development version of the site? The plugin is no longer in the list when we checked the dashboard today. Please reinstall the plugin and post the URL of the development version of the site so that we can check the issue properly.

    Best regards,
    Ismael

    in reply to: Performance Issues #1237193

    Hey ultramixer,

    Thank you for the inquiry.

    According to the gtmetrix tool (see private field), most of the images in the home page are bigger than they should be. You may have to resize the images manually and use an image compression tool to further decrease the size of the images.

    The recommendations in the following article should help optimize the speed of the site.

    // https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow

    Best regards,
    Ismael

    in reply to: Visual Artist template #1237192

    Hi,

    Looks like the parallax container is not resizing correctly. To fix the issue or to resize the background image, we can use this css code.

    @media only screen and (max-width: 1024px) {
        .av-parallax.active-parallax {
    	background-size: contain !important;
        }
    }
    

    You can also insert this code inside the css media query above to adjust the height of the parallax section on mobile view.

    #top .av-parallax-section {
        max-height: 50vh;
    }
    
    .av-parallax {
        width: 100%;
        height: 100%;
    }
    

    Best regards,
    Ismael

    in reply to: Mobile menu on scroll down hide and on scroll up show #1236981

    Hey DovolenkujLacno,

    Sorry for the delay. We are a little confuse about your inquiry. Could you explain it a bit further? You could also provide a screenshot using imgur or dropbox so that we can better understand what you’re trying to do.

    Best regards,
    Ismael

    in reply to: Integration to WP Crowdfunding Plugin #1236979

    Hi,

    Sorry for the delay. The theme by default conditionally loads the wp_mediaelement element script, so this generates the error because the plugin requires the script for its image upload function. To fix the issue, we added this filter in the functions.php file.

    add_filter( 'avf_enqueue_wp_mediaelement', 'avia_always_load_mediaelement', 10, 2);
    function avia_always_load_mediaelement($condition, $options)
    {
    	return true;
    }
    

    This will just allow wp_mediaelement script to load normally regardless.

    Best regards,
    Ismael

    in reply to: Translate cookie settings #1236973

    Hi,

    @klara999: Here’s a quick tutorial about the plugin.

    // https://optimizerwp.com/documentation/how-to-translate-theme-using-loco/

    You can also replace the default text with your own by wrapping the content around the shortcodes. Just go to the Modal Popup Window Content fields and look for the privacy toggles or shortcodes such as the av_privacy_allow_cookies or av_privacy_accept_essential_cookies. You can translate or change the privacy toggle description manually by wrapping them between the shortcodes.

    Example:

    
    [av_privacy_allow_cookies]My translated privacy toggle description here[/av_privacy_allow_cookies]
    


    @Jan_FtFA
    : You can follow the same instructions for your own installation.

    Best regards,
    Ismael

    in reply to: enfold update #1236969

    Hi,

    Thank you for the info.

    Looks like a lot of the css styles from the old site are missing on the other or the new site. Where did you add the other css modifications aside from the Quick CSS field?

    This css code for example is missing from the new site.

    div#workshops_section article {
        background: rgba(255,255,255,.93);
    }
    

    Best regards,
    Ismael

    Hey Niederrhein-Wagyu-9,

    Thank you for the inquiry.

    Browsers actually prevent media files from playing automatically on page load unless they are muted or when the user who is viewing the content allowed it or has previously played videos with audio. Unfortunately, the script or workaround above will not work as expected due to the browsers’ autoplay policy.

    // https://developers.google.com/web/updates/2017/09/autoplay-policy-changes

    Muted autoplay is always allowed.
    Autoplay with sound is allowed if:
    User has interacted with the domain (click, tap, etc.).
    On desktop, the user’s Media Engagement Index threshold has been crossed, meaning the user has previously played video with sound.
    The user has added the site to their home screen on mobile or installed the PWA on desktop.
    Top frames can delegate autoplay permission to their iframes to allow autoplay with sound.

    Best regards,
    Ismael

    in reply to: WPML translation blog page #1236816

    Hey ver-ni,

    Thank you for the inquiry.

    Did you set the theme options of the other language? Please note that each language has a separate theme option, so you have to reset the blog page in the Enfold > Theme Options > Where do you want to display the blog? settings, and adjust the Enfold > Blog Layout settings accordingly.

    Best regards,
    Ismael

    in reply to: Cookie Consent Box ARIA Issue #1236809

    Hey THP,

    Thank you for the info.

    We’ll forward the issue to our channel and maybe add the modification in the next patch. If I am not mistaken, we added that attribute to prevent the consent bar from displaying on the browsers’ reader view.

    Best regards,
    Ismael

    in reply to: breadcrumb length #1236806

    Hi,

    Sorry for the delay. Edit the themes\enfold\framework\php\class-breadcrumb.php and around line 544, try to remove the avia_backend_truncate function or this line.

    if( ! is_search() )
    			{
    				$trail['trail_end'] = avia_backend_truncate( $trail['trail_end'], $truncate, " ", $pad="...", false, '<strong><em><span>', true );
    			}
    

    This limit was added to prevent the breadcrumb and the main title from overlapping with each other.

    Best regards,
    Ismael

Viewing 30 posts - 17,581 through 17,610 (of 67,463 total)