Viewing 30 results - 1,051 through 1,080 (of 7,495 total)
  • Author
    Search Results
  • #1291621

    Thanks Guenni007, that did the trick. I do work with a child theme and insofar this is the only issue I seem to have, so reuploading enfold feels like WAY to much hassle :P changed the code to the following (and it works)

    #searchsubmit {
        background-color: red !important;
        color: #000 !important;
    }
    #1291559

    In reply to: SearchWP – 4

    Hi Dan,

    Thanks for your patience!

    I have contacted SearchWP team and ask them to help us update the snippet again. I shared a copy of Enfold, link to this thread as reference and requested a copy of SearchWP in case they do not have time so our devs can look into it.

    We will update you here :)

    Best regards,
    Yigit

    #1291543
    SoundComposer
    Participant

    Dear Kriesi Team!

    I’ve created a new website in 3 different languages using the WPML plugin and Enfold Theme.
    I’m not sure how to insert the google analytics when having a multilingual site. Searched the internet but nothing clear when it comes to the Enfold theme.

    What I’ve done is this:

    In the wordpress dashboard under the “Enfold” menu the “Google Services” can include different tracking codes depending on which language version I click on inside the Enfold dashboard. So therefore I created in google analytics three different properties with each one directing to either the default language (www.lamola.dk), the english version (lamola.dk/?lang=en) or the german version (lamola.dk/?lang=de). So one property for each language. I did not create a subdomain/subfolder for the languages in wpml.

    In the Enfold menu of the dashboard, I choose a language and insert the corresponding google analytics code for each language. See screenshot: https://ibb.co/ThhLHDn

    My question is:
    is this correct way of doing it in Enfold? Or should I use the same google analytics tracking code on the whole website and copy paste the same code in all 3 language versions of the Enfold dashboard?

    And does this disrupt that I also have the MonsterInsigts pluding installed with a UA code connected from the Danish google analytics property (the UA used in MonsterInsights and the G copied into Enfold, the two other languages only have G codes).

    Please bear in mind I have no knowledge of coding or programming. Just using wordpress/enfold and copy pasting code :)

    Thanks in advance!
    Best
    Toni

    • This topic was modified 4 years, 11 months ago by SoundComposer.
    makeck
    Participant

    I have taken over a website with Enfold and am new to the theme. There is a fixed Facebook button here (class side-menu) which must come from the Enfold theme or? Have now searched everywhere in the settings and found nothing how I can delete this facebook button.

    Thanks for help!

    #1291457

    Hey,

    I am sorry for the late reply!

    I was searching for more technical solution and did not think background image was stretched until @rikard pointed out :)
    I added following code to Quick CSS field in Enfold theme options > General Styling tab

    @media only screen and (max-width: 1024px) {
    .avia-safari .av_fullscreen li {
    background-attachment: scroll !important;
    background-size: cover !important;
    }}

    Please review your website :)

    Regards,
    Yigit

    Christopher Wingate
    Guest

    To whom it may concern,

    I am writing to discuss a project opportunity. My architecture firm MSR Design is putting together a project team to respond to an RFQ for a comprehensive plan for a local University. The RFQ states that the deliverable must be interactive and the project team should include professionals with expertise in designing interactive deliverables. I really like the Architecture 2030 Palette website as an architectural practitioner and faculty member teaching sustainable design and I saw that the website credits the Kriesi Enfold theme.

    I am reaching out to talk with someone about your work on this website and to see if you are interested in joining our team as we respond to this RFQ. After researching the Enfold theme a bit, I understand that it has been developed to be a theme for WordPress. I am wondering how involved your team also was with the layout and organization of the Architecture 2030 Palette and, by extension, how involved you would want to be in developing a website as part of this Comprehensive Plan effort.

    Please feel free to email me or call me directly at [moved to private content field] to discuss this project further. Thank you for your consideration.

    • This topic was modified 4 years, 11 months ago by Yigit.
    #1291414

    Topic: Google Console

    in forum Enfold
    astrogim
    Participant

    Google Search Console is giving me a 5xx type of error on the following 4 pages:

    https://hobbiesdeluxe.com/wp-content/themes/enfold/framework/avia_framework.php
    https://hobbiesdeluxe.com/wp-content/themes/enfold/framework/php/inc-avia-importer.php
    https://hobbiesdeluxe.com/wp-content/themes/enfold/framework/php/inc-autoconfig.php
    https://hobbiesdeluxe.com/wp-content/themes/enfold/framework/php/class-tgm-plugin-activation.php

    This could be related to some plugin or to some memory setting. Anyway, I’m not sure on how to proceed from here.
    Any help will be surely appreciated.

    #1291318

    In reply to: Server error (5xx)

    Hi,

    @ashforthmarketing
    I don’t have any experience with /wp-includes/sodium_compat/ and this is the first time I’ve heard of it, but in my research, I found that it could be related to a 32-bit server, here is the WordPress Core Bug Report for WordPress v5.2 and it was marked “fixed” with that version.
    Are you still using WordPress v5.2? I don’t fully understand it, but here they say:
    The sodium_compat library can be very slow for certain operations on 32-bit architectures, which can lead to web server timeouts while attempting to verify an update.
    and the solution is: Upgrade/Install: Don’t run signature verify on slow 32-bit systems.
    Perhaps that is what your webhost is referring to when they say they can not do it on your server? I don’t know.
    If it was me, I would try a new WordPress install on a testing sub-domain and see if the error continues, my thought is that the error has fixed but upgrading from this version on a 32-bit server will continue the error, where a new install will solve.
    This is just a guess, and I can not spend a lot of time on a non-Enfold issue, as our support queue is very far behind right now, but I hope this helps. Thank you for your understanding.

    Best regards,
    Mike

    #1291285

    Hi Rikard,

    I noticed that archive title category have a prefix (“Archive for: ”) which I would like to remove. After further research I found the solution … on your site. By using hook filter called ‘avf_which_archive_output’ with function called ‘avia_new_archive_output’. But I spent a lot of time to find it.

    Do you have an exhaustive hook and function list (Ava, avf,avia) on your website ? Because I did not found it on your Hook and Filter page (https://kriesi.at/documentation/enfold/hooks-and-filters/).

    In addition, I would like to change default values for ‘posts per page’ and ‘pagination’ (enable / disable) for ‘blog posts’ element.

    For instance, the following code does not work within a function triggered by filter hook ‘avia_post_slide_query’ :
    $query[‘posts_per_page’] = 24;
    $query[‘nopaging’] = true;
    I used this filter and function to filter some posts by author (which works fine).

    In the same way, I am trying to filter posts with ‘masonry grid’ and I’m wondering which filter to use because ‘avf_masonry_loop_prepare’ does not allow to filter.

    Hope my explanations are more clear this time.

    Best regards

    Jorge

    #1291133

    On every of my installations the edit button is there. Well I think your installation of Enfold is faulty then.
    Do you work with a child-theme? Then you can try to reupload enfold again.

    The selector for that is:

    #top .avia_search_element #searchsubmit {
        background-color: red !important;
        color: #000 !important;
    }

    but you had to find the fault anyway

    • This reply was modified 4 years, 11 months ago by Guenni007.
    omunyak
    Participant

    Hi Enfold Team,

    i just have one question in regards to the ajax search.
    As all search results will be shown in uppercase letters (especially the headlines) i want to know if there is a trick
    to change that to it’s normal headline (lowercase or similar)?
    I would be greatful for any tipps and hints.
    Thank you.

    Best, Oliver

    #1291077

    you placed the Layout Builder Element : Search in your Layout.
    Go and edit this Element – a popup arises and you have on that popup different setting options.
    On Top you see four tabs :

    Press the Styling Tab and scroll to “Form Colors” ! If you have toggles ( you can switch of that toggles on Enfold Options to always have opend all toggles)
    open that toggle and see- the image from above : https://kriesi.at/support/topic/change-search-widget-search-button-color/#post-1290959
    The last one is for “Button Background Color”

    #1290924

    Hi Synthea79,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
     #top input[type=search] {
       padding: 13px;
       margin-bottom: 10px;
     }
     .woocommerce-product-search button[type=submit]{
        background-color: #f3ffde;
        color: #658529;
        border-color: #d1ddbc;
        margin: 0;
        border-radius: 2px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        font-weight: 400;
        font-size: .92em;
        width: 100%;
        padding: 13px 10px;
        outline: none;
    }
     
    

    Next time, please refrain from replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1290616
    acscreativenew
    Participant

    So I have search the forum and found lots of topics regarding this but they are all over a year old and most of them say that this issue has been fixed with updates in new releases.

    I’m running the latest version of enfold and gravity forms but my form does not work on mobile if it has condition logic?

    I have turned off all the performance options and have also turned off all plugins to check. Changing to the default 2021 theme the form starts working again.

    Can you advise please?

    Zest
    Participant

    Hi,

    I would really appreciate your help. After I update to the latest version (4.8.1) the pages break if I have a masonry in them. I have upgraded successfully on other sites and therefore i suspect this has something to do with customizations I have had done in the child theme.

    I found some discussions and hints but unfortunately I cannot find a cure no matter how I search https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb and https://kriesi.at/support/topic/masonry-is-not-working/

    I suspect there is something in the child themes function.php – can you perhaps see?

    Grateful for any help I can get :)

    #1290149

    In reply to: Fatal Error – Enfold

    Hi dezomat2,

    What version of Enfold are you using?
    I have checked functions-enfold.php in line 293, but I’m seeing this:

    if ( $search_parameters['results_hide_fields'] !== '' ) 
    {
        $search_parameters['results_hide_fields'] = explode( ',', $_REQUEST['results_hide_fields'] );
    }
    else 
    {
        $search_parameters['results_hide_fields'] = array();
    }

    Best regards,
    Nikko

    I just looked at the site. You wrote “it’s applying on your site now” but I don’t see the text. What did you do?
    Should be “standard”. You don’t see the copy! The “Main Content Schriftfarbe” should not be transparent. ;-) Whats wrong?

    It’s about the text field below the first photo. You only see the headline and not the text. The headline is also turquoise instead of the normal standard color.

    Since my last WP update (maybe earlier?) no new copy appears on various pages of my website. On the other hand, the left and bold type can be seen. The copy can also be seen in WordPress.
    Now a friend has noticed that on the website https://xyz.de/wp-content/uploads/dynamic_avia/enfold_child.css?ver=5d7eef9f555c4
    color: transparent can be found. However, I haven’t changed anything.
    Is there a way to easily change this so that it will carry over in the next theme updates too? Or do I have to work via “search and replace” in the FTP?
    Maybe this line is the problem?
    main_color .wp-playlist {color: transparent;}. main_color, .main_color .site-background,
    Best regards,
    Nic

    #1290053
    hanna47
    Participant

    Hi.
    I need help updating Enfold from 4.2.6 to 4.8.1
    I was referred to this post: https://kriesi.at/documentation/enfold/theme-update/ by Yigit (#1288563) to guide me to first update to 4.8.1 and after that to generate a personal token by referring to this post: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token

    But I am stuck at step one since there is no notification to update the theme inside WP and when I go to Theme Options –> Theme Update I am requested to enter an API Key. However, the guide on where to find the API Key is outdated and searching the support forum here I understand that Envato/Themeforest has discontinued the use of API Keys and uses tokens instead (#1275157).

    So how do I proceed with the update without an API Key or Personal Token, since I need to update before generating a Personal Token?

    #1289853

    In reply to: Enfold Grid Search

    Yes. I asked if there is a definitive thread for the recommended changes the Enfold support team recommend to make to get a grid search.

    Cheers,
    Jason

    #1289823

    In reply to: SearchWP – 4

    Hey SearchWP,

    Thanks for the heads up! We have updated the docs – https://kriesi.at/documentation/enfold/search/#use-searchwp-instead-of-the-standard-search :)

    Regards,
    Yigit

    madsonic
    Participant

    In English:
    When Relevanssi and the plugin “Stop bad bots” are enabled, the Ajax search does not work anymore.
    Via Query Monitor I get the message that there is a PHP Error in the Ajax query.

    Stop bad bots firewall is disabled, there seems to be a conflict. The developer of Stop Bad Bots has changed the plugin so that the server’s own IP is automatically whitelisted but to no avail.

    Without relevanssi the life search works without errors.

    What could be the reason for this? these are the PHP errors from the console:

    Deutsch:
    Wenn Relevanssi und das Plugin “Stop bad bots” aktiviert sind funktioniert die Ajax Suche nicht mehr.
    Über Query Monitor erhalte ich die Meldung, dass ein PHP Error in der Ajax Abfrage ist.

    Stop bad bots firewall ist deaktiviert, es scheint einen Konflikt zu geben. Der Entwickler von Stop Bad Bots hat das Plugin geändert, so dass die Servereigene IP automatisch in die Whitelist kommt aber ohne Erfolg.

    Ohne Relevanssi funktioniert die Life-Suche ohne Fehler.

    Woran könnte das liegen? das sind die PHP-Fehler aus der Konsole:

    
    PHP Errors in Ajax Response
    query-monitor.js:376 {key: "0115c3c3fa384233cb4f4e929ba0f1ff", type: "warning", message: "Attempt to assign property 'query_vars' of non-object", file: "wp-content/themes/enfold/config-relevanssi/class-avia-relevanssi.php", line: 119, …}
    
    query-monitor.js:376 {key: "a6b194170c708823a88fa2e2526e21f7", type: "warning", message: "Attempt to modify property 'query_vars' of non-object", file: "wp-content/plugins/relevanssi/lib/search.php", line: 1411, …}
    
    query-monitor.js:376 {key: "e76cc9c37ebc6a6b8b825900797433a2", type: "warning", message: "Attempt to assign property 'found_posts' of non-object", file: "wp-content/plugins/relevanssi/lib/search.php", line: 896, …}
    
    query-monitor.js:376 {key: "6ea387976421d1b19fe09cfc5976edff", type: "warning", message: "Attempt to modify property 'query_vars' of non-object", file: "wp-content/plugins/relevanssi/lib/search.php", line: 899, …}
    
    query-monitor.js:376 {key: "00b3d6eb53abc5d94b13fb6d9e7f3541", type: "warning", message: "Division by zero", file: "wp-content/plugins/relevanssi/lib/search.php", line: 904, …}
    
    query-monitor.js:376 {key: "2460685565fea17061709a6ba41300ee", type: "warning", message: "Attempt to assign property 'max_num_pages' of non-object", file: "wp-content/plugins/relevanssi/lib/search.php", line: 904, …}
    
    query-monitor.js:376 {key: "2a4f1f4d8fbaca7a154b7490b46e70a0", type: "warning", message: "Attempt to assign property 'posts' of non-object", file: "wp-content/plugins/relevanssi/lib/search.php", line: 1022, …}
    
    query-monitor.js:376 {key: "7c0a4b012f13ee2dcbab367d799f0cca", type: "warning", message: "Attempt to assign property 'post_count' of non-object", file: "wp-content/plugins/relevanssi/lib/search.php", line: 1023, …}
    
    • This topic was modified 4 years, 12 months ago by madsonic.
    #1289671

    Topic: Fatal Error – Enfold

    in forum Enfold
    dezomat2
    Participant

    Hi

    i get the following error:

    Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /homepages/44/d40871808/htdocs/wwwneu/wp-content/themes/enfold/functions-enfold.php on line 293

    Did someone have the same error?

    Here is line 293 from my enfold functions:

    foreach($post_type as $post)
    {
    $image = get_the_post_thumbnail( $post->ID, ‘thumbnail’ );

    $extra_class = $image ? “with_image” : “”;
    $post_type = $image ? “” : get_post_format($post->ID) != “” ? get_post_format($post->ID) : “standard”;
    $iconfont = $image ? “” : av_icon_string($post_type);
    $excerpt = “”;

    if(!empty($post->post_excerpt))
    {
    $excerpt = apply_filters( ‘avf_ajax_search_excerpt’, avia_backend_truncate($post->post_excerpt,70,” “,”…”, true, ”, true) );
    }
    else

    Php is PHP 7.4

    Cheers
    dezi

    • This topic was modified 5 years ago by dezomat2.
    #1289623

    In reply to: SearchWP – 4

    Hi @Rikard — it would be great to get the snippet on https://kriesi.at/documentation/enfold/search/#use-searchwp-instead-of-the-standard-search updated as well. Are you able to do that?

    #1289267
    SearchWP
    Participant

    Hi there! If you are using SearchWP version 4 you will need to use a slightly different snippet than the one available on

    https://kriesi.at/documentation/enfold/search/#use-searchwp-instead-of-the-standard-search

    This snippet will work for both SearchWP 3 and 4: https://gist.github.com/jchristopher/7a4926bd6035fbf06689df2d7a2a72f3

    • This topic was modified 5 years ago by SearchWP. Reason: Updated URL to be a link
    #1288795
    sdigit
    Participant

    Hi all!

    It seems Enfold auto-generates index pages for portfolio categories.
    For each category, there is one page of the root domain with the category name, and one with /?avia-element-paging=2 appended.

    So there, is:
    – domain.com/category-name/
    – domain.com/category-name/?avia-element-paging=2

    And these are being indexed by search engines and causing us a bit of trouble.

    Can these be turned off, and how to do so?

    Thanks for any advice! I’ll leave the specific pages in Private Content if you want to see them.
    D

    #1288735

    Thanks Günter that’s very helpful. (We are now on WP5.7 and Enfold 4.8.1) without issues.

    Are there any tricks for locating old forum posts? Nothing comes up against the account or search via user name. They would have been 2018 ish.

    Thanks.

    • This reply was modified 5 years ago by igotmusic.

    Hi Patrik,

    You’re welcome :)

    Will these settings persist when updating to a future version?
    Yes, it will persist in the future, I think the only thing that can break it is if the content in one of the two columns will change (height changes), then it will need to be re-adjusted.

    Do you have a good tip where I can look up / read such topics myself?
    I would suggest first looking into our documentation: https://kriesi.at/documentation/enfold/
    The changes I made is related to this topic: https://kriesi.at/documentation/enfold/add-custom-css/
    Search for How to use google web inspector (you can search it on youtube as well), this helps to know how to target parts/elements in the page.
    Also, search for CSS tutorials (the code I gave is all CSS).
    Hope this helps.

    Best regards,
    Nikko

    #1288430

    Hi,

    The basket in enfold shows on the desktop on the right hand side of the screen. However in mobile view it disappears and the user has no way of getting to the basket apart from searching for it. Can you assist please?

    Thanks.

    hectorfosado
    Participant

    Hello. I recently migrated a simple 5 page WP Enfold website to a new hosting and suddnely found myself surpassing the 750,000 inode limit, with both CPU and RAM resources maxed out, and intermitent database connection errors. Upon research by the hosting support team they pointed out it was Enfold, which I resisted to believe. They pointed towards a specific folder wp-content/uploads/dynamic_avia/ which I then deleted, and all of a sudden the inodes were down to around 20,000… but with each passing day things have gone back to the initial saturation status, and now I have no doubts that something is not working with my Enfold. Can you help me make it stop this shocking behavior?

    In the private content area you’ll find a few lines from the log report.

    #1288258
    emielvanwegen
    Participant

    Good day team Kriesi! Loving Enfold…

    Via Google Page Speed Insights, I noticed that the video on my home page (https://lysandro.nl) loads 2 times. This heavily influences the server load times and Time to First Byte.

    I have searched and searched, but there is absolutely no reason why this video loads twice. What am I overlooking? How can I prevent this from happening? In the private content Section I am providing you with details to log in.

Viewing 30 results - 1,051 through 1,080 (of 7,495 total)