Viewing 30 results - 13,081 through 13,110 (of 244,547 total)
  • Author
    Search Results
  • #1420687

    Hi dreamreader,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1420686

    In reply to: Dynamic text

    Hi fanlokbun,

    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi ElizabethEnglish,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1420676

    Hi,

    Thanks for the login details. Could you try updating the theme to the latest version (5.6.6) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If the updates are not coming through via the theme backend, then please try using this plugin: https://envato.com/market-plugin/

    Best regards,
    Rikard

    #1420674

    Hi,

    Thank you for the update.

    We already modified the /enfold/js/avia-snippet-lightbox.js file but for some reason the script is not updating in the front end. Would you mind checking if the video is now loading correctly within the lightbox?

    This is the modified file: https://pastebin.com/CM5V6iP1

    Best regards,
    Ismael

    J_Robins
    Participant

    Hi,
    We are using old version of the theme and get the error WordPress Enfold premium theme 4.8 3 Reflected Cross Site Scripting XSS vulnerability Vulnerability type Cross Site Scripting XSS This bug has been fixed in version 4.8 4
    We already purchase latest version of the theme but when we update it with evento plugin our website layout is mess up. How to fix it.

    #1420666

    Topic: Update auf Version 5.0

    in forum Enfold
    Hannes
    Participant

    Hallo!

    Im Marketplace sehe ich Enfold Version 5.0. Bei uns heißt es:

    Theme-Aktualisierungen
    Keine Aktualisierung verfügbar. Du verwendest die letzte Version! (4.7.6.4)

    Wie kann das sein? Wie kommen wir auf Version 5.0?

    Viele Grüße!

    #1420659
    abortolotti
    Participant

    HI I need to add the following Javascript to my website, but I can no longer find where to ad the code in Enfold.
    I tried adding it inside the Google Analytics Tracking Code field in Enfold Settings but it doesn’t show the widget on the frontend.

    Any help?

    <!– Start of Async Drift Code –>
    <script>
    “use strict”;

    !function() {
    var t = window.driftt = window.drift = window.driftt || [];
    if (!t.init) {
    if (t.invoked) return void (window.console && console.error && console.error(“Drift snippet included twice.”));
    t.invoked = !0, t.methods = [ “identify”, “config”, “track”, “reset”, “debug”, “show”, “ping”, “page”, “hide”, “off”, “on” ],
    t.factory = function(e) {
    return function() {
    var n = Array.prototype.slice.call(arguments);
    return n.unshift(e), t.push(n), t;
    };
    }, t.methods.forEach(function(e) {
    t[e] = t.factory(e);
    }), t.load = function(t) {
    var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement(“script”);
    o.type = “text/javascript”, o.async = !0, o.crossorigin = “anonymous”, o.src = “https://js.driftt.com/include/&#8221; + n + “/” + t + “.js”;
    var i = document.getElementsByTagName(“script”)[0];
    i.parentNode.insertBefore(o, i);
    };
    }
    }();
    drift.SNIPPET_VERSION = ‘0.3.1’;
    drift.load(‘x8aa6hymtkax’);
    </script>
    <!– End of Async Drift Code –>

    Thank you so much!

    Antonio

    Hi,

    Thank you for the update.

    To add the plugin’s overlay container to the masonry items, please try to edit the enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-masonry.php and look for this code around line 713:

    $bg .=		"<div class='av-masonry-image-container ' {$img_style} {$outer_title} {$outer_alt}>";
    

    Replace it with:

    $bg .=		"<div class='av-masonry-image-container protectionOverlaytext' {$img_style} {$outer_title} {$outer_alt}>";
    $bg .= "<img class='wccp_pro_overlay_protected_img' src='https://capturelight.net/wp-content/plugins/wccp-pro/images/transparent.gif' style='width:100%; height:100%'>";
    

    Best regards,
    Ismael

    #1420657

    Hi,

    Thank you for the update.

    The accordion element seems to be working correctly now. Have you found the issue? If not, please disable the Enfold > Performance > File Compression settings and turn off the plugins temporarily.

    Best regards,
    Ismael

    #1420656

    In reply to: Import

    Hi,

    Thank you for the inquiry.

    Where is the site hosted? You may need to ask your hosting provider to whitelist the http://kriesi.at/ (85.13.136.225) site so that your server can properly retrieve the demo files.

    You can also import the demo manually using an XML file. Please check the documentation below for more info.

    // https://kriesi.at/documentation/enfold/import-demos/#how-to-import-a-theme-demo

    And regarding the error logs, please make sure that the default WP error logs are enabled, as described in the documentation below.

    // https://wordpress.org/documentation/article/debugging-in-wordpress/#wp_debug_log

    Best regards,
    Ismael

    #1420655

    Hi,

    Sorry for the confusion. Looks like the lightbox script cannot handle custom vimeo URL and returns the following pattern.

    src: '//player.vimeo.com/video/%id%'
    

    We may need to modify the /enfold/js/avia-snippet-lightbox.js file so that the theme can return the correct URL to the lightbox. Please provide the S/FTP details in the private field so that we debug the issue further.

    Best regards,
    Ismael

    #1420653

    In reply to: Change cart icon

    Hey margaritanem,

    Thank you for the inquiry.

    You can add the avf_default_icons filter in the functions.php file to replace the default icons in the theme.

    add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1);
    function avia_replace_standard_icon($icons)
    {
        $icons['cart'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue800');
        return $icons;
    }
    

    // https://kriesi.at/documentation/enfold/icon/#change-icon-used-for-standard-theme-elements-

    Replace the value of the icon key with the character code of the icon that you want to use. Please check the documentation below for more info on how to retrieve the character code of a specific icon.

    // https://kriesi.at/documentation/enfold/icon/#how-to-find-the-icon-unicode

    Best regards,
    Ismael

    #1420644

    Hi ijnavas,

    I’m glad that Mike could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi solidt,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top .av-masonry .format-standard .av-inner-masonry-content-pos-content:before {
        content: '\e84b';
        font-family: 'entypo-fontello';
        display: block;
        font-size: 30px;
        line-height: 58px;
        margin: 0 auto 20px auto;
        width: 60px;
        border-radius: 100px;
        border-style: solid;
        border-width: 1px;
        text-align: center;
        transition: all 0.3s ease-in-out;
        background-color: #f8f8f8;
        border-color: transparent;
        opacity: 0.7;
        position: absolute;
        left: 50%;
        margin-left: -30px;
        top: -75px;
    }
    
    #top .av-masonry .format-standard:hover .av-inner-masonry-content-pos-content:before {
        opacity: 1;
        background-color: #000000;
        color: #ffffff;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1420642

    Hi grafix_,

    You’re correct, it will not work because Enfold 4.4.1 was released June 2018, while PHP 8 was just released November of 2020.
    You will need to update Enfold to the latest version for it to work properly.

    Please do the following process:

    First make a backup:
    – Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
    – Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/

    Option 1: Use Envato Market to update your site
    – link: https://envato.com/market-plugin/

    Option 2: Update manually
    1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file and extract/unzip it.
    2. It should generate a new folder, open it and look for the enfold folder
    3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    4. Log in to WordPress as and Admin.
    5. Install and activate a maintenance plugin and put your site in Maintenance mode.
    6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    7. Click on the ADD NEW button.
    8. Click on the UPLOAD THEME button.
    9. Click BROWSE and choose enfold.zip file
    10. Click the INSTALL NOW button and switch to Enfold or your child theme.
    11. Remove the maintenance mode then deactivate and remove the maintenance plugin.

    Then register the theme by following the instructions in https://kriesi.at/documentation/enfold/theme-registration/
    Once this is done, the next time you update, you’ll only need to go to Enfold > Theme Updates and click on the Update button.

    Hope it helps.

    Best regards,
    Nikko

    #1420640

    Hi mikegrace78,

    I’m glad that Mike could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1420639

    Hi Jamison Williams,

    Yes, it’s possible, please do the following process instead:

    First make a backup:
    – Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
    – Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/

    Option 1: Use Envato Market to update your site
    – link: https://envato.com/market-plugin/

    Option 2: Update manually
    1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file and extract/unzip it.
    2. It should generate a new folder, open it and look for the enfold folder
    3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    4. Log in to WordPress as and Admin.
    5. Install and activate a maintenance plugin and put your site in Maintenance mode.
    6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    7. Click on the ADD NEW button.
    8. Click on the UPLOAD THEME button.
    9. Click BROWSE and choose enfold.zip file
    10. Click the INSTALL NOW button and switch to Enfold or your child theme.
    11. Remove the maintenance mode then deactivate and remove the maintenance plugin.

    Then register the theme by following the instructions in https://kriesi.at/documentation/enfold/theme-registration/
    Once this is done, the next time you update, you’ll only need to go to Enfold > Theme Updates and click on the Update button.

    Hope it helps.

    Best regards,
    Nikko

    #1420636
    Donkies11
    Participant

    Hello Support,

    I am attempting to change the video on the homepage of this site: https://thievesofreason.com/.

    It currently is: https://www.youtube.com/watch?v=jjhK9dGyyLE
    I am attempting to change to: https://www.youtube.com/watch?v=8symYPbOWOs

    When I hit “UPDATE” to save the changes, I get the following message:
    There has been a critical error on this website. Please check your site admin email inbox for instructions.

    It doesn’t seem to affect the site, other then the edit doesn’t happen. The site itself doesn’t break and I can navigate back to the ADMIN, etc.

    I am running Enfold Version 5.6.6 – and I believe everything else is up-to-date, too. The issue seems to be with every page edit. I was able to make a change to the main menu, however.

    I’ve placed the ADMIN credentials in the PC area. Can you see what the issue is?

    Sincerely,
    Greg

    #1420634

    In reply to: Blog Title font color

    Hi stephaniebLOS,

    To target the blog title only, please use this CSS code:

    #top #wrap_all #main h1.post-title {
        color: black;
    }

    If the code does not seem to work, please go to Enfold (Theme Options) > Performance > CSS File Merging And Compression and select Disable – no CSS file merging and compression and save.
    Hope it helps.

    Best regards,
    Nikko

    #1420633

    Hi Diana,

    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1420632

    Hi Lene,

    1. Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top .logo {
        transform: translateX(-30%);
    }

    2. Please add this CSS code:

    @media only screen and (max-width:990px) {
      #avia-menu.av-main-nav > li > a {
        padding-left: 25px;
        padding-right: 25px;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1420630

    Hi Sabine,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1420615

    In reply to: Burger overlay

    Hey,

    That is because you inserted the custom CSS code into the custom CSS field. You should insert the custom CSS class in there, as I showed in the screenshot: https://i.imgur.com/okZdq6l.png.

    After that, you should add the following code to the bottom of the Quick CSS field in Enfold theme options > General Styling:

    
    #top .custom-class { font-weight: bold; }
    

    Regards,
    Yigit

    #1420614

    Hey,

    Please go to Enfold theme options > Layout Builder, check the “Show advanced options” option, and enable the “Debug Mode (Backend Only)” ( https://i.imgur.com/KdiejNb.png ).

    Then, edit the page where you have your Contact Form element, and copy it’s shortcode from the debug field that’ll appear right below the Advanced Layout Builder. After that, go to Appearance > Widgets, add a Custom HTML widget to your Footer widget area, and paste the shortcode of the Contact Form into the Custom HTML widget.

    Regards,
    Yigit

    #1420611
    grafix_
    Participant

    Hallo,

    Meine Webseite läuft im Moment mit der Enfoldversion 4.4.1.
    Aus irgendeinem Grund lässt sich Enfold nicht updaten.
    Ich habe das Problem das ich die Seite ebenfalls auf PHP 8 updaten muss…. wenn ich aber über den Host auf PHP8 update, wir die Seite nicht mehr angezeigt und es erscheint die Meldung “schwerwiegender Fehler”.

    Wordpress und alle Plugins sind auf dem neuesten Stand.

    Ich vermute das ich nicht auf PHP8 updaten kann, weil die Version vom Enfold-Theme zu alt ist.

    Kennt jemand das Problem und kann mir helfen?

    Vielen Dank im voraus.

    #1420603
    Jamison Williams
    Guest

    my site currently has Enfold 4.0.2 installed but the site has recently crashed and it seem to be related to the theme. Is it possible to upgrade from 4.0.2 to the latest version?

    #1420601

    Oke.. tried the whole thing another time and now it works..

    Still stays weird.. it ain’t my first time editing a child theme :-P I’ve build a 100+ websites with Enfold ^_^

    anyway.. Thanks a lot! I was kinda desperate.. Good Mega menu option are hard to come by.. and this goes a long way :-)

    #1420585

    Topic: update enfold theme

    in forum Enfold
    marcov74
    Participant

    Hi,
    We got enfold version 5.1.1. and I am trying to update the theme to the latest version but it’s telling me I am on the latest version. How can I solve this?
    I got a token, it’s valid I can see but the update is not doing anything. Not even if I try it manually

    #1420496
    Sachs
    Participant

    Hi Enfold
    I have the following questions:

    1) How can the white outer space passed the left and right margins be less? or is it possible to make same measurement on both sides
    Now the left and margin are 141px and the right is 157px

    2)Under dimensions->Content + Sidebar Width->Now it is 90%
    Would it help to make this 100?

    3)Or would the best solution be to reduce the space by changing the dimensions to 100%, and thereby move the margins? But I guess it would mean a re-work of the complete website?

    Best regards
    Lene

Viewing 30 results - 13,081 through 13,110 (of 244,547 total)