Viewing 30 results - 1,801 through 1,830 (of 7,502 total)
  • Author
    Search Results
  • #1151142
    topmedialab
    Participant

    Hi,
    I have a problem with the ajax search function.
    I want that the search to be possible even from mobile, I tried to follow as here: https://kriesi.at/support/topic/mobile-search-bar/
    I added
    “echo get_search_form();”
    on Header.php file after
    “do_action(‘ava_after_main_container’);”
    Then I add the following code to CSS in Enfold theme options
    “@media only screen and (min-width: 767px) {
    #top #searchform>div { display: none; }}”

    So desktop search doesn’t work and the search icon on mobile is not good (you can see in private content ).
    Thank you!

    #1150995
    Adam Greenberg
    Guest

    Hello, A few years back a designer built a WP site for me using the enfold theme (child). I’ve been maintaining things since. I’m no expert, but functional to make changes to the site. Yesterday while editing a page, the Avia builder became unstable and won’t load pages nor allow a switch to the default editor. Its just stuck. All pages in the site are unable to load. I’m running WP 4.7.15 and enfold 3.5.2 I’ve researched fixes, but have had no luck and restoring the site to a version from about a week ago didn’t change the behavior. I’ve wondered if the theme needs to be re-installed. I don’t have an account with you since my designer made the site. Do I need to purchase a single user for Enfold to be able to fix this perhaps with an upgrade? I would have tried your tech support page, but without an account I cant’t.

    Thanks, Adam Greenberg

    #1150839

    I have this same problem.

    Enfold is generating an extra URL for each individual page.
    It does so with the search icon code:

    
    <a href="?s=" rel="nofollow" data-avia-search-tooltip="......
    

    Yoast SEO adds a canonical tag to the duplicate URLs, which points to the original URL.
    But yes, this is not very crawl-budget friendly…

    #1150731
    ilowelife
    Participant

    Hello:
    I have done some searches but can’t find if someone’s asked this before.
    I’d like to use the masonry or grid element to display blog posts of ‘link’ type and have the card/grid item link directly to the page that the link post is linked to instead of the post itself. Basically, a gallery of external links.

    Is this possible with straight-up enfold or do I need to use a plugin like Content Views (ugh) to do this?

    Thank you

    #1150637

    Hi markwilliams,

    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

    
    @media only screen and (min-width: 768px) {
      #top .menu-item .inner_tooltip #searchform {
          top: 0px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    Here is a working code solution for those searching for a temporary workaround. Afterwards WP-Rocket lazy loading works with Enfold. The logo will neither lazy-load nor disappear ;-)

    
    /* Compatibility fix for Enfold Main logo with WP-Rocket Lazy-Load */
    add_filter('avf_logo_final_output', 'mip_fix_enfold_logo_wp_rocket');
    function mip_fix_enfold_logo_wp_rocket($logo) {
         return str_replace("<img","<img data-no-lazy=\"1\"",$logo);
    }
    

    Best,
    Jan

    #1150494
    profumopuntoit
    Participant

    Hello
    we have a domain that use Enfold Version: 4.5.3
    and we have a staging site where is installed Enfold Version: 4.6.2 where I see that you have added support to Relevanssi

    We where using the code suggested in https://kriesi.at/support/topic/limit-ajax-search-results-with-relevanssi/#post-404320 but we have removed it as indicated in latest directive “Since Enfold version 4.5.7.1 Relevanssi ajax search is supported by the theme in the core.”

    We use Relevanssi because it is an eCommerce and we want to limit the search only to the products

    In the staging site the ajax search in top bar is not working. When I enter a text nothing happens and in the console appears an error saying
    jquery.js:4 POST https://staging-profumo.kinsta.cloud/wp-admin/admin-ajax.php 500

    and in the server error log I see this:
    PHP Fatal error: Uncaught TypeError: Argument 2 passed to Avia_Relevanssi::handler_init_ajax_search() must be of the type array, string given
    ——–
    2019/10/23 10:37:32 [error] 60234#60234: *3534 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught TypeError: Argument 2 passed to Avia_Relevanssi::handler_init_ajax_search() must be of the type array, string given, called in /www/profumo_606/public/wp-includes/class-wp-hook.php on line 286 and defined in /www/profumo_606/public/wp-content/themes/enfold/config-relevanssi/class-avia-relevanssi.php:70
    Stack trace:
    #0 /www/profumo_606/public/wp-includes/class-wp-hook.php(286): Avia_Relevanssi->handler_init_ajax_search(‘get_posts’, ‘numberposts=5&p…’, Array, Array)
    #1 /www/profumo_606/public/wp-includes/plugin.php(208): WP_Hook->apply_filters(‘get_posts’, Array)
    #2 /www/profumo_606/public/wp-content/themes/enfold/functions-enfold.php(255): apply_filters(‘avf_ajax_search…’, ‘get_posts’, ‘numberposts=5&p…’, Array, Array)
    #3 /www/profumo_606/public/wp-includes/class-wp-hook.php(286): avia_ajax_search(”)
    #4 /www/profumo_606/public/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
    #5 /www/profumo_606/public/wp-includes/plugin.php(465): W” while reading response header from upstream, client: 2.38.40.237, server: staging-profumo.kinsta.cloud, request: “POST /wp-admin/admin-ajax.php HTTP/1.0”, upstream: “fastcgi://unix:/var/run/php7.3-fpm-profumo.sock:”, host: “staging-profumo.kinsta.cloud”, referrer: “https://staging-profumo.kinsta.cloud/&#8221;
    ———————-
    Thank you
    Mauro

    #1150094
    Telepsy_NL
    Participant

    Hello,

    I’m using Enfold with the Zen Menu Logic plugin, because we use more then 1 main menu.

    1 problem though…. The search function of Enfold does not work on all these different menu’s.(as in…it’s gone) And I just want the icon with the dropdown on all the main menu’s.

    Can you help me out?

    #1149996
    Zack2410
    Participant

    Hello,

    I have encountered a small problem. I am trying to delete an enfold widget area inside WordPress. The problem is, it just doesn’t bother to be deleted and it’s so annoying. I’ve been trying to search the web to see if I can find some who have experienced the same thing but I can’t find anything. can you help me?

    Thanks in advance.
    Zack

    #1149792

    May i ask you another question please.
    At the moment i am using paypal as a checkout option but would like to add credit card payments as a second selection. i have the woocommerce and wpforms plugins, but it seems like my google search about the best w2ay to pay all leads back to stripe, that it still needs to be connected to it?
    Can you recommend me a good way for the enfold theme which is compatible with wordpress?
    Thank you

    #1149640

    Topic: Analytics code

    in forum Enfold
    soniavoice
    Participant

    Hi, I have issue with Analytics code after Enfold Update. Search Console gives 16.900 clicks in 28 days. Analytics gives 2.457 people in 28 days. In Enfold Theme I can see Analytics code but there is some problem because data report is not correct.

    #1148953

    Hi Willem7904,

    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

    
    body#top > div.av_searchform_element_results .av_ajax_search_entry.av_ajax_search_entry_view_all {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1148917

    Hi!
    I would like to know how to add category title on the page category archive. I searched the forums but found no results.

    Just need to add the category name at the top of the page – i’m using Grid Layout in Blog Layout — Enfold Blog Layout conf, and the title doesn’t appear.

    tks,
    Junior Brambilla

    #1148836
    Priuli
    Participant

    Hi Guys,

    Good morning!
    I was looking for a solution to get solve this issue of get the search bring as results, products,sku, pages and posts.
    In the forum I found this post “Improved search for Woo Commerce” and I’ve implemented in the code, but it doesnt work for me, because it brings as result only products and SKU’s, pages and posts don’t.

    Could you please give me a help to set it up?

    Thanks in advance!

    Regards,
    Eduardo.

    #1148793

    Hey Sigmund,

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

    .search .type-tribe_events .post-meta-infos {
      display:none;
    }

    Best regards,
    Rikard

    #1148370
    xkitr
    Participant

    I have a site running the latest enfold and wpml. Everything is working as expected now, except I cannot translate the Portfolio items. When using the translation editor it only gives me the option to translate the title, and not the full content of the portfolio item. I’ve searched but can’t seem to work out how to get this working correctly. Can you help?

    #1148090

    In reply to: Magazine excerpt

    Thank you Ismael,

    I found this code into functions-enfold.php

    if(!empty($post->post_excerpt))
                        {
                            $excerpt =  apply_filters( 'avf_ajax_search_excerpt', avia_backend_truncate($post->post_excerpt,70," ","", true, '', true) );
                        }

    but removing the dots doesn’t seem to solve the problem.
    Also, the main question remain, why that post is showing the dots and the other one are not? All posts are made the same with the builder and no manual excerpt…

    #1147885
    This reply has been marked as private.
    #1147883
    alliancepp
    Participant

    Hello Support,
    I need some help widening my main menu in my enfold themed site. The site is set to stretch and is 1900px width just to try and get it to widen.
    I’ve dug through the knowledge base and tried several Quick CSS codes from other threads but had no luck.

    We need to widen the site to get About us and Search (magnifying glass will not come up to the top line) and widen the body content+sidebar area too.

    Can you take a look?

    Thanks in advance for your help!

    • This topic was modified 6 years, 6 months ago by alliancepp.
    Zack2410
    Participant

    Dear Enfold Creators. My name i Jonas, and i have been using the theme for 4 months ca. Im working on a website called Smartpowerwear.com, but since the site is experiencing technical difficulties “youre not able to see it”. I was working yerstoday and found some code i would like to edit in the functions Php file. Unfortunatly im very bad at coding so i made a mistake and the whole site, just broke that like that “. What can i do – please help me! i need my site back and please tell me that you can fix this problem.

    If you need passwords or anything just say it and i will give you all my information so we can fix this toghether! I tried to search for severeal hours for a solution also inhere but couldnt find anything! Plase help me.

    #1147798

    Thank you for your reply, unfortunately I had no success disabling the theme’s map element. I tried both methods you described.

    The problem is occuring in the back-end when we’re creating a new post with a custom post type.

    I used a command from ACF’s javascript library, ‘ acf.isset(google, ‘maps’, ‘places’, ‘Autocomplete’) ‘,
    which returned false when Enfold is activated – meaning Autocomplete is not activated. Same command returns true when twentynineteen is active). Somehow Enfold is turning off the autocomplete.

    No message about any javascript conflicts, if I manually enter the address and press the search button the marker is placed at the correct location (this is probably not the Autocomplete API though).
    All APIs are activated for this project in the Google Cloud Platform Console

    #1147221
    Dandelion222
    Participant

    I have some text that I’d like to search for sitewide. Before searching for and adding a plugin for that purpose, I thought I would check and see if Enfold has one built in.

    Zatara
    Participant

    Hello. I am using enfold theme on several websites. In google results on any keyword on which I want to rank my websites, my website shows way better on desktop google search than mobile search. I have been told to change enfold theme ASAP so that my website shows at the same or almost same rank on both desktop and mobile platforms. My competition shows at the same place in all searches. They are using other WordPress themes. I cannot believe that enfold has this type of mobile issues. Before I decide to change my theme, I want enfold theme support to help me recognize the problems and provide me solutions if there is problem with theme. I want to ensure that

    enfold theme is truly responsive
    enfold theme has no SEO issues
    enfold theme is mobile friendly

    I am not asking you to do SEO for me. I also understand that my SEO may not be perfect. But if my website shows number 3 on X keyword on desktop, then it should not show at rank 6 on same keyword on mobile. My competitors show on same rank on both desktop and mobile. Its not difficult to know which WP theme they are using, but I am not mentioning that because it is not relevant to present discussion.

    In private area, I am giving my wordpress website details, keyword and google search details.

    #1146902
    iceensemble
    Participant

    Hello, the website that I am working on uses a custom post type with an extensive taxonomy to create a searchable video library of performances. Recently, another developer decided to use Enfold to decrease our use of external plugins but since then we have not been able to post the archive to a live page. It seems that the custom post type is not an option when designating material to page in the backend.

    Could someone tell me if Enfold is compatible with custom post types? Is there a way that I can use Enfold with my existing custom post type created using Custom Post Type UI (CPT UI).

    #1146861
    Yowl
    Participant

    Hi,

    I searched around for a solution but couldn’t find any that works with my slider.

    I have set up a slider on my site with the LayerSlider plugin. I imported a template slide and edited some of the settings.
    It shows up with images in preview in the page editor, when logged into WordPress (so when I see the WordPress bar in the top).
    But no images show up when using a different browser window. They don’t show in Chrome or Edge.

    – I have no active plugins.
    – I don’t know where to disable image preloading in Enfold (could be an issue according to the documentation of LayerSlider)
    – I have pasted this CSS in the general styling CSS box:

    img.ls-l.ls-preloaded {
    width: auto!important;
    height: auto!important;
    }

    – I believe I have specified the with and height of the images.
    – My Enfold theme is up to date, the LayerSlider should be updated wit the theme I guess, but I don’t have the latest version installed now.

    It would be great to get this working! Thanks!

    #1146809
    chrishilli
    Participant

    Hi to all!

    I updated to the newest version of enfold (4.6.3) yesterday. Then after some work i got the google recaptcha to work.
    But i have a simple onepage site with contact form at the bottom.
    So i get the message: “This contact form is deactivated because you refused to accept Google reCaptcha service which is necessary to validate any messages sent by the form.”
    The user can now accept the cookie consent button but there is no page refresh an the message above is still there. On an one page site no one would mind to refresh to get the form working.
    Or think about a google search result of a contact page. If you click the direct link in google search and end up on the page with contact form it´s useless. Even when the user accepts all cookies. Without page refresh there´s no option to send.
    I already selected “All cookies and services are accepted on first page load, user can opt out” in enfold child settings.

    Is there a way to solve this problem?

    Regards

    Christian

    Hello, I have built a new website with ENFOLD and testing the contact form we see that we do not receive them in our inbox or in spam.
    Reading and researching, I have installed the plugin: Gmail SMTP and something very strange happens, when they complete our forms and send them from cell phones, they sometimes arrive in our inbox without the client’s mail record, and sometimes it does not reach the tray.
    I tried to put this snippet in the theme / child theme functions.php file.
    function change_cf_from () {
         return ” (Email address hidden if logged out) “;
    }
    add_filter (‘avf_form_from’, ‘change_cf_from’, 10);

    and there is a syntax problem.
    I really need your help. I add access to facilitate your help.

    #1146682

    Hi,

    When do you usually get the error notifications? Are the errors the same?

    We tested the 404 theory and can say, that this can’t be the reason.

    The stack trace clearly states that the error occurs in the 404 templates and in the search form icon.

    #1 /var/www/clients/xxxxxx/web00/web/wp-content/themes/enfold/includes/error404.php(17): get_search_form()
    #5 /var/www/clients/xxxxxx/web00/web/wp-content/themes/enfold/404.php(32): get_template_part(‘includes/error4…’)
    #6 /var/www/clients/xxxxxx/web00/web/wp-content/plugins/wp-cerber/cerber-load.php(3632): include(‘/var/www/client…’)
    #7 /var/www/clients/xxxxxx/web00/web/wp-content/plugins/wp-cerber/cerber-load.php(1900): cerber_404_page()
    

    Please disable the plugin temporarily, wait for the error notification and then post the info here.

    Best regards,
    Ismael

    #1145757

    Here is the bug in enfold that causes this:

    Hi guys, here is the bug in the relevanssi adaption in enfold. This used to work flawlessly:

    [07-Oct-2019 11:46:05 UTC] PHP Fatal error: Uncaught TypeError: Argument 2 passed to Avia_Relevanssi::handler_init_ajax_search() must be of the type array, string given, called in /web/wp-includes/class-wp-hook.php on line 286 and defined in /web/wp-content/themes/enfold/config-relevanssi/class-avia-relevanssi.php:70
    Stack trace:
    #0 /web/wp-includes/class-wp-hook.php(286): Avia_Relevanssi->handler_init_ajax_search(‘avia_relevanssi…’, ‘numberposts=5&p…’, Array, Array)
    #1 /web/wp-includes/plugin.php(208): WP_Hook->apply_filters(‘avia_relevanssi…’, Array)
    #2 /web/wp-content/themes/enfold/functions-enfold.php(255): apply_filters(‘avf_ajax_search…’, ‘get_posts’, ‘numberposts=5&p…’, Array, Array)
    #3 /web/wp-includes/class-wp-hook.php(286): avia_ajax_search(”)
    #4 /web/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
    #5 /var/www/ in /web/wp-content/themes/enfold/config-relevanssi/class-avia-relevanssi.php on line 70

    #1145755

    Hi guys, here is the bug in the relevanssi adaption in enfold. This used to work flawlessly:

    [07-Oct-2019 11:46:05 UTC] PHP Fatal error: Uncaught TypeError: Argument 2 passed to Avia_Relevanssi::handler_init_ajax_search() must be of the type array, string given, called in /web/wp-includes/class-wp-hook.php on line 286 and defined in /web/wp-content/themes/enfold/config-relevanssi/class-avia-relevanssi.php:70
    Stack trace:
    #0 /web/wp-includes/class-wp-hook.php(286): Avia_Relevanssi->handler_init_ajax_search(‘avia_relevanssi…’, ‘numberposts=5&p…’, Array, Array)
    #1 /web/wp-includes/plugin.php(208): WP_Hook->apply_filters(‘avia_relevanssi…’, Array)
    #2 /web/wp-content/themes/enfold/functions-enfold.php(255): apply_filters(‘avf_ajax_search…’, ‘get_posts’, ‘numberposts=5&p…’, Array, Array)
    #3 /web/wp-includes/class-wp-hook.php(286): avia_ajax_search(”)
    #4 /web/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
    #5 /var/www/ in /web/wp-content/themes/enfold/config-relevanssi/class-avia-relevanssi.php on line 70

Viewing 30 results - 1,801 through 1,830 (of 7,502 total)