Viewing 30 results - 24,481 through 24,510 (of 244,542 total)
  • Author
    Search Results
  • #1358530
    gentilinim
    Participant

    Hey,
    in my blog side bar compare this message at the place of Mailchimp Form:
    “Avviso di amministrazione per:
    Iscrizione Mailchimp

    Questo elemento è stato disabilitato nelle impostazioni del tema.
    Puoi attivarlo da qui:
    Impostazioni Prestazioni”
    I don’t have plugins – I use Enfold Theme Mailchimp API KEY
    Thank You
    Marco

    #1358529
    gentilinim
    Participant

    Hey,
    in my blog side bar compare this message at the place of Mailchimp Form:
    “Avviso di amministrazione per:
    Iscrizione Mailchimp

    Questo elemento è stato disabilitato nelle impostazioni del tema.
    Puoi attivarlo da qui:
    Impostazioni Prestazioni”
    I don’t have plugins – I use Enfold Theme Mailchimp API KEY
    Thank You
    Marco

    #1358528
    KulturDesign
    Participant

    dear Kriesi Team
    desperatly seeking a solution for my styling problem. could you help? I´m working on a customer site since 4 days and until yesterday everything went good. Today I´m having trouble with the css styles.
    When I change on ENFOLD CHILD THEME OPTIONS for example the <p> tag – on the frontend nothing happens.
    When I change on ENFOLD CHILD THEME OPTIONS for example the <main menu links> on the frontend nothing happens.
    I´m getting only the default css styles (I guess)
    please see screenshot how the page looked like
    screenshot

    any ideas what to do? help appriciated

    #1358526
    coloradobites
    Participant

    Hello,

    WP Engine has notified me that I’m over my hosting storage limit with them, and it appears that there is over 20GB in the uploads/dynamic_avia folder for some reason. I have followed the directions here, as well as cleared my cache (https://kriesi.at/documentation/enfold/optimization/#troubleshoot), but that doesn’t seem to have reduced the storage size in my WP Engine portal (several days later).

    I have provided the WP and SFTP logins, but I don’t want to just delete items in the file myself in case I break something.

    Installed the market plugin.
    Plugin recognised a later version of theme available.
    Used plugin to try and update.
    Plugin then reported ‘Updating failed The theme is at the latest version
    Now Enfold ‘Theme Update’ panel shows an update is available
    Use update now button
    Update worked

    So this is resolved for now but we’ll see what happens with the next Enfold update.

    Thanks for your help. Good to know about the Envato plugin.

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    Rustybucket
    Participant

    I have several Enfold installs, all on the same server, each with their own cpanel account and all setup the same. One site fails to see the available Enfold updates. Here’s what the theme update section shows:

    No Updates available. You are running the latest version! (4.9.2.3)

    When I use the ‘check manually’ option it shows no available updates.

    I have:

    Reset file permissions on the theme files to 0644 (most were set something else for some reason)
    Cleaned transients
    Created new API token
    Disabled plugins

    WP core and plugins all see their available updates.

    Nothing in error log. Nothing in site health report. Using php 8.1 (same as some of the other sites).

    I’m all out of ideas. I am aware I can update using FTP but that is not a manageable long term solution. Can you:

    1) suggest anything else I should look at
    2) explain how enfold checks for updates – is there a network call it should be making that I can check the response of for example?

    Many thanks

    #1358499

    In reply to: Font size

    Hey daves1997,

    Please check under Enfold->General Styling->Typography.

    Best regards,
    Rikard

    #1358498

    Hi,
    Thank you for your patience, I was not able to figure out what the conflict was and I was not able to recreate it on my test site, so in the interest in solving this for you I disabled the Main Menu Indicator in the Enfold Theme Options ▸ Advanced Styling ▸ Main Menu Indicator:
    2022-07-15_002.jpg
    and wrote this css for your site and added it to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #avia-menu .menu-item-top-level.current_page_parent .avia-menu-fx,
    #avia-menu .menu-item-top-level.current_page_item .avia-menu-fx {
    background-color: #a83331;
    color: #ffffff;
    border-color: #861110;
    opacity: 1;
    visibility: visible;
    }

    Now all of your main menu items have the correct Menu Indicator when on the page or it’s sub-menu item anchor.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1358497

    In reply to: Modifiche non visibili

    Enfold Child Opzioni tema > general style > Select a predefined color scheme : I entered splash green but I don’t change my appearance

    #1358494

    In reply to: Modifiche non visibili

    Hey giannicolasicola,

    Which changes in specific are you referring to? You might have to toggle the option to delete the old CSS and JS files under Enfold->Performance.

    Best regards,
    Rikard

    #1358489

    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

    #1358485

    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

    #1358480

    Hi marcomila,

    This thread is 7 years old. Please open a new thread and try to explain your intentions a bit further. I’ll close this thread for now.

    Best regards,
    Rikard

    #1358473

    Hi,

    Thanks for all the suggestions. Despite trying all the combinations the wretched message is still there.

    I think it might actually be something to do with the Google Settings? have you done a search for the error message itself?

    “This contact form is deactivated because you refused to accept Google reCaptcha service which is necessary to validate any messages sent by the form”

    There are 472,000 pages displaying this message. So hard to imagine they are all to do with Enfold???

    Here is an example: https://sharkrayareas.org/contact/

    I think I need to go back to the Enfold sum one instead???

    #1358471

    Hi,

    Thank you for the info.

    The changes are not working because the advanced styling for the h3 element overrides the custom css. Try to use a more specific selector, or replace the previous css with the following code.

    #top #wrap_all #main .avia-form-success {
        font-family: 'montserrat';
        font-size: 18px;
        background: transparent;
        color: red;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1358463

    Hi Ismael, thank you for your reply.
    I’ve tried to include that code in my child-theme functions.php but I get a fatal error:

    Fatal error: Uncaught Error: Class “aviaFramework\widgets\base\Avia_Widget” not found in website.com\wp-content\themes\enfold-child\functions.php:21

    Line 21: class avia_newsbox extends \aviaFramework\widgets\base\Avia_Widget

    #1358449

    you can shift the column the image is inside. That is possible with older enfold versions.

    row margins : custom margins.

    #1358446

    Dear both,
    thx for the quick reaction


    @guenni007
    – great idea; I am still on Enfold 4.9xx, but will try V5 acc

    cheers Tilman

    #1358445

    In reply to: Enfold Showcase

    Big thanks to Arno Weterings who is the author of Arnoweterings speed and performance optimisation for Enfold

    Arno and I have been speaking regularly about Enfold Speed and Performance for the past few years. He forwarded me an enquiry from the website owner in need of assistance optimising a self built Enfold site.

    Ligety Weibrecht Ski Camp Mt Hood Oregon USA

    The site had some major configuration issues – using Cloud Flare DNS which was incompatible with their hosting providers Varnish Cache. I removed Cloud Flare and several premium plugins saving the customer over $150 per year in licenses.

    Conducted a full site review and performance analysis
    Removed Cloud Flare and reset the DNS back to Dream Host
    Fixed a compatibility problem with Caching so Varnish Cache worked properly
    Updated and licensed Enfold (over 2 years out of date!)
    Upgraded to the latest Paypal payments plugin
    Redrew the logo so a higher res copy could be used
    Deactivated several unused or incorrectly configured plugins
    Rebuilt every page on the site using Enfold best practice
    Added over 500 lines of code to functions.php to optimise Enfold and WordPress
    Ran a database optimisation
    Added WebP
    Removed Enfold auto generated image sizes and added new ones for srcset
    Added social share imagery
    Added missing H1 tag and intro paragraph to home page
    Tidied up WooCommerce pages
    Removed redundant custom css and functions.php code

    The Results
    The site now runs extremely well and no longer lags through WP-Admin. It was almost unusable with server timeouts and disconnect errors when I started.

    The site scores up to 97/100 in Google Web Vitals mobile speed testing

    As a UK based business I’d like to extend my thanks to Gary at Ligety Weibrecht who has been extremely trusting of me to get this work done properly and legitimately remotely. The company is based over the other side of the pond in the USA.

    • This reply was modified 3 years, 8 months ago by thinkjarvis.
    #1358444

    depends on the enfold version you are running.
    The newest one got a own options dialog on this Image – Advanced tab:

    see here an example : https://enfold.webers-webdesign.de/image-overlap/

    #1358442
    smudgedesign
    Participant

    Hello, Is it possible to add a widget area to the mega men
    or even a shortcode for blog posts?

    I’d like to have the latest 3 blog posts dynamically in the main navigation
    which is configured as a mega menu.

    #1358437

    Hi Peter,

    Thanks for the update.

    Where can we check the contact form? Please post the site URL in the private field so that we can check the modification further. You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings while editing the site.

    Best regards,
    Ismael

    #1358431

    Hi,

    Thank you for the inquiry.

    Did you enable the cookie consent messages from Privacy & Cookies panel? The notification or error occurs because the Default Cookie Behaviour is probably set to the third or fourth option. These options give users the option to manually allow external services such as the map in the privacy modal popup window or within the privacy page. The services will not load without user permission.

    Please check the following documentation for more info about the privacy options.

    // https://kriesi.at/documentation/enfold/privacy-cookies/

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    It seems to be an issue with the file compression settings. Please go to the Enfold > Performance panel, then temporarily disable the File Compression settings, both css and scripts. Let us know if the issue persists after deactivating the options.

    Best regards,
    Ismael

    #1358426
    oestersund
    Participant

    Dear Team,
    I wonder if there is a way with enfold to realize an effect like on this page https://www.timm-tiegelkamp.de/karriere/ (team picture below top slider). I.E. the upper image border is exceeding the related color section. If possible, this shall work as well on LT as on mobile. I´ve tried some enfold settings, but was not successful.

    thx a lot & best regards Tilman

    #1358422

    Thanks for your reply Rikard
    This problem happened when I overwrote the entire ENFOLD theme and received the automatic email from WordPress as a result.
    But if I were to delete the theme and then copy it again via FTP I might have problems? … would I have to set everything up again or would my settings that I made not change at all.
    I think this option because I had no problems before.
    I know it might also be stupid, but as a non-expert I’d like to do this.
    Let me know if you need to be able to access the site.

    Thank you again so much for your help

    Best Regards

    Stefano P.

    #1358418

    In reply to: Bookly Form 'Extras"

    Hi,
    Thank you for the link to your site and the screenshot, please try this css in the Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    #top #main .bookly-js-count-control ~ input[type="text"] {
    	display: inline-block;
    }

    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

    #1358417

    Hey ewebbdesigns,
    Thanks for the link to your example page, I see the box-shadow:
    2022-07-14_010.jpg
    this is the css that creates it:

    .partners {
        background-color: #FAFAFA;
        -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) inset;
        -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 20%) inset;
        box-shadow: 0 10px 20px rgb(0 0 0 / 20%) inset;
    }

    since you want it in so many different places I would recommend adding a custom class to each element that you want it to show below, but I can’t see your site because the link doesn’t go to it, so please link directly to it.
    Please see our documentation for adding a custom class and try adding the above css, if you need further help please include an admin login in the Private Content area and we can help will some step-by-step instructions for you to address all of your elements.

    Best regards,
    Mike

    #1358415

    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

Viewing 30 results - 24,481 through 24,510 (of 244,542 total)