Forum Replies Created

Viewing 30 posts - 29,161 through 29,190 (of 67,591 total)
  • Author
    Posts
  • in reply to: Layer Slider Update? #974601

    Hey Tier1Graphics,

    Thank you for using Enfold.

    We always include the stable version of the plugin. We’ll add the latest version eventually once it’s proven stable or fully tested.

    Best regards,
    Ismael

    Hey Lunaticpanda,

    Thank you for using Enfold.

    That is a server-side issue so you should contact your hosting provider. How did you install the theme? The documentation should help you setup the theme.

    // https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/

    Best regards,
    Ismael

    in reply to: partnership with hubspot? #974596

    Hey David,

    Good morning! Hope you’re doing good. I’ll forward the thread to Kriesi. Please wait for his response. :)

    Best regards,
    Ismael

    Hi,

    That line of code has been transferred in the config-templatebuilder > aviashortcodes > heading > heading.css file. Check it around line 62.

    Best regards,
    Ismael

    in reply to: How to get Enfold template #974592

    Hey KingFilly,

    Thank you for using Enfold.

    Install and activate the theme then go to the Enfold > Import Demo panel. You can import the demo files from there. This documentation should help you setup the theme.

    // https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/
    // https://kriesi.at/archives/the-complete-guide-to-updating-enfold

    Best regards,
    Ismael

    in reply to: Instagram Widget not working (footer) #974591

    Hey jacksparrow92,

    Thank you for using Enfold.

    A lot of users reported the same issue. We are currently looking into it. For now, please remove the theme’s instagram widget and then installing the following plugin.

    // https://wordpress.org/plugins/instagram-feed/

    Best regards,
    Ismael

    in reply to: , #974589

    Hey FinHenri,

    We’ll close this thread now. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

    in reply to: Moving a P tag on a specific page #974588

    Hey curmi01,

    Thank you for using Enfold.

    The caption is already under the caption title. I removed the css modification and then set the “Content Alignment” to “Center Content”. If you want to change the caption position, edit the slider and then adjust the “Caption Positioning” settings.

    Best regards,
    Ismael

    in reply to: Layerslide WP conflict with Gravity Forms #974581

    Hey love2shop,

    Thank you for using Enfold.

    This thread might help.

    // https://kriesi.at/support/topic/gravityforms-not-working/#post-970912

    The user there described the same issue as yours.

    Best regards,
    Ismael

    in reply to: How to RTL timeline element #974579

    Hey DROR,

    Thank you for using Enfold.

    I’ll forward the issue to the team. For now, please add this css code to fix the rtl layout of the timeline.

    .rtl .avia-timeline-vertical .av-milestone-contentbox:after {
        right: -15px;
        left: auto;
    }
    
    .rtl .avia-timeline-vertical .av-milestone-contentbox:before {
        right: -15px;
        left: auto;
    }
    
    .rtl .avia-timeline-vertical li.av-milestone-even .av-milestone-contentbox:after {
        right: auto;
        left: 0;
    }
    
    .rtl .avia-timeline-vertical li.av-milestone-even .av-milestone-contentbox:before {
        right: auto;
        left: 0;
    }
    
    .rtl .avia-timeline-vertical .av-milestone-content-wrap {
        padding: 30px 60px 30px 0;
    }
    
    .rtl .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-content-wrap {
        padding: 30px 0 30px 60px;
    }
    
    .avia-timeline-vertical .av-milestone-date {
        padding: 0 0 0 60px;
        text-align: left;
    }
    
    .rtl .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date {
        padding: 0 60px 0 0;
        text-align: right;
    }
    
    .rtl .avia-timeline-vertical .av-milestone-date span {
        left: -60px;
        right: auto;
    }
    
    .rtl .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date span {
        right: -60px;
        left: auto;
    }
    
    .rtl .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date span:before {
        right: auto;
        left: 0;
    }

    Best regards,
    Ismael

    in reply to: Customising Magazine Shortcode #974575

    Hi,

    You can use the “avf_magazine_excerpt_length” filter or just adjust the value directly in the child theme shortcode file.

    $excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 60) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, '');
    

    Default value is 60.

    Best regards,
    Ismael

    in reply to: Posts content not displaying full width #974574

    Hi,

    Did you enable the js and css compression in the Performance panel? Please disable it first. And make sure that the “>” symbol is not converted to something else.

    Best regards,
    Ismael

    in reply to: PHP Error with 4.3.2 #974573

    Hi,

    Thanks for the update.

    We haven’t encountered this error before, unfortunately. Please create a restore point or backup of the database and files then edit the functions-enfold.php file. Comment out line 1566 temporarily.

    $avia_superobject->reset_options();
    

    That is where the error originates. Execute this right before you attempt to clone the site from development to production.

    IMPORTANT: You may not be able to save the theme options properly after disabling the “reset_options” function so only disable it when you’re done with the settings.

    Best regards,
    Ismael

    in reply to: Problems with burger menu /mobile menu #974568

    Hi,

    Thanks for the update.

    1.) I kept the first script just in case we want to go back in that direction. It’s actually disabled because I commented it out.

    2.) The burger overlay is dynamically added to the page when the mobile menu button is clicked so the timeout is necessary to delay (200ms or 500ms) the script execution. The lower, the better. I set it to 50ms.

    3.) I adjusted the action priority so it enqueues the custom script after the jQuery library loads in the footer.

    4.) I’m not sure if it’s going to be included in the core but I’ll forward it to the team.

    Best regards,
    Ismael

    in reply to: Enqueue jquery #974559

    Hi,

    It’s one of those custom modifications that deviates from the default functionality of the elements so it’s not documented anywhere and is only provided when requested. You can add this css code in the Quick CSS field to adjust the color and position. Adjust the values as needed.

    .avia-slideshow .avia-caption .avia-caption-title {
        color: #000;
    }
    
    .avia_transform .active-slide .avia-caption-content {
        color: #000;
    }
    
    .avia-caption {
        bottom: auto;
        right: 17px;
        left: auto;
        top: 17px;
    }

    Best regards,
    Ismael

    in reply to: Link in footer to anchor #974556

    Hi,

    @shedoesitcoaching: The accessible directory is blank. Please configure the path so that it leads to the “/home/shedoe…c_html/eefke” directory.

    @alexjoonam1971: Please create your own thread because your request is not relevant to the OP’s inquiry. Thank you.

    Best regards,
    Ismael

    in reply to: Best way to Update from 4.2.3 to 4.4? #974554

    Hi,

    @fisherman: Please create your own thread with the site url and login credentials. How did you increase the memory limit? On some servers, you can’t manually override the limit so you have to ask your hosting provider to increase it.

    Best regards,
    Ismael

    in reply to: Galería de fotos #974553

    Hi,

    Thanks for the update.

    Did you modify the header.php file in the child theme? If so, please get a new copy of the file from the parent theme folder and add the modifications again. We’d like to check it but the Appearance > Editor panel is not accessible.

    Best regards,
    Ismael

    in reply to: Portfolio Posts do not display #974171

    Hi,

    Thanks for the update. The taxonomy “Portfolio Categories” is not translated yet. Please check this panel. (see privat field)

    Best regards,
    Ismael

    in reply to: Google maps building outlines #974168

    Hi,

    Thank you for understanding. This might help with you with the map style.

    // https://developers.google.com/maps/documentation/javascript/styling

    You have to set the saturation.

    // https://stackoverflow.com/questions/19358022/customizing-google-maps-landscape-man-made-color-and-keep-the-shading

    Best regards,
    Ismael

    in reply to: Child Theme Not working #974166

    Hi,

    Thanks for the update.

    There’s a new css and js compression option on version 4.4.1. You can disable that option in the Enfold > Performance panel. What you’re seeing now is the merged scripts and stylesheets.

    // https://kriesi.at/archives/enfold-4-3-performance-update

    Best regards,
    Ismael

    in reply to: update now site not working #974164

    Hi,

    -Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Large gap bottom of page with no footer #974159

    Hi,

    Thank you for using Enfold.

    Set the minimum height of the main container to the height of the viewport.

    #main {
        min-height: 100vh;
    }

    You may need to remove the browser cache prior to checking the page.

    Best regards,
    Ismael

    in reply to: I can not change flaticons #974157

    Hi,

    Thank you for using Enfold.

    Did you upload the same icon fonts? You may need to remove the old one before uploading the new version.

    Best regards,
    Ismael

    in reply to: Unable to change the fonts on menu #974155

    Hi,

    Awesome! Glad that you figured it out. Please feel free to open a new thread when you need anything else. :)

    Thank you for using Enfold! :)

    Best regards,
    Ismael

    Hey jbruns,

    Thank you for using Enfold.

    What is the version of the theme? Do you have a live installation of the theme aside from the local one?

    Best regards,
    Ismael

    in reply to: Enfold lässt sich nicht installieren #974150

    Hey JBley,

    Thank you for using Enfold.

    Where can we find that link? Have you tried to download the theme from your themeforest account?

    // https://envato.com/blog/install-themeforest-wordpress-theme/

    This article might also help.

    // https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/
    // https://kriesi.at/archives/the-complete-guide-to-updating-enfold

    Best regards,
    Ismael

    in reply to: Posts content not displaying full width #974148

    Hey B,

    Thank you for using Enfold.

    The width of the content container is limited by default. Add this code on the Quick CSS field to adjust that limit.

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 100em;
        margin-left: auto;
        margin-right: auto;
    }

    Default max-width value is 40em.

    Best regards,
    Ismael

    in reply to: lightbox on some products (new products) not open #974146

    Hey webbiz215,

    Thank you for using Enfold.

    I can’t find any difference between the two products. Would you mind if we take a look at the dashboard? Provide the login details in the private field.

    Best regards,
    Ismael

    in reply to: Need older version of Enfold (4.0.7) #974143

    Hey dirkvisser,

    Thank you for using Enfold.

    Why do you need the old version? Do you encounter any issues with the latest version? We don’t recommend using an old version of the theme due to compatibility reasons. The old version is not compatible with WP 4.9.6.

    Best regards,
    Ismael

Viewing 30 posts - 29,161 through 29,190 (of 67,591 total)