Viewing 30 results - 10,081 through 10,110 (of 244,475 total)
  • Author
    Search Results
  • #1433874
    blaisen
    Participant

    My ACF fields are not displaying properly since the recent WordPress and Enfold updates. Here are two screen shots – one that shows how ACF should look and one that shows how it currently looks – all text on one line, an extra “/”, and formatting missing: https://postimg.cc/gallery/KYTQt9k

    I have used this app with Enfold for years, now suddenly something changed. Are you aware of this? Can you help?

    ACF says, ” Usually, ACF uses the get_field https://www.advancedcustomfields.com/resources/get_field/ and the_field https://www.advancedcustomfields.com/resources/the_field/ functions to render the field values on the front end. Since you don’t use these functions in your context, the front-end loading is controlled by the builder and this is not something that ACF functions are able to control out of the box.”

    #1433854

    Hi,
    Glad Ismael 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

    #1433852

    Hey Andrea,
    Special Characters in the table or title elements can be converted by WordPress into opening or closing brackets causing an error, please use our Special Character Translation plugin, please see our documentation: Using special characters

    Please also note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
    If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.

    Best regards,
    Mike

    Hey ausgesonnen,
    Thank you for your patience, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    	.responsive #top.page-id-472 .avia_responsive_table.avia-data-table-wrap .avia-data-table td:before {
    		display: none;
    	}
    	.responsive #top.page-id-472 .main_color .avia_responsive_table.avia-data-table-wrap .avia-data-table.avia_pricing_minimal th {
        width: 48%;
    }
    .responsive #top.page-id-472 .avia_responsive_table .avia-data-table {
        border-style: none;
    }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    Please see the screenshot in the Private Content area of the expected results.

    Best regards,
    Mike

    #1433843

    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

    #1433840

    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

    #1433839

    Hi,

    Thanks for letting us know, 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

    #1433814

    Hi,

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

    #menu-item-166 a:hover {
      background-color: orange;
    }

    Best regards,
    Rikard

    #1433809

    Hi,
    To make the header have the same width as your page content, add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .responsive #top #header #header_main {
        padding: 0 50px;
        margin: auto;
        max-width: 1310px;
    }

    but this will also effect your menu, since it is in the same element, so you may wish to remove the menu background color with this css:

    .responsive #top #header #header_main #header_main_alternate.container_wrap {
        background: #fff;
        border-top-style: none;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1433808

    In reply to: Page Builder Issue

    Hi,
    Thanks for sharing the page shortcode, but this is not causing an error on my site. I see the colon in the special heading and would not expect this to cause an issue.
    When you check the Enfold Shortcode Parser field below the debugger do you see any errors? On my site I see none.
    Enfold_Support_4649.jpeg
    This doesn’t seem to point to the theme causing the 403 (Forbidden) error on admin-ajax.php, I know that you already tried deactivating all of your plugins and adjusting your server database connections & memory settings to match what my test site is using without success, did you ever find out if mod_security is enabled on the server and tried disabling it?
    I’m not sure what could ba causing this, what web host are you using?

    Best regards,
    Mike

    #1433804

    Hey Rikard,
    of course. Please find it in the private content area.

    What you see there:
    Now the navigation link “Kontakt” has the “Button Style Colored” orange background – which is set in Enfold’s “general styling” settings.
    When I move the mouse over it, the colors changes a little bit.

    With Yigit’s code I can change the background to any other color – but unfortunately I can’t change the color slightly when mouse-over.
    In other words: for me, the font color of “Kontakt” should remain white, the background should be black, and when hovering, the background should turn orange.
    That’s definitely possible, isn’t it?
    :-)

    Thanks for help and best regards
    Grobi

    #1433801

    In reply to: Enfold Theme

    Hey Koen,

    There are no problems like that with the current version of the theme, so it will likely be solved.

    The update to 5.6.10 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or use a plugin to upload the theme zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1433788
    Koen Koevoets
    Guest

    Will the bug in the portfolio filter be solved when updated from version (4.4.1)? The filter in the portfolio gid shows irregular behaviour. When selecting a category it does not show 20 items but only 1 item. I tried to solve this by building a new page with new portfolio grid, but it keeps showing irregular behaviour.

    #1433782

    Hi,


    @divinecurio
    : Please try toggle or temporarily disable the Enfold > Performance > File Compression settings to reload the updated scripts and stylesheets. If you have a cache plugin, make sure to purge the cache or disable it temporarily. Let us know if this helps fix the issue.

    If you need more assistance, you can open a new ticket in the following link: https://kriesi.at/support/forum/enfold/#new-post

    Best regards,
    Ismael

    #1433770

    In reply to: cookie banner position

    Hi,

    Thank you for the inquiry.

    Instead of adding this css modification, have you tried adjusting the Message Bar Position settings in the Enfold > Privacy & Cookies > Cookie Handling tab?

    If you want to proceed with the css code, please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    #1433760

    In reply to: Slider behaviour

    Hey 1x1med2023,

    Thank you for the inquiry.

    It might be an issue with file compression. Please disable the cache plugin temporarily or just disable the cache plugin’s minification or compression settings. Then,= go to Enfold > Performance panel and disable the File Compression settings temporarily. Let us know if this helps fix the issue.

    Best regards,
    Ismael

    #1433758

    Hi,

    There are currently no plans to implement this feature. But if you wish to implement it yourself, you can start by checking the enfold/framework/php/class-form-generator.php file, particularly the send function. You can also refer to the Google reCAPTCHA implementation in the enfold/framework/php/class-grecaptcha.php file.

    Best regards,
    Ismael

    #1433754

    Hi,

    Thank you for the info.

    We are not yet sure why the sidebar is duplicated. Did you modify any of the template files? Please provide the S/FTP details in the private field so that we can access the theme files. The Appearance > Theme File Editor is not accessible, so we were not able to check the modification.

    We recommend installing a child theme so that you can move the modifications there.

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

    Best regards,
    Ismael

    Hi Rikard

    Sorry to have to make you break this down. I’m summarizing my process below with my clarifications, please correct anything I have wrong. The plus side of this is that someone else with the same issue in the future will have a detailed instructions for exactly how to do this without messing up so hopefully fewer support tickets on this in future :) Thank you!

    High Level Process
    Backup site via All-In-One WP Migration plug-in –> Under Enfold->Import/Export–> Export Theme Settings File –> Delete Current Enfold theme –> Delete Pages, Posts, Media, extra plug-ins –> Reset WordPress using “WordPresss Reset” plugin –> Upload the Entire Enfold Zip File I purchased (which will reset theme)–> Upload Child theme–>follow steps 2 to 4 of the “Installing Child Theme instructions” link –> Activate Child theme –> Import Theme Settings file –> Import Website Backup file via All-In-One WP Migration plug-in .

    After that I’m back in business

    #1433732

    Hey znello,

    I would recommend that you generate a second token, so that you can revoke each token if that should be necessary. Please refer to this on how to generate a token: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1433731

    Hey limedrop,

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

    #menu-it-avdeling .current_page_item a {
      font-weight: bold;
      color: red;
    }

    Best regards,
    Rikard

    #1433727

    In reply to: Freaking slider

    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

    #1433726

    In reply to: Logo is blurred

    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

    #1433725

    In reply to: Enfold never more

    Hey Keasyconciergerie,

    Double post, closing. https://kriesi.at/support/topic/enfold-never-more-2/

    Best regards,
    Rikard

    Hi,

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

    @media only screen and (min-width: 768px) and (max-width: 989px) {
      .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks {
        display: block;
      }
    }

    Best regards,
    Rikard

    #1433717

    In reply to: cookie banner position

    Hey Gianluca,

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

    .avia-cookiemessage-bottom {
      bottom: 50px;
    }

    Best regards,
    Rikard

    #1433710
    Webvriend
    Participant

    See private content:

    • This topic was modified 2 years, 1 month ago by Webvriend.
    #1433707
    znello
    Participant

    Hello,
    I just bought a second Enfold licence. May I use the same token as for the first one, or do I have to use another one?
    In this case: how do I get a another one?
    Cheers
    znello

    #1433706

    Hi Ismael, thanks for your answer.

    I entered your code, but inside the Gravity Post Creation I still only see this Custom Fields :(

      breadcrumb_parent
      filesize
      footer
      footer_behavior
      footnotes
      header_title_bar
      header_transparency
      layout sidebar

    I don’t see the Enfold Custom Field featured_image that should allow me to select between the option “Show on single entry / Hide on single entry”.

    Best regards,
    Oriano

    #1433687

    Topic: Enfold never more

    in forum Enfold
    Keasyconciergerie
    Participant

    It’s almost two weeks since I found myself blocked since I no longer have access to modifications to my site.
    a response every 24 hours which sends me to the host who sends me to the theme and so on…
    just crazy to pay for a service so that you can be taken away at the slightest problem

Viewing 30 results - 10,081 through 10,110 (of 244,475 total)