Viewing 30 results - 2,881 through 2,910 (of 241,765 total)
  • Author
    Search Results
  • #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

    #1469210

    Hey trevorwilson,

    Thank you for the inquiry.

    Please add the following css code to adjust the alignment of the post title. Make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top .fullsize .template-blog .post .entry-content-wrapper {
        text-align: left;
      }
    }

    Best regards,
    Ismael

    #1469204

    In reply to: Blog Layout

    Hi,

    Thank you for the update.

    To hide the date, you can add this css code:

    .slide-entry-wrap .slide-entry .slide-meta-time {
        display: none;
    }

    Or toggle the Blog Post Date option in the Enfold > Blog layout > Blog Meta Elements section.

    And to display the oldest posts first, please add this filter in the functions.php file:

    add_filter( 'avia_post_slide_query', 'avf_custom_avia_post_slide_query', 10, 2 );
    function avf_custom_avia_post_slide_query( $query, $params ) {
        $query['orderby'] = 'date';
        $query['order'] = 'ASC';
    
        return $query;
    }
    

    Best regards,
    Ismael

    #1469195

    Hey jakubc15,

    Thank you for the inquiry.

    What do you mean by “Woocommerce Slider integrated in Enfold by a custom meta”? Please provide a screenshot and the link to the page containing the slider so that we can check it.

    Best regards,
    Ismael

    #1469194

    Hi,

    Did you register your theme license? https://kriesi.at/documentation/enfold/theme-registration/

    If the updates should not come through via the theme backend, then please try using this plugin instead: https://envato.com/market-plugin/

    Best regards,
    Rikard

    #1469183

    Topic: Funky PHP Trouble

    in forum Enfold
    WiscoLibrary
    Participant

    Hello!

    We have multiple sites using Enfold child themes. All sites are on the latest version of the theme and the latest WordPress. We have a main site/installation and the other sites are installed in subfolders — so all on the same domain and the same PHP.

    A few days ago, one of smaller the sites (one in a subfolder) went down because the theme will not load. I worked with my webhost’s tech support and there’s no malware or anything strange. They suggested downgrading the PHP from 8.2.24 to 7.4.33. I did that and the smaller site came back up. But our main site went down, saying it needs PHP 8.0. (Meanwhile the other sites using the same theme version, WordPress version, and PHP all stayed up.)

    So I reset the PHP to 8.2. Here’s where I’m at …

    UP: https://www.ecpubliclibrary.info/ (needs PHP 8 or higher)
    DOWN: https://www.ecpubliclibrary.info/friends/ (needs PHP 7.4)
    UP: https://www.ecpubliclibrary.info/teens/ (works on all PHP)
    UP: https://www.ecpubliclibrary.info/kids/ (works on all PHP)

    Any idea what’s happening and how to fix it?

    – Mike

    #1469178

    Hi,

    Thanks for that. Could you try updating the theme to the latest version (6.0.6) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.

    Best regards,
    Rikard

    For me, the solution for some websites was to change the collation of my database tables to utf8mb4_general_ci for some websites.

    For others, I needed to adding:

    define(‘DB_CHARSET’, ‘latin1’);

    In wp-config.php

    Still strange that some of my Enfold websites (mostly in combination with WP Rocket and Gravity Forms) all of a sudden had these problems, where most of the sites where working fine for years. Disabling the plugins or changing to a default theme also did not work.

    My hosting provider said they did not make any changes server-side.

    #1469169

    Hey Ulf,

    Danke für diese Info.

    Wir werden diesem Thema höchste Priorität geben.

    Viel Freude mit Enfold und einen schönen Tag.

    Liebe Grüsse aus Wien,
    Günter

    #1469168

    Hey Sander,

    I’m not sure what you are referring to, since there is no history in this thread. It would be great if you could open a new thread on the support forum if you need further help.

    Best regards,
    Rikard

    #1469166
    microdynamicsllc
    Participant

    Hello – my client updated the enfold theme but did not take any backups and now it is not rendering. We have Jetpack backups running and I attempted to revert to a date prior to the update but the site is still not rendering. I am unsure if our backups actually backup the previous theme or not. I would like to roll back to the previous version, can you advise on how I can do this?

    Thanks
    Matt

    #1469161

    Hey Jason,

    What’s going on right now doesn’t affect Enfold or Enfold users in any way.

    We added the Dynamic Content feature ( https://kriesi.at/documentation/enfold/custom-layout-and-dynamic-content/ ) and made it compatible with the ACF plugin. This feature works as expected with the SFC ( https://wordpress.org/plugins/advanced-custom-fields/ ) plugin as well.

    If you notice any compatibility issues with the SCF plugin, please let us know.

    Regards,
    Yigit

    #1469149

    In reply to: line height post title

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #top .post-title {
      line-height: 22px;
    }
    }

    Best regards,
    Rikard

    #1469148

    Hey maryenvato,

    You can set that in the theme options, please have a look under Enfold->General Styling->Typography.

    Best regards,
    Rikard

    Sander Bossen
    Guest

    Hi,

    We updated the theme a couple of days ago. Because of the update we encountered a problem with fluent forms. I updated the plugin, but now the site doesn’t show properly anymore (color presets are missing). It does show properly when I login to the wp-admin section of the site. Could you please help?! Thanks in advance!

    Sander

    #1469138

    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

    Hey cpages,

    Thank you for the inquiry.

    Please edit the product category in the Products > Category panel, then set the Enfold Category Styling to Default. Let us know of the result.

    Best regards,
    Ismael

    #1469119

    Hey Chris_85,

    Thank you for the inquiry.

    Make sure that the Enfold > Theme Options > Lightbox Modal Window option is enabled. If the issue persists, please provide the login details in the private field.

    Best regards,
    Ismael

    #1469112
    Jason E
    Participant

    I know this is probably a taboo subject right now, but in the interests of trying to shore up dev stacks and liabilities, has the team been watching over the slow moving train wreck that is the battle between Matt and WPEngine? There are a lot of factors at play, and good and bad things both sides are saying and doing right now. The potentially huge implications for both the platform (Enfold included), the way licenses are managed, outward appearances of open source versus corporate guidance, and if there are other side-effects that we don’t see yet on the horizon, make it something of a need to know as much as possible, since the two major players are acting so erratically at the moment.

    I am not asking for the team to pick a side, but more of opening the door to knowing how it affects you, the development and whether there are any needs from us as end users and promoters of Enfold.

    Thank you, as always for an amazing theme, backed by one of the best dev teams on the platform.

    -jason

    #1469102

    In reply to: Customize the theme

    Hi, I want to edit an enfold demo Layout to create for example a new layout.

    If certain things can’t be done, it’s not a problem—the customer is informed.
    However, most of the things can be done.

    #1469082

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

    #top #wrap_all .avia-fullwidth-portfolio #js_sort_items .text-sep {
      color: transparent !important;
    }

    Screen Shot 2024 10 14 at 8.26.38 AM

    Best regards,
    Mike

    #1469081

    In reply to: Licence

    Hi,
    Thanks for the login, but you are not using the Enfold theme:
    Screen Shot 2024 10 14 at 8.14.18 AM
    You will need to contact “p-themes”:
    Screen Shot 2024 10 14 at 8.14.53 AM

    Best regards,
    Mike

    #1469076

    In reply to: Blog Layout

    Hi,
    I see in your Enfold Theme Options ▸ Blog Layout ▸ Blog Styling you are using the “default” is this the closest to want you want, such as the title size?
    Screen Shot 2024 10 14 at 7.26.02 AM
    Did you see the “modern business” option with the category and larger title?
    Screen Shot 2024 10 14 at 7.29.41 AM
    Both have a date, do you want this removed?

    Best regards,
    Mike

    #1469074

    Hi,
    Glad we were able to 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

    #1469062

    In reply to: Licence

    Yes I do

    I have an wordpress installation here https://itjenter.no/workshop/helfy/
    I am running medin by enfold see pic attached Medin by enfold

Viewing 30 results - 2,881 through 2,910 (of 241,765 total)