Viewing 30 results - 9,091 through 9,120 (of 244,464 total)
  • Author
    Search Results
  • #1438312

    Hi,
    Glad to hear that you have this sorted out, and thanks for sharing. 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

    #1438311

    In reply to: Image in socket

    Hey leilitacc,
    Try adding the image html to the Enfold Theme Options ▸ Footer ▸ Copyright field.

    Best regards,
    Mike

    #1438309

    In reply to: Performance issues

    Hi,
    Sorry I don’t know what the errors ‘unable to locate resource ‘under nextgen format’ are about, have you tried disabling your plugins like wp optimise?
    Or try disabling the theme Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression
    Sometimes having a second plugin do the file merging and compression can cause errors, so try either disable the theme cache or the caching plugin.
    nextgen sounds like a server error, I’m not seeing this on my demo site, but I use a simple cpanel host.
    Perhaps this is due to MIME Type Sniffing, try using this tool to check and this guide to correct. I’m taking a guess.

    Best regards,
    Mike

    Hi,
    When the menu is open this class is added: is-active
    Enfold_Support_5166.jpeg
    I don’t really understand why you are doing this, but I think it has to do with your custom button with the script onclick="window.history.back() it seems like if you didn’t use that you would not have this issue, correct?
    Try using a button with a proper link.

    Best regards,
    Mike

    #1438304

    In reply to: Author

    Hi,
    1: try changing the date format at WordPress ▸ Settings ▸ General ▸ Date Format
    2: Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1);
    function avia_add_social_share_link_arguments($args) {
        if (isset($args['square-x-twitter'])) {
            $args['square-x-twitter']['label'] = __("Share on X", 'avia_framework');
        }
    	if (isset($args['twitter'])) {
            $args['twitter']['label'] = __("Share on X", 'avia_framework');
        }
        return $args;
    }

    This will probably not show in German, feel free to adjust “Share on X” in the code above to German
    3: try this css:

    #top #socket .social_bookmarks .social_bookmarks_mail {
    	display: none;
    }

    4: try this css:

    #top .avia-post-nav {
    	display: none;
    }

    Please note that we kindly ask that each thread is for a single topic, it is hard to manage threads with many questions, typically it causes confusion when other Mods try to help or when clients answer but are not so clear, Thank you for your patience and understanding and for using Enfold.

    Best regards,
    Mike

    #1438299
    TBant
    Participant

    HI

    I’m new to this type of stuff but I’ve tried to see what I’m doing wrong and completely stumped.

    I have a color section and have added a background image.
    I want to add background-size:cover; to the style.
    I gave my color section the CSS ID section-container-width as per Enfold documentation

    code below

    I’ve also tried #section-container-width .avia-section { in case this worked and it didn’t.

    My site is just on localhost so unfortunately I can’t share.

    The code works when I use google inspect tool, find where ….png is reference on the background image and adding it there. But I want to be able to make a custom class like this and add in quick css but can’t seem to figure it out.

    `/* Color section container width */
    #section-container-width .container {
    width: 100% !important;
    min-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    background-size: cover;
    }

    #section-container-width .avia-section {
    background-size: cover !important;
    }

    Thanks

    scotthill89
    Participant

    Hi Support,

    I am using your Enfold theme on a website and I have an issue where video has no sound on ALL browsers on my iPhone (Safari, Chrome, Firefox).

    On my iPad the same video DOES have sound using Safari and Firefox, but NO sound using Chrome.

    The sound plays correct on all desktop browsers.

    Please let me know if there is a way to fix this issue.

    Thanks
    Scott

    #1438285

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1438284

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1438281

    Topic: Tag/Category Cloud

    in forum Enfold
    MichaelAlbany
    Participant

    Is there a recommended tag/category cloud Kriesi recommends? I want to have visitors be able to filter posts based on tags and/or categories. Rather that sift through the thousands our there I was hoping you could recommend something that is know to be compatible with Enfold.

    Again, it only needs to filter posts, anything else may be nice but it isn’t required.

    #1438278
    This reply has been marked as private.
    #1438270

    Hey arklink,

    I see that you are running an old version of the theme, could you try to update to the latest version (5.6.12) to see if that helps please? The update to 5.6.12 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1438268

    In reply to: Layout Editor blank

    Hi Rudolf,

    You are still running Enfold 5.6.9, please update to the latest version. If that doesn’t change anything, you could try using PHP 8.1 or 8.2 to see if that changes anything.

    Best regards,
    Rikard

    #1438254

    Hey Ismael,
    thanks for your quick reply. The Blog Post Category option in the Enfold > Blog Layout > Blog Meta Elements section is activated, but the blog grid oly has options like “Title and Excerpt” and so on no “Show category”
    Is there an option to insert it in blog.php from line 297 'subtype' => array() where it says:

    						array(
    							'name' 	=> __( 'Define Blog Grid Layout', 'avia_framework' ),
    							'desc' 	=> __( 'Do you want to display a read more link?', 'avia_framework' ),
    							'id' 	=> 'contents',
    							'type' 	=> 'select',
    							'std' 	=> 'excerpt',
    							'lockable'	=> true,
    							'required'	=> array( 'blog_style', 'equals', 'blog-grid' ),
    							'subtype'	=> array(
    												__( 'Title and Excerpt', 'avia_framework' )						=> 'excerpt',
    												__( 'Title and Excerpt + Read More Link', 'avia_framework' )	=> 'excerpt_read_more',
    												__( 'Only Title', 'avia_framework' )							=> 'title',
    												__( 'Only Title + Read More Link', 'avia_framework' )			=> 'title_read_more',
    												__( 'Only excerpt', 'avia_framework' )							=> 'only_excerpt',
    												__( 'Only excerpt + Read More Link', 'avia_framework' )			=> 'only_excerpt_read_more',
    												__( 'No Title and no excerpt', 'avia_framework' )				=> 'no'
    											)
                                )
    
    				);

    or like for post-slider to described in Display post tags on Blog Posts element a function like:

    
    function new_avf_postslider_posts_meta_data_show(){
    	return true;
    }
    add_filter('avf_postslider_posts_meta_data_show', 'new_avf_postslider_posts_meta_data_show');

    Thanks for any hint

    • This reply was modified 2 years ago by gpweb.
    #1438252
    arklink
    Participant

    Hello,

    We have a problem that Enfold theme caused critical error on our website. Frontend and backend could not be accessed. Spoke with hosting provider and they told me that problem lies in Enfold theme. Problem occured late on friday (21.38, GTM+1), so maybe it has something to do with recent updates on theme elements. Here is the details about problem:

    Detaljer om fejl
    ================
    En fejl af typen E_COMPILE_ERROR skete i linje 313 i filen /home/u253886603/domains/arklink.dk/public_html/wp-content/themes/enfold/functions-enfold.php. Fejlbesked: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)

    Looking for a solution ASAP, as website is down…

    #1438251

    In reply to: Dynamic Content

    Hey,

    I’m sorry for the confusion. The Dismissible Admin Notice Box and Custom Layout and Dynamic Content features will be available in Enfold 6.0.

    Regards,
    Yigit

    #1438244

    Hey Rocuant,

    Thank you for the inquiry.

    We added this code in the functions.php file to insert the widget area in the header.

    <?php
    
    //--------------------------------
    // Header widget area
    //--------------------------------
    
    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
        function enfold_customization_header_widget_area() {
        dynamic_sidebar( 'header' );
    }
    

    We then created a custom widget area named “header” in the Appearance > Widgets panel and added a Text widget. To adjust the widget’s position within the header, we added the following code in the Quick CSS field:

    #top #header #header_main .widget {
        position: absolute;
        right: 50%;
        transform: translateX(-50%);
    }

    Please check the documentation below for more info: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Ismael

    #1438243

    In reply to: Spam

    Hey Tim,

    Thank you for the inquiry.

    You can activate spam protection for the contact form element by adjusting the Content > Security > Contact Form Captcha settings. You have the option to choose between basic numeric captcha or Google ReCAPTCHA. For more info, please refer to the documentation below:

    // https://kriesi.at/documentation/enfold/contact-form/#what-is-captcha

    Best regards,
    Ismael

    #1438241

    Hey Blaise,

    Thank you for the inquiry.

    Have you tried applying a Custom CSS Class to the element so you can target it specifically? Please refer to the documentation below for more info:

    // https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    #1438239

    Hey gpweb,

    Thank you for the inquiry.

    You can enable the Blog Post Category option in the Enfold > Blog Layout > Blog Meta Elements section to display the categories. However, please note that you may need to adjust the Blog Styling settings as some of the available blog styles may not include the categories.

    Best regards,
    Ismael

    #1438238

    In reply to: Technical issue

    Hi,

    Thank you for the update.

    We ran a test using PageSpeed Insights and compiled a list of possible solutions based on the tool’s recommendations:

    1. Minimize main-thread work:
    — Solution: Improve code to reduce JavaScript time and avoid long tasks.
    — Example: Go to the Enfold > Performance panel and set the JS/CSS File Merging And Compression settings to the third option (Use minified theme files without merging). This should split the code and load necessary CSS/JavaScript for each page, and lazy load non-essential resources.

    2. Optimize Largest Contentful Paint:
    — Solution: Identify and optimize the largest content for faster loading.
    — Example: Resize and format large images, and consider lazy loading to delay loading until they’re visible.

    3. Reduce JavaScript time:
    — Solution: Minimize and optimize JavaScript code for faster execution.
    — Example: Refer to number 1

    4. Lazy load third-party resources:
    — Solution: Load non-essential third-party resources asynchronously.
    — Example: Delay loading social media widgets or analytics scripts until after the main content is displayed using LazyLoad or Intersection Observer API.

    5. Improve server response time:
    — Solution: Optimize server configurations and utilize caching mechanisms.
    — Example: Configure server settings to reduce response time and utilize caching to serve content more efficiently.

    6. Defer render-blocking resources:
    — Solution: Defer or asynchronously load resources that block rendering.
    — Example: Use “defer” attribute for JavaScript or inline critical CSS to prevent render-blocking and improve page load speed.

    7. Minimize third-party code impact:
    — Solution: Load third-party scripts asynchronously to prevent main thread blocking.
    — Example: Load third-party scripts asynchronously or in iframes to minimize their impact on main thread performance.

    8. Reduce excessive DOM elements:
    — Solution: Simplify HTML structure and dynamically load content as needed.
    — Example: Avoid unnecessary nesting and dynamically load content to reduce the number of DOM elements and improve performance.

    9. Lazy load offscreen images:
    — Solution: Defer loading of images outside viewport.
    — Example: Use “loading” attribute set to “lazy” or JavaScript-based lazy loading libraries to defer loading of offscreen images until they are needed. WordPress automatically add these attributes for images, but you can also install a lazy load plugin if necessary.

    10. Optimize JavaScript usage:
    — Solution: Remove or optimize unused JavaScript code.
    — Example: Use code analysis tools to eliminate dead code paths and consider lazy loading or code splitting to optimize JavaScript usage.

    12. Optimize image sizes:
    — Solution: Resize and compress images to reduce file size.
    — Example: Use image optimization tools to compress images without sacrificing quality and specify image dimensions in HTML or CSS.

    13. Serve modern JavaScript:
    — Solution: Serve optimized JavaScript based on browser compatibility.
    — Example: Use feature detection to serve polyfills or fallbacks only to browsers that require them, and utilize modern JavaScript features for better performance.

    For more info about site optimization, please check the articles below:

    // https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
    // https://gtmetrix.com/wordpress-optimization-guide.html

    Best regards,
    Ismael

    #1438236

    In reply to: Layout Editor blank

    Hello, I’ve checked with dactivated plugins and without child theme – no help.
    Another user raised a issue with same subject and I have the same behavior in another enfold-installation.
    Same on several Windows machines and MAC. So the reason should not be on client side.
    I seems it is something relatet to probably WP- or php-Version. What could we do to narrow the reason for this down?
    Thank you and regards
    Rudolf

    #1438220

    Hi,

    Great, I’m glad to hear that you got it working. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1438219

    In reply to: Full width slider

    Hi,

    Great, I’m glad that you found a solution. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1438218

    In reply to: Title is not updating

    Hi,

    Great, I’m glad that you found the cause of the problem. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .page-id-4608 #av_section_5 .iconlist_icon {
      display: initial;
    }
    
    .page-id-4608 #av_section_5 .article-icon-entry {
      display: inline-block;
      padding-left: 10px;
    }
    }

    Best regards,
    Rikard

    #1438215

    In reply to: Layout Editor blank

    Hi funtastico1,

    Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.

    Best regards,
    Rikard

    #1438202
    rixi
    Participant

    Hi, i changed the provider and now all symbols and pictures are gone.
    used the plugin better search and replace, but it didnt help. update from enfold didnt help too.
    Any idea what is wrong on the page?

    Thanks a lot
    rixi

    #1438100

    In reply to: Blocks under footer

    Hi,
    This looks like it is part of a plugin “wp-realty” try disabling this plugin and see if that helps.
    You could also try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #div_forms {
    	display: none;
    }

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

    Best regards,
    Mike

    Hi,
    In your text element that you are using for the “slider” you have inline style of padding-left 20%, so on mobile it pushs the text too far. You should remove this.
    Enfold_Support_5164.jpeg

    Best regards,
    Mike

Viewing 30 results - 9,091 through 9,120 (of 244,464 total)