Viewing 30 results - 4,081 through 4,110 (of 243,995 total)
  • Author
    Search Results
  • #1474135

    Hey schweg33,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #header.av_header_transparency #header_main .av-logo-container {
    	display: none;
    }
    #header.av_header_transparency #header_main {
    margin-top: 91px !important;
    }

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

    Best regards,
    Mike

    #1474124
    This reply has been marked as private.
    #1474121

    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

    #1474119
    Vista53
    Participant

    Hi,
    The day before yesterday I updated my Enfold (followed: https://kriesi.at/support/topic/update-12/), because i can’t make new portfolio elements.
    After I successfully uploaded the two portfolio items, I received the following messages in succession:
    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /web/vincent-design/vincent-design.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-callback.php on line 259

    What should I do?
    Thanks in advance,
    István

    #1474113

    Thank you @Rikard,

    I’d like to use the function that @Ismael posted earlier but I’m not sure if I’m doing it right or not :)
    I installed a snippet (WP Code Snippet) plugin and copied Ismael’s code into a new snippet, then published it, but nothing happened.

    Alternatively, what is “use the wp_head hook” and how do I go about it/ how do I do it?

    I’ll now try to add the code of another live chat service (tawk.to) to see if that show up or not and understand at this point if it’s a chat software issue, a mistake I’m making somewhere inside Enfold or…

    #1474112

    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

    #1474101

    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

    #1474096

    Topic: Missing Page Titles

    in forum Enfold
    bbiller
    Participant

    How do I control whether or not a page displays a title bar? I have 2 pages that display the bar but their Title Bar Settings are different from one another. One says “Default Layout – Set in Enfold > Header” and the other one says “Display only title.” I have a third page where I want the title bar to display but no matter which setting I choose, it doesn’t display. Is there something else I should change? Thanks for you help.

    #1474092

    Hey Woutski,

    Did you clearing all caches on your site and local device? You can set h2 and h4 styling under Enfold->Advanced Styling.

    Best regards,
    Rikard

    #1474091

    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

    #1474090

    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

    #1474089

    Hey John,

    That padding seems to be coming from user input, general theme styling wouldn’t overwrite it. Did you try clearing all caches and toggling the file compression option in the theme under Enfold->Performance?

    Best regards,
    Rikard

    #1474088

    In reply to: Enfold App Demo

    Hi,

    Great, I’m glad that Ismael could help you out. 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

    #1474079
    drees202
    Participant

    The new CSS styles added by the Avia layout builder from the newest version of Enfold 6.0.8, has changed the HTML padding of most items on our dev site, causing visual placement issues. We are moving from version 4.7.6.3 to 6.0.8

    For example, in our production homepage where it says “X”, we inspect and see the text is aligned properly (centered etc).
    However, in dev site with the padding applied the text is shifted to the right throughout our site.

    Please see:
    https://imgur.com/JdwIRyS -dev site issues
    https://imgur.com/zmbac1o -current working prod site

    Please inform us on a solution to this issue or the newest release of the theme without the padding applied.

    Thanks.

    #1474070

    Hey clbdcnpafe,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

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

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

    Best regards,
    Mike

    #1474069

    In reply to: Update

    Hey Matthias Burchardt,
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    #1474066
    nicolass91
    Participant

    Hi

    I want to create an header BEFORE the main menu.
    I use this trick : https://kriesi.at/documentation/enfold/header/#toggle-id-3 to create a widget ‘header’
    But how to display the content of a page into my widget ? It’s it possible to use a short code like [page_content id=’4′] or something like that ?
    Thanks

    #1474063

    Topic: Update

    Matthias Burchardt
    Guest

    Hi,

    how to update from Version 4.0.7 to make Enfold compatible to PHP 8.x.xx?

    Best Regards

    Matthias

    #1474061

    Hey Rikard,
    Thank you for your answer.
    I have tried several configurations: the one suggested by Enfold and the one required by the “Envato Market” plugin.
    Both variants produce the same error.
    Best regards,
    Conny

    #1474058

    Hey netzwerkstatt,

    Please follow this and make sure that you have given the token the correct permissions: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1474040

    Hi,

    Thank you for the update.

    If you need to specifically target the elements in the mega menu, you can start with this css code — take note of the comments:

    /* description */
    #top #header .avia_mega_div > .sub-menu > li > ul li {
        font-size: 100px;
    }
    
    /* menu items */
    #top #header .avia_mega_div .sub-menu li a .avia-menu-text {
        font-size: 50px;
        padding: 50px 0;
    }
    
    /* mega menu title */
    #top #header .mega_menu_title {
        margin-bottom: 8px;
        font-size: 90px;
        line-height: 1.1em;
        font-weight: 600;
        display: block;
    }

    You may need to remove this css code:

    .sub-menu li a .avia-menu-text {
        font-size: 20px !important;
        padding: 20px 0 !important;
    }

    And make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache after the modification.

    Best regards,
    Ismael

    #1474033

    Hey Antonio,

    Thank you for the inquiry.

    You can adjust the style of the burger menu items in the Enfold > Advanced Styling panel. Look for the element in the Main Menu (Icon) section and customize the available options as desired. Let us know if you need further assistance.

    Best regards,
    Ismael

    #1474030
    abortolotti
    Participant

    Hi there, I’m trying to install a chat on the site (I did it a few times on different sites a few years ago) but I can’t make it work now.

    Can you please help me out, where can I add this Javascript in Enfold to make it work?

    ——————-
    <!– 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(‘gyfkru6m6cb6’);
    </script>
    <!– End of Async Drift Code –>

    #1474028

    Dear Ismael,

    Thank you for your reply.
    As the website should go online before Christmas, I have now integrated the contact form from Contact Form 7 for the main page and this works: https://lebendigfuehlen.de/#kontakt

    However, as I would generally prefer the ENFOLD contact form, I have created a duplicate of the page under the subdomain http://final.lebendigfuehlen.de/ in which the original ENFOLD contact form is displayed.

    As further steps I have here times
    – deactivated all other plugins – to check if this is the reason > but still does not work, still the same message “Your request has been sent” and then no emails arrive.
    – what do you mean it could also be due to a custom script? Which script?

    I have now installed the “Solid Mail” plugin again in this test version and also added my test mail here, but this did not help either, the sending process dragged on indefinitely and nothing was sent. What else could I try?

    Can you help me further? I’m really at a loss as to what the problem could be.
    Best regards Diana

    #1474023

    Hi, I checked the resource you recommend but there is no way to change the just the font family or the link size for the links specifically in my mega menu. I do see a way to change all the element size using the advanced settings but I need the link element specifically in the mega menu. I wanted to have different fonts and sizes for the links and headers in the mega menu. The advanced styling setting make everything the same font. Please let me know if this is doable.

    This thread highlights what I’m trying to do but the code did not work. https://kriesi.at/support/topic/enfold-mega-menu-font-sizes-and-spaces/

    Basically I want the links a different font family than the header and smaller. I thought this code would work but it doesn’t

    #top #header .avia_mega_div > .sub-menu > li > ul > li a { font-size: 16px; }

    #1474021

    Hi @Guenter, @yigit,
    I just finished updating Dutch language files (up to 100% again) and created a pull request in Github for it.
    Version: Enfold 6.0.9-dev
    Best Regards and Merry XMas !!

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .av-custom-shipping-container {
        z-index: 9;
        position: relative;
    }
    @media only screen and (max-width: 735px) { 
    	#top .av-custom-shipping-container {
    	line-height: 65px;
    	}
    }

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

    Best regards,
    Mike

    #1474016

    Hi,
    Glad we were able to help, Merry Christmas to you also. 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

    #1474012

    Hi,
    unfortunately, I’m still not able to login to the admin page.
    Try disabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and clear your browser cache. If your ManageWP Worker plugin also has caching also clear this or disable it.
    Are you using a CDN or server caching? If so also clear these.
    Once we are able to login to the admin we can examine better.

    Best regards,
    Mike

    #1474011

    Hi,
    Glad Rikard could 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

Viewing 30 results - 4,081 through 4,110 (of 243,995 total)