Viewing 30 results - 421 through 450 (of 243,887 total)
  • Author
    Search Results
  • #1491411

    In reply to: Rank Math

    Hey tom,

    We haven’t heard of that problem before. Which version of Enfold and WordPress are you running? Did you try using a different browser or WordPress user?

    Best regards,
    Rikard

    #1491410
    jimmiemoreland
    Participant

    Good morning

    I am new to Enfold, but have my site up and steadily building. I am having some real issues with Cache issues and wanted to check here.

    Details:
    Hosting – SiteGround and their Speed Optimizer
    Enfold – their cache settings etc
    WP Rocket – went thru their setup etc
    Imagify – went thru their setup.

    Are all of these optimizers causing issues? My CSS is all over the place cause I cant get it to update to see what changes are made, often times even if I go into incognito. And then I can come back to the computer hours later and the site/css will look completely off.

    I’ll be happy to share my login info etc if someone can assist with this.

    #1491401
    mistermagoo8691
    Participant

    Hi folks!
    I was looking for a way to define a “reusable element” in Enfold, so that after adding it to several pages, if I decide to change any of its features (e.g. text, colour or size), the change is automatically propagated to all the other “reusable elements” I have added to the pages.

    I thought the “Custom Element” would achieve this, so I read the Custom Elements documentation.
    However, I discovered that if you change anything in a Custom Element that has already been used, the change is not propagated to the pages where the element has been used.

    So, what is the difference between a “Custom element” and a “Template”? Any component that I have just configured can be saved as a template very quickly. Why should I use a custom element instead? Just because I could lock some attributes?

    (last question: any way to achieve my original goal, e.g. create a “reusable component” that is automatically updated in all pages when I change its features in a second time, without using CSS tricks? I don’t think so, but you never know :-)

    THX in advance.
    Bye!
    A.-

    #1491395
    Fred1969
    Participant

    I’ve been a very happy user of Enfold for a very long time! Now I have a question: the widget menu on a page is below the gallary and not a the top of the page, see for example: https://temp.hotelonsepen.nl/appartementen/hotelappartement-bergkristal/. How can I get the menu at the top, abover the gallery?

    Grtz. Fred

    #1491392

    Hi Ismael,

    Again, it’s not about losing the styling or not. It’s about the theme’s functionality. Please follow these steps, and feel free to try them yourself. This time I am adding screenshots:

    1) Go to the custom CSS folder. You can see that the CSS file exists: https://i.imgur.com/YLUSIKJ.png

    2) Go to Theme Options > Performance and scroll down. You will see the option that says “Delete Old CSS And JS Files” is unchecked: https://i.imgur.com/saPibEH.png

    3) Toggle the option on and then off again so the button to save the changes becomes available: https://i.imgur.com/UKA29Ny.png

    4) Save the changes. The CSS files should not be deleted, correct? Now check the folder again: https://i.imgur.com/NTTBKLb.png

    5) The link now redirects to a 404: https://app.site.com/wp-content/uploads/dynamic_avia/avia_posts_css/post-25947.css

    6) On a live site, the CSS does not get regenerated because caching systems serve a cached page and prevent the request from reaching Enfold so it can regenerate the CSS. This is problematic because the CSS should not have been deleted in the first place.


    @earthchilde
    : Am I missing something here?

    #1491383

    Hi,

    Thank you for the update.

    You can add the code using plugins like Code Snippets so it will not get removed after a theme update, or activate a child theme.

    https://kriesi.at/documentation/enfold/child-theme/

    Best regards,
    Ismael

    #1491382

    Hi,

    Thank you for the inquiry.

    If you need the logo centered and the burger menu on the left, try setting the Enfold > Header > Header Layout > Menu and Logo Position to Logo right, Menu left. Then add the following css code to move the logo from the right to the center.

    .html_header_top #top .av_logo_right .logo {
      right: calc(50% + -35.5px);
    }
    
    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all #header_main .main_menu {
        left: 0;
        right: auto;
      }
    
      .html_header_top #top .av_logo_right #header_main .logo {
        position: relative;
        left: 50%;
        right: auto;
        margin-left: -41.5px;
        margin-right: 0;
      }
    }

    Best regards,
    Ismael

    #1491381

    Hey Gianluca,

    Thank you for the inquiry.

    There’s no built-in option for this, but you can try editing the enfold/config-templatebuilder/avia-shortcodes/slideshow_feature_image/slideshow_feature_image.php file, and look for the slide_html function. Let us know if you need more info.

    Best regards,
    Ismael

    #1491378

    The only part I wanted to add is that I received an email notification for my customers theme on October 10th I downloaded the update and installed it for my customer and shortly thereafter the problem started. In my case I had done some customizations in Enfold Child but not only were the customizations removed all CSS was removed. I cannot use unfold child at all for my customer and they are complaining that their website looks different now. My observation is that you cannot use Enfold child with this newest updated version of Enfold.

    #1491371

    Hi Ismael,

    I think we are still not on the same page. Let me try to explain it again.

    The problem is that Enfold deletes the old CSS files when saving the theme options. That always happens. It doesn’t matter whether you have made changes to pages or not. It doesn’t matter whether the “Delete Old CSS And JS Files” option is disabled. It’s simple: you press the “Save all changes” button and the CSS files are deleted. Here’s a step by step to reproduce the problem:

    1. Open the homepage from an Incognito.
    2. See the /wp-content/uploads/dynamic_avia/avia_posts_css/post-1614.css file created.
    3. Open the theme options.
    4. Go to the Performance section.
    5. See that “Delete Old CSS And JS Files” is disabled.
    6. Press the “Save all changes” button.
    7. The /wp-content/uploads/dynamic_avia/avia_posts_css/post-1614.css file gets deleted. This should not happen. We explicitly chose these files not to be deleted.

    This is not a problem if there is no cache in place. But almost everyone has a cache plugin, a CDN, or server cache. This means that when the files get deleted, the pages in question still serve the deleted files, and the only solution is to clear the cache manually so that Enfold can regenerate the CSS.

    But the bottom line is that Enfold has a bug where it deletes the CSS files even when we choose not to.

    I hope that clarifies it.

    Thank you.

    #1491369

    to have the title you only have to make it visible by:

    #top .av-burger-menu-main .avia_hidden_link_text {
      display: inline;
      font-size: 20px;
      line-height: 0;
      color: var(--enfold-header-color-meta);
      margin-left: 5px !important;
      position: relative;
      top: 2px; /*=== just to center horizontally - adjust to your needs ===*/
    }

    but for your header layout “Hamburger menu icon left, logo centered, search icon right” i would start from a different header layout – not the header centered – menü below .

    btw. some topics under yours there is the same title of the topic “Hamburger menu icon left, logo centered, search icon right”

    #1491364

    Hi,
    We don’t have access to create or modify any theme files, including header.php, so we are using the Code Snippets plugin and Enfold hooks to implement the custom header. Since we can’t create files inside the theme, we are relying entirely on hooks for the header layout.

    Can you please confirm if this is the correct approach, or if there is any recommended alternative in this situation?

    #1491363

    Hi Ismael,

    when I put the code into functions.php, isn’t it deleted when there is an update of Enfold?
    If yes, do I need to make a child theme, or is it possible to add the code into Customizer – additional CSS?

    Best regards,
    Andreas

    #1491361

    Topic: Theme

    Mehmet
    Guest

    Ive bought a theme from you, and got one question. Do i have to keep the „wordpress theme by enfold“ ?

    #1491359

    Hi Rikard,

    I see. Well, I’ll check it out thanks. What other options do I have besides wpml? you see, I don’t need anyone to translate anything for me. I just want to have the option to build an English version of my website. I want to write the content and make the whole website just like the original which is in Farsi. Is there a simpler way to do that?
    BTW, I have a web developer friend by my side for this. He is getting me to ask these questions so he can understand enfold and wordpress so please don’t hesitate to get more technical.

    Thank you

    Mehrdad

    #1491354

    Hey Jason,

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

    #js_sort_items {
      display: inline-block;
    }

    Best regards,
    Rikard

    #1491350

    In reply to: Enfold’s Future

    Hey blaircomm1,

    We have no intention of making any changes to our current strategy, we will continue to maintain and develop Enfold. 10 years is a long time though, and there’s no way that we would plan what is going to happen with our business during that time.

    Best regards,
    Rikard

    #1491349
    effvasbern
    Participant

    Hi,
    On an enfold demo-page there is a custom forum page: https://kriesi.at/themes/enfold-knowledgebase-demo/forums/
    Is this feature built in in Enfold and how can I activate it?

    #1491348
    mehrasadi23
    Participant

    Hi,

    I have a similar question to this this

    I’m primarily making the website in Farsi/Persian. Later, I would like to add an English version. As far as I understand, this plugin clones my pages into another language but my issue it that my Farsi and English content will be different.

    Will I be able to customize my English content or is it going to be just the translation of the Farsi page?
    Also, for example if I have 10 pages, 5 pages in Farsi and 5 pages in English, will they look different like this as for their address and url?

    Exmaple.com/en/service and exmaple.come/fa/خدمات

    thank you

    #1491343
    blaircomm1
    Participant

    We have been developing websites with Enfold for over 10 years for many clients and are experts on the platform. At this point, we are starting development on a multi-tiered web affiliate and advertising platform. It is a project that will have a very long life, years and years. Before we get too deeply involved with Enfold, I wanted to find out what the prognosis is for Enfold’s future.That may seem a silly question since you are probably doing fine, but if we invest huge resources and have hundreds of connections, it would be catastrophic to have to rebuild it on another platform sometime in the future. So, Just to give us confidence, what are your plans for the future of Enfold? Can we confidently build something that may last a decade or more?

    #1491336

    Thanks for your response.

    We are trying to customise our header design on bbbseed.com
    Last month, while working on the same, when we tried to implement the code on the child theme header, it made the website crash. And prior to this, we had tried to implement the code on the main websiteas well, which had resulted in the main website crashing.

    So now, we are trying to achieve the same using hoos via the snippets.
    We took reference from your article : https://kriesi.at/documentation/enfold/hooks-and-filters/

    Are we going in the right direction?
    Or shall I share the code that we were trying to implement for customisation? Will that be of any help to identify the issue?

    #1491333

    The problem this inserting it from media-library is – that inside the Original svg of Instagram a clipPath or mask is used. both – mask and clip-path are used via url and ID of that path. If there are more than one instance of the icon on the page – the ID is not unique anymore. And browser do not render them.
    Enfold (as you can see in the DOM) on using Logo left – Menue below generates two navigations – the one is set to display: none on desktop and vice versa for responsive case ) svg two times in the DOM then clip-path won’t work.

    I have never seen such a poorly made SVG intended for the web. The shape could have been filled using a direct gradient, but the folks at Meta apparently didn’t want that.

    Hi,

    Great, I’m glad that you got it working again. 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

    #1491321

    In reply to: Anfrage

    Hey Peter Hojczyk,

    Thank you for the inquiry.

    There is an existing demo called Enfold Hotel with online booking using the Woocommerce plugin and the Woocommerce Bookings extension. You can check it out here: https://kriesi.at/themes/enfold-hotel.

    The Woocommerce plugin is free, but the extension costs around $249 per year or $398.40 for a 2-year plan. Please check the extension page below.

    — https://woocommerce.com/products/woocommerce-bookings/?aff=84

    You can also try the Booking Calendar (https://wordpress.org/plugins/booking/), which is free, but it’s not natively integrated with the theme, or the Events Calendar plugin but it is mostly used for events: https://theeventscalendar.com/

    Best regards,
    Ismael

    #1491317

    Hey rixi,

    Thank you for the inquiry.

    You can try this code in the Enfold > General Styling > Quick CSS field:

    #top #wrap_all .social_bookmarks .social_bookmarks_instagram a {
        background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    Result:

    Screenshot-2025-11-14-at-12-27-32-PM

    Best regards,
    Ismael

    #1491313

    In reply to: TABS

    Hey jimmiemoreland,

    Thank you for the inquiry.

    Yes, you can create a Custom Layout and apply it to the pages where you want the layout to display. When you update the Custom Layout, all instances of the template will update automatically. Please check this link for more info.

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

    Best regards,
    Ismael

    #1491312

    Hi Ismael, thanks for the response.

    I am currently working with the hosting support to see if they can find the issue. Enfold works great on the staging environment but not on the production site. I’m ‘thinking’ the issue is with hosting but can’t say for certain.

    Lets see what they come up with and if they can’t figure it out I will get back to you.

    Thanks!

    #1491309

    Hey Slade,
    Thanks for the login, I see that you have the Elementor plugin installed, please note the Elementor and Enfold are not compatible.
    Try to disable all plugins and check again.

    Best regards,
    Mike

    #1491307

    My customer’s website is having the same issue. It has the latest version of Enfold Parent theme. I made a couple edits per their request and Enfold Child stripped away all CSS.

    #1491306
    Sladestyle
    Participant

    Hi,
    I can’t get any pages built with Enfold to load the editor. I also attempted to remove one of the social links in the “Social Profiles” list in the theme’s admin panel but it wouldn’t save (“Saving didn’t work! Please reload the page and try again”).

    I’ve logged out, tried different browsers…no luck.

    Any help would be appreciated.
    Thanks!

Viewing 30 results - 421 through 450 (of 243,887 total)