Viewing 30 results - 5,491 through 5,520 (of 244,358 total)
  • Author
    Search Results
  • #1469383

    In reply to: Hotspot text smaller

    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

    #1469382
    This reply has been marked as private.
    #1469375

    Hey bemodesign,

    There are options similar to that for the mobile menu under Enfold->Main Menu. If you are looking for functionality like that outside of the main menu, then there is nothing like that in the theme by default unfortunately.

    Best regards,
    Rikard

    Appreciate the speedy reply. Sigh. Enfold magically does ALMOST everything. I am super happy with that almost. I will do this one little tiny thingie differently.
    Thanks again for the speed, so I can look at different options.
    Will see how much is the “cost” of loading EVERY element, but think probably not worth it.

    #1469362

    In reply to: New Custom Element

    Hey Monika,

    Thank you for the inquiry.

    You can only modify a single element when using the Custom Elements Template, and you cannot combine them. To do so, you’ll need to create a Custom Layout and use either the Custom Layout or the Page Content element. Please check the links below for more info.

    // https://kriesi.at/documentation/enfold/custom-layout-and-dynamic-content/
    // https://kriesi.at/documentation/enfold/custom-element-templates/

    Best regards,
    Ismael

    CharlieTh
    Participant

    I tried to use accordion in an admin notice, so user would get information on what to do, but wouldn’t have to see ALL information in one big gulp.
    This was a “tester” to see if would work in admin. It didn’t. It just put the four lines at the point in the page where I’d hoped for an accordion.

    I just see…but they’re just text, not clickable accordion items.

    Toggle 1

    Toggle Content for first tab goes here

    Toggle 2

    Toggle Content for second tab goes here

    Here is my code —
    As you can see in my comments to code, I realize I need to add that accordion code.
    Might I be able to use the avf_shortcode_no_header_request? If so, how?

    //In order for this to work, I will need to somehow load the code for accordion.
    //Apparently this means, either load ALL elements when don’t need all…OR
    //perhaps something with https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/Request%20Handling/avf_shortcode_no_header_request.php
    //and avf_shortcode_no_header_request.php

    function sample_admin_notice__success() {

    echo ‘<div class=”somethinghere”>’;
    echo do_shortcode(“[av_toggle_container initial='0' mode='accordion' sort='' custom_class='' av_uid='av-w8wcwc']
    [av_toggle title='Toggle 1' tags='' av_uid='av-37adsc']
    Toggle Content for first tab goes here
    [/av_toggle]
    [av_toggle title='Toggle 2' tags='' av_uid='av-vu501g']
    Toggle Content for second tab goes here
    [/av_toggle]
    [/av_toggle_container]“);
    echo ‘</div>’;
    }
    add_action( ‘admin_notices’, ‘sample_admin_notice__success’ );

    Can this be done with avf_shortcode_no_header_request or another method?

    #1469353

    Hi,

    Thank you for the info.

    Did you add any custom scripts or embed any code in this page? Please try to set the builder to debug mode so that we can check the builder shortcodes:

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    We get an error when we open the page:

    load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-hooks&ver=e827396fc34e6c62a26ca19ef49468b3:2 Uncaught TypeError: a(...).tipTip is not a function
        at Object.initTipTip (erp.min.js?ver=1.13.3:1:4772)
        at Object.initialize (erp.min.js?ver=1.13.3:1:4721)

    This error is from a plugin with the slug “erp”. Are you using the WP ERP plugin?

    Best regards,
    Ismael

    #1469340

    Yes, that’s my thought as well! But everyone likes to point fingers at all others involved (hosting providers, etc.), so I am only asking you to see if you have had any other experiences similar to this with any of the other thousands of Enfold users!

    Thanks
    Avery

    • This reply was modified 1 year, 4 months ago by So Evolve.
    #1469335

    In reply to: Funky PHP Trouble

    Hi,

    Thanks for the update. We can’t say if you are going to have problems or not, but if Enfold is causing problems on your site then it’s a bit strange that it’s not in the theme folder. As of now, we don’t even know which theme the site is actually running.

    Best regards,
    Rikard

    #1469331

    In reply to: Columns in footer

    Hey whdsolutions,

    You can use a page to build your own footer, then set is under Enfold->Footer.

    Best regards,
    Rikard

    #1469328

    Hi,

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

    @media only screen and (max-width: 1280px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Rikard

    #1469326

    Hi,

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

    Best regards,
    Rikard

    #1469324

    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

    #1469317
    So Evolve
    Participant

    We are having problems with making edits to the homepage and ask for you to take a look at the site. We are currently working with our host provider GoDaddy but there seems to be something odd going on and ask for your review to help fix this issue.

    • This topic was modified 1 year, 4 months ago by So Evolve.
    #1469316
    Woutski
    Participant

    Hi

    I want to use UniversLTStd LightCn.otf for the body text. Uploading as a zip file through the importfunction of Enfold is no problem. When I choose it to be the bodyfont Enfold does not show and shows a different font.
    For the headers I use UniversLTStd whiche give no problems at all. How can I solve this problem?

    Cheers Woutski

    #1469307
    This reply has been marked as private.
    #1469299

    Hey Hamza,

    Did you try to import the demo manually? https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo

    Best regards,
    Rikard

    #1469296

    In reply to: text below logo

    Hey iveyeng,

    Did you try following this? https://kriesi.at/documentation/enfold/logo/#text-logo-with-subtext

    Best regards,
    Rikard

    #1469295
    Hamza
    Guest

    Error Import Demo Website theme enfold, tidak bisa di download

    #1469293

    In reply to: line height post title

    Hi,

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

    Best regards,
    Rikard

    #1469284

    Hi,

    Thank you for the update.

    Is there a way to put the Page Content element in a Layout Element (for example 1/5)?

    Unfortunately, this is not possible. You might want to check the Custom Elements Template. Please check the link below:

    // https://kriesi.at/documentation/enfold/custom-element-templates/

    Best regards,
    Ismael

    #1469281

    In reply to: Question on Portfolios

    Hey Leslie Williams,

    Thank you for the inquiry.

    Did you register a forum account in the following link? https://kriesi.at/support/register/

    I have version 4.7.6.4 installed. That’s quite a few updates ago.

    1-2.) Please download the latest version of the theme from your Themeforest account, then try to upload it manually to your server via FTP. For more info, please check the links below.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
    // https://kriesi.at/archives/the-complete-guide-to-updating-enfold

    IMPORTANT: We recommend creating a clone of the site, perform the update there, fix any errors that may occur, and then transfer it to the live site.

    Best regards,
    Ismael

    #1469279

    In reply to: Funky PHP Trouble

    Hi,

    Thank you for the update.

    The Enfold theme is missing from the /friends/wp-content/themes folder. Try manually uploading the theme to the specified directory.

    Best regards,
    Ismael

    #1469269
    Leslie Williams
    Guest

    Hello, I am already a user but cannot log in to the Kriesi.at website to ask my technical questions. 1.) My portfolio listings are no longer viewable upon click-thu. When I click on a listing it takes me back to my home page which serves as my 401. 2.) I thought I might need to update my enfold theme but I am unable to do so. An error message displays that the ‘update package is no longer available.’ I have version 4.7.6.4 installed. That’s quite a few updates ago. Please advise. My website is http://www.horizon-graphics.com formerly http://www.lwdesign-aerials.com I can make someone an admin just let me know. Thank you!

    #1469268

    In reply to: Funky PHP Trouble

    Hi,

    Thanks for that. I can’t see that Enfold is installed under /friends/wp-content/themes. Where exactly is it located? If you rename the themes folder, then you should hopefully be able to access your site again.

    Best regards,
    Rikard

    #1469261

    Hi,
    You have this PHP code in your Quick CSS breaking the css below it:
    Enfold Support 6505
    I moved the css to the top and now it works:
    Enfold Support 6507
    but you should still remove the PHP code and add it to your WPcode plugin as a PHP snippet, unless you already did.

    Best regards,
    Mike

    #1469252

    In reply to: Mega menu (2)

    Hi,
    Thanks for your patience, currently your menu has three rows which are separate div’s and there is not a way to span them so the image can be centered into all three:
    Enfold Support 6503
    Try adjusting it so you have one row with the three headings and the image and add the links under them like in your example site:
    Screen Shot 2024 10 14 at 7.43.25 AM
    this should make the image larger and centered.

    Best regards,
    Mike

    #1469243

    In reply to: Funky PHP Trouble

    I think so?

    I’m in recovery mode and on the themes page under “Broken Themes” it says “This theme failed to load properly and was paused within the admin backend.” If I click Resume, I see an error message: “Theme could not be resumed because it triggered a fatal error.”

    I pasted the error log into the Private Content window.

    The site still does not load when using the parent Enfold theme and anything higher than PHP 7.4.33

    Thanks for your help!

    #1469226
    findt
    Participant

    Dear Kriesi team,

    I’ve got the following problem: I created a website using the Enfold Theme and a sidebar menu. There, I set some menu items as mega menu.

    Now my problem is that on low resolution dispays I won’t see the whole menu as some menu items are shown below the screen’s edge. I want the menu to be sticky, but the menu items to be shown facing upwards from the menu button and not downwards. Is there a possibility to do so?

    Thanks in advance!

    #1469224
    philthebass
    Participant

    Hi,

    Suddenly the editor on our site is not loading. I just get a permanent loading spinner.

    I see an error in Chrome dev tools

    Failed to load resource: the server responded with a status of 404 () editor.css:1

    I’ve tried disabling all plugins and still get the same error. How can I resolve this?

    Thanks

    Phil

Viewing 30 results - 5,491 through 5,520 (of 244,358 total)