Viewing 30 results - 811 through 840 (of 7,471 total)
  • Author
    Search Results
  • #1330839

    Hi,
    Glad to hear this helped you sort this out for your site, but as @Guenni007 pointed out a combination of solutions should be avoided, your snippet above is specific to your site and menu items, so future readers will need to adjust the code .insertAfter('.menu-item-178580');
    Future readers could look at @Guenni007’s shortcode in a menu item solution or @Ismael’s solution as options.
    So thanks for sharing what worked for you, 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

    #1330754

    Hey Corina,
    Thanks for the link to your site, my research finds that this is a known, and argued expected behavior for the Vimeo player when a video is a background video.
    I tested your video in a color section background & in a video element and found this a reasonable explanation and do not believe that it is a result of the Enfold element.
    I did come up with a possible solution that works on my test site and also seems to work on your site.
    The following script rewrites the iframe url after the video starts and breaks the loop, thus ending with the video on the first frame.
    If you would to try this, add this code to the end of your functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
        <script>
    (function($){
          setTimeout(function(){
          $("#top.home #av_section_1 iframe").attr("src", "//player.vimeo.com/video/650191459?portrait=0&byline=0&title=0&badge=0&loop=0&autopause=0&api=1&rel=0&player_id=player_5394_254066182_1922605071&color=ef5e95");
          },800);
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_script');

    The only other solution I can recommend would be to embed your video in a code block so that it is not a background video.

    Best regards,
    Mike

    #1330279

    In reply to: Enfold Theme

    Hi,

    Assagidaki 1 nolu gorsele bakin lutfen. Kirmizi cerceveyle aydinlattigim bolum friendly testin sizin sitenizi algiladigi hali. Kaynaklar yuklenmemis halde bu yuzdende hata veriyor. 2. gorsel ise kendi telefonumdan test ettigim yani sitenizin gercek mobilde yuklenmis hali. 3 nolu ise friendly testin kaynaklari dogru yukledigi haldeki sonucu ve gordugunuz uzere onda her hangi bir sorun yok.

    Sitenizin baz aldigi – https://kriesi.at/themes/enfold/ demosunun mobile friendly test sonucuda burada – https://search.google.com/test/mobile-friendly/result?id=KoSI-dxkMvXhvfOAxi1wGA

    Sunucu tarafli onbellek kullaniyorsaniz onuda deaktif eder misiniz?

    Best regards,
    Yigit

    #1330255

    Hey Stephan_H,

    Thank you for the inquiry.

    Can you be more specific? What are you trying to change in the sort options?

    The current sort options are created using the avia_woocommerce_frontend_search_params function in the themes/enfold/config-woocommerce/config.php around line 1503. You can manually edit the options from there.

    You can also use a plugin to extend the default sorting option.

    // https://wordpress.org/plugins/woocommerce-extra-product-sorting-options/
    // https://wordpress.org/plugins/woocommerce-more-sorting/

    But you have to remove the custom sorting options that the theme added and re-enable the default sorting options from the shop plugin with these hooks.

    
    add_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );
    remove_action( 'woocommerce_before_shop_loop', 'avia_woocommerce_frontend_search_params', 20 );
    

    Best regards,
    Ismael

    #1330236

    Hi Hugo H,

    Please add this CSS code in Enfold > General Styling > Quick CSS:

    .search-results .content.template-search {
        width: 100%;
        border: 0;
    }
    
    #top.search-results #main .sidebar {
        display: none;
    }

    Best regards,
    Nikko

    #1330226

    Hey sofiadadci,

    Thank you for the inquiry.

    You can easily create a login/logout menu with this plugin.

    // https://wordpress.org/plugins/login-logout-menu/

    To change the position of the cart icon, go to the Enfold > Shop Options panel and adjust the Header Shopping Cart Icon settings.

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1330098

    Hi,
    Sorry I don’t know of any customization plugins like this, it sounds like css would solve these issues, I would recommend searching the forum for these solutions. If you don’t find a solution you can open a new thread and we would be glad to help you.

    Best regards,
    Mike

    #1330060
    Dave
    Participant

    Hi Support
    We get this warning for Google all the time – Mobile Usability issues detected
    1/ Text too small to read
    2/ Clickable elements too close together

    Our customers need it fixed,
    NOTE: we are just using standard buttons and fonts from the Enfold Theme templates. It happens on many of our clients websites, no particular Template.

    Please advise what the fix is, we can’t just ignore this our clients get very upset, and it hurts their Google ranking and indexing..

    Attached is the screenshot from Google Search Console. As well as the HTML from the crawled page that Google listed in the Search Console.

    Login details below for a new clients single page website, please let me know if there is anything else.

    Thanks you
    Dave Cane

    Tia
    Participant

    Hi
    I have installed WooCommerce on my site and found that the featured image did not appear on the product page.
    I searched the forums and found this thread from 2017, link below,
    https://kriesi.at/support/topic/enfold-theme-woocommerce-product-images-not-showing-as-of-4-4-17/page/2/

    This offered a solution to add the following code to CSS

    .woocommerce-product-gallery {
    opacity: 100 !important;
    }

    This fixed the problem but I am wondering if this is a new problem or still around since 2017?
    In fact, I know that another site I have with Enfold and WooCommerce did not have this problem.
    I am wondering if I should report this or just leave the CSS there?

    Also the Description tab does not show any content either. This is a bigger problem because I do not have a solution for that.

    I am using WordPress Version 5.8.2, WooCommerce Version 5.9.0 and Enfold 4.8.7.1

    Can you help, please? I give site info in Private Content.

    Many thanks
    Tia

    #1329900
    Rman9968
    Participant

    Whan I activate Enfold theme, a fatal error occurs and the site and administrator panel are no longer reachable.
    Some research shows that php.ini values should be altered.
    But the host (One.com) will not alter the php.ini file and according to them it is the creator of the theme that should provide an answer.
    Can I change the necessary values through the .htaccess file?

    #1329749
    caorda
    Participant

    We have over 150 Enfold licenses so we need to be able to automate updates using WP CLI (https://developer.wordpress.org/cli/commands/). However whenever we run the command
    /usr/local/bin/wp theme update enfold –path=/var/www/clients/client0/web767/web –allow-root
    the response from WP CLI is
    Enabling Maintenance mode…
    Warning: Update package not available.
    Disabling Maintenance mode…
    Error: No themes updated.
    +——–+————-+————-+——–+
    | name | old_version | new_version | status |
    +——–+————-+————-+——–+
    | enfold | 4.8.6.5 | 4.8.7.1 | Error |
    +——–+————-+————-+——–+
    Every other theme we use is able to be updated this way but we have never been able to update Enfold. I have checked that we have a valid private token installed for the site.
    Similarly getting the current Enfold version using WP CLI does not work
    /usr/local/bin/wp theme search enfold –fields=name,version –allow-root
    Success: Showing 0 of 0 themes.
    +——+———+
    | name | version |
    +——+———+
    +——+———+

    #1329651
    ariane1001
    Participant

    Hello Rikard, others,

    I’ve got , on at least 4 different sites, critical error after updating and below is one of the logs.
    Same error as in https://kriesi.at/support/topic/critical-error-when-trying-to-edit-homepage/#post-1328788,

    Since they are all live sites I have searched to find a solution
    I used the solution from this post https://kriesi.at/support/topic/critical-error-9/#post-1327504 and replaced enfold\includes\admin\option_tabs\avia_blog.php with the content of https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_7_1/includes/avia_blog.php

    I believe it’s not an incident because more and more people have the same problem and I think you should solve it in the next update.

    Best regards,
    Ariane

    Error details
    ===========
    Een fout van het type E_ERROR werd veroorzaakt op regelnummer 311 van het bestand /home/deb45050n6/domains/lexdigitalis.nl/public_html/wp-content/themes/enfold/includes/admin/option_tabs/avia_blog.php. Foutmelding: Uncaught ValueError: Unknown format specifier “S” in /home/deb45050n6/domains/lexdigitalis.nl/public_html/wp-content/themes/enfold/includes/admin/option_tabs/avia_blog.php:311
    Stack trace:
    #0 /home/deb45050n6/domains/lexdigitalis.nl/public_html/wp-content/themes/enfold/includes/admin/option_tabs/avia_blog.php(311): sprintf()
    #1 /home/deb45050n6/domains/lexdigitalis.nl/public_html/wp-content/themes/enfold/includes/admin/register-admin-options.php(293): include(‘/home/deb45050n…’)
    #2 /home/deb45050n6/domains/lexdigitalis.nl/public_html/wp-content/themes/enfold/framework/php/class-superobject.php(246): include(‘/home/deb45050n…’)
    #3 /home/deb45050n6/domains/lexdigitalis.nl/public_html/wp-content/themes/enfold/framework/php/class-superobject.php(197): avia_superobject->_create_option_arrays()
    #4 /home/deb45050n6/domains/lexdigitalis.nl/public_html/wp-content/themes/enfold/framework/php/class-superobject.php(146): avia_superobject->init()
    #5 /home/deb45050n6/domains/lexdigitalis.nl/public_html/wp-content/themes/enfold/framework/php/class-superobject.php(482): avia_superobject::instance()
    #6 /home/deb45050n6/domains/lexdigitalis.nl/public_html/wp-content/themes/enfold/framework/avia_framework.php(108): AviaSuperobject()
    #7 /home/deb45050n6/domains/lexdigitalis.nl/public_html/wp-content/themes/enfold/functions.php(196): require_once(‘/home/deb45050n…’)
    #8 /home/deb45050n6/domains/lexdigitalis.nl/public_html/wp-settings.php(546): include(‘/home/deb45050n…’)
    #9 /home/deb45050n6/domains/lexdigitalis.nl/public_html/wp-config.php(108): require_once(‘/home/deb45050n…’)
    #10 /home/deb45050n6/domains/lexdigitalis.nl/public_html/wp-load.php(50): require_once(‘/home/deb45050n…’)
    #11 /home/deb45050n6/domains/lexdigitalis.nl/public_html/wp-admin/admin.php(34): require_once(‘/home/deb45050n…’)
    #12 /home/deb45050n6/domains/lexdigitalis.nl/public_html/wp-admin/index.php(10): require_once(‘/home/deb45050n…’)
    #13 {main}
    thrown

    #1328802
    El
    Participant

    Hi guys,

    I tried several approaches already listed here in the forum but they do not seem to work with current versions of enfold.

    How can I display the search on mobile with the latest enfold version?

    Best
    Elmar

    #1328573
    THP Studio
    Participant

    Hey Yigit, Gunter & all,

    Using the theme to build a shop for a new client, and it got me wondering if there were any significant WooCommerce related upgrades in the roadmap for anytime soon?

    There are a lot of things that have changed since Enfold first supported products, and it would be really great to have a LOT more choices/functionality in regards to shops.

    For instance, just some general things:

    – Ability to design a product page using ALB and then automatically use that design across all products
    – Much more flexibility of the ALB product elements (how they are displayed, what’s grouped together in one ALB element etc)
    – Multiple standard product page templates to choose from
    – Theme options for removing the Descriptions, Attributes, Reviews etc from tabs and displaying in other ways (really not an ideal experience any more, especially on mobile, we ALWAYS remove the tabs now, but would be great to not have to recode it all)
    – Fullwidth product page options
    – More performant use of images in shop & category banners (currently background images with no srcset, no size choices – could be an option to essentially use the same code/format as a fullwidth easy slider which is way better for responsive images, retina etc)
    – Choices to simplify/customise the cart & checkout pages/process and layouts
    – Fix some logic, such as the duplicated headings in the Description, Attributes, Reviews tabs
    – Specific which parts of the page are Main or Alternate sections in terms of theme colour choices
    – The AJAX search that can sit in the header does a bad job of returning and displaying products, but the Products search widget works better – option to replace the standard search in header with a product search

    Anyway, that’s already a bit of a wishlist, but there’s a lot more that could be done to help modernise the theme in terms of ecommerce. I’m sure you guys and other users have more ideas.

    Would be really great if this area of the theme could be given a big boost. Anything on the roadmap I can look forward to (and maybe get my client excited about?)

    Thanks all,

    Tim

    • This topic was modified 4 years, 2 months ago by THP Studio.

    Hey SimonJ17,
    Sorry for the late reply, I have not seen this plugin before so I tried researching it by going to the plugin site and their YouTube channel, but they don’t seem to explain the export feature that you are describing, and it seems to be a paid plugin so I can’t try it out. From your explanation it sounds like you are looking for an export option in the woocommerce order panel in the backend.
    Enfold doesn’t modify the backend panel for woocommerce, so I’m not sure why you would not see this. I would recommend asking the plugin author for any ideas for possible conflicts.

    Best regards,
    Mike

    #1327726

    Hey David,

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

    div.ajax_search_response {
      background: #fff;
    }
    
    #header_main #searchform {
        margin-top: 42px;
    }

    Best regards,
    Rikard

    kisys
    Participant

    If you use the enfold GDPR privacy function the resulting cookie message seems to appear in the google snippets and search results.
    Currently, there seems to be no setting or filter to modify that.

    The code is located here:
    /wp-content/themes/enfold/includes/helper-privacy.php

    line 1614:

    
    handler_wp_footer_cookie_consent_bar
    

    line 1946:

    
    $output = '<div class="avia-cookie-consent-wrap" aria-hidden="true">' . $output .  '</div>';
    

    This div-Tag class will be find with language specific text in your website.

    I got a bit research how to solve the problem – i think the best way will be to:
    – insert a switch to hide the code from snippet
    – or to hide the privacy-message completely from search engine results

    Google may use:
    – to hide from snippet:

    <div data-nosnippet>
    not in snippet
    </div>

    Source: https://developers.google.com/search/docs/advanced/robots/robots_meta_tag

    – to hide from google results:

    <p>
    Do index this text.
    <!--googleoff: all-->
    Don't index this text.
    <!--googleon: all-->
    </p>

    Source: https://en.wikipedia.org/wiki/Noindex

    I there is no other way, may you like to integrate such a function?
    Thank you!

    • This topic was modified 4 years, 2 months ago by kisys.
    #1327059

    Hi,
    Sorry I was looking at the thread starter site, not yours. In the future please open a new thread for your questions, thank you for understanding. Thanks for the login but your WordPress ▸ Appearance ▸ Theme ▸ Editor is not showing so I could not apply the solution for the Search bar from our documentation. Please try enabling the theme editor and then adding the function to your functions.php:
    add_shortcode('avia_search', 'get_search_form'); and then add the shortcode [avia_search] to the title of a new custom menu item
    2021-10-30_001.jpg
    then disable the search icon option in the theme at Enfold Theme Options ▸ Main Menu ▸ General ▸ Append search icon to main menu

    Best regards,
    Mike

    #1326632

    Hello Rikard,
    so, after some research I now found out, how our two Enfold themes were bought. They were bought from Compuwave directly over Kriesi. But we as a customer never received the login data of the purchasing account – Compuwave stated, that they do not share the account details. So we as the customer did not had the chance, to activate our two licenses.
    I also was informed, that our two Purchase Codes are now not valid any more. Is this correct?

    How can I proceed with this problem? Do I have to contact Compuwave? Or can you do anything?

    I hope, that there is still a way, to activate those licenses.

    Best regards,
    Sven

    #1326576

    In reply to: Problems with Forms

    Hi Robert,

    We’re glad that you found that option, but that option basically tells the size of the input field in a row whether it’s full-width or one-half, etc.
    I would suggest instead to use full-width instead then just add this CSS (to limit the maximum width of the field to 420px):

    #top div .av-dark-form .input-text, 
    #top div .av-dark-form input[type='text'], 
    #top div .av-dark-form input[type='input'], 
    #top div .av-dark-form input[type='password'], 
    #top div .av-dark-form input[type='email'], 
    #top div .av-dark-form input[type='number'], 
    #top div .av-dark-form input[type='url'], 
    #top div .av-dark-form input[type='tel'], 
    #top div .av-dark-form input[type='search'], 
    #top div .av-dark-form textarea {
        max-width: 420px;
    }

    As for templates, the templates for the entire page does not remove the reset the page and place the template but it just adds it, so it can also be used.
    But what you are looking for is Custom Element Templates, please refer to our documentation: https://kriesi.at/documentation/enfold/custom-element-templates/

    As for the form issue, can you give us temporary admin access? so we can try to check it.
    Just post the credentials in private content.

    Best regards,
    Nikko

    #1326442
    rob2701
    Participant

    Hi,

    In my functions.php I use the code below since May 2020 to disable loading of Google Maps in both frontend and dashboard.
    I would like to know if this code is still needed (even if set to disabled in theme options under Google Services) and if so, is this still the correct way to do it?

    Now in functions.php I use:

    
    // Disable loading of Google Maps scripts in Enfold
    // otherwise keeps loading in Dashboard even when Google Maps is disabled in Enfold settings
    class av_google_maps
    {
      const API_URL			=	'https://maps.googleapis.com/maps/api/js';
      const API_VERSION		=	'3.38';
      const MAPS_SEARCH_URL	=	'https://www.google.com/maps/search/';
      const AJAX_NONCE		=	'av_google_maps_nonce';
      static private $_instance = null;
      protected $key;
      protected $verified_key;
      protected $usage_count;
      protected $unconditionally_count;
      protected $maps_array;
      protected $loading_prohibited;
      static public function instance()
      {
        if( is_null( av_google_maps::$_instance ) )
        {
          av_google_maps::$_instance = new av_google_maps();
        }
    
        return av_google_maps::$_instance;
      }
        protected function __construct( $key = '' )
      {
        $this->key = '';
        $this->verified_key = '';
        $this->usage_count = 0;
        $this->unconditionally_count = 0;
        $this->maps_array = array();
        $this->loading_prohibited = null;
      }
      public function __destruct() {}
      public function handler_wp_register_scripts()	{}
      public function handler_wp_enqueue_scripts()	{}
      public function handler_wp_admin_enqueue_scripts()	{}
      public function is_loading_prohibited()	{}
      public function add_usage( $unconditionally = 'unconditionally' )	{}
      static public function api_url( $api_key = '', $callback = '' )	{}
      static public function api_destination_url( $latitude, $longitude )	{}
      static public function gmap_js_globals()	{}
      public function handler_wp_footer()	{}
      public function handler_wp_admin_footer()	{}
      protected function check_api_key() {}
      public function get_key()	{}
      protected function get_last_verified_key() {}
      protected function store_key( $key ) {}
      protected function delete_key()	{}
      public function add_map( array $data, $add, $id = '' ) {}
      public function get_maps_count() {}
      public function backend_html( $api_key = '', $ajax = true, $valid_key = false )	{}
    }
    function Av_Google_Maps()
    {
      return av_google_maps::instance();
    }

    Thanks for your help and advice,

    Rob

    #1326421

    In reply to: Problems with Forms

    Hi Chiefi,

    How do I copy a form and use it in a different layout element? I saved it as a template and don’t know how to find the templates and paste them somewhere else.
    If you are using Templates then you can just click on Templates and a dropdown with the names of the templates should appear, just click it and it should add to the content, you’ll just need to drag it to the location where you want to place it.
    You can also use Custom Elements for it.

    How do I keep the contact form from stretching the entire width of the webpage. References made to “edit form element” but all the search results and YouTube videos skip over exactly how this is done or show a solution that worked in the previous version 3-4 years ago.
    Forms usually cover the whole width of the container, you can try to use columns like 1/2 to limit it’s size.
    Or you can add this CSS code in Enfold > General Styling, to limit the maximum width (just change the value):

    #top .avia_ajax_form fieldset {
        max-width: 500px;
    }

    The name of the form is not being used. Instead, the name of the webpage is being used for the name of the form? Also, how do you format the name of the form?
    Form Title seems to show properly as it should, is this the field you are referring?

    Best regards,
    Nikko

    #1326379

    Hello, I have tried to search for “submenu color” and “submenu bold” and I found this ticket #1325590 however adding css did not make any difference to website.

    This is how submenu text looks now (grey color)
    This is how submenu text looks now (grey color)

    On hover the text should be bold + preferably 2 px bigger
    On hover the text should be bold + preferably 2 px bigger

    Any advice appreciated! Thanks for the best support I have encountered :D

    Bra Johan

    • This topic was modified 4 years, 2 months ago by IntelligentSolutions. Reason: added text to better explain
    #1326376

    Topic: Problems with Forms

    in forum Enfold
    Chiefi
    Participant

    I am using Avia and the latest version of Enfold.
    * How do I copy a form and use it in a different layout element? I saved it as a template and don’t know how to find the templates and paste them somewhere else.
    *How do I keep the contact form from stretching the entire width of the webpage. References made to “edit form element” but all the search results and YouTube videos skip over exactly how this is done or show a solution that worked in the previous version 3-4 years ago.
    * The name of the form is not being used. Instead, the name of the webpage is being used for the name of the form? Also, how do you format the name of the form?

    Thanks,
    Robert

    #1326256

    In reply to: Code Block usage

    Hi,

    Glad to know that it is now working. Have you tried using the templates or the custom element templates features? This should allow you to create an element with predefined options based on the default elements in the builder.

    Please check the following documentation for more info.

    // https://kriesi.at/documentation/enfold/custom-element-templates/

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1326186

    In reply to: Sticky search-dropdown

    Hi,
    Thank for the gif, the reason the page turned gray was because the search field was being moved 1322px from the left which is off your page, I didn’t find what was moving it but you site acts strangely in the background. You also had an issue with the menu and search links overlapping. I adding this css to your Quick CSS and it works for desktop but you may need to fine-tune it for mobile.

    .html_burger_menu_active #top #wrap_all #header #avia-menu .av-burger-menu-main.menu-item-avia-special > a{
    	width: 58px;
    	position: fixed;
    	right: 20px;
    	top:40px;
    }
    
    .html_burger_menu_active #top #wrap_all #menu-item-search > a {
    	height: 56px;
    	top: 100px;
    	position: fixed;
    	right: 20px;
    	display: inline;
    }
    #menu-item-search .avia-search-tooltip.avia-tt {
    	left: -136px!important;
    	top: 120px!important;
    }
    

    Please clear your browser cache and check.
    I see that you are using Elementor so I wonder if that is the issue with your site acting strangely in the background, typically other page builders conflict with Enfold.

    Best regards,
    Mike

    #1326168

    Topic: Sticky search-dropdown

    in forum Enfold
    Veronika
    Participant

    Hi dear Kriesi-team,

    I wanted to create a sticky menu and found this snipped at enfold docs:

    /* Burger icon background */
    .av-burger-menu-main.menu-item-avia-special .av-hamburger {
    padding: 25px;
    position: fixed;
    right: 10px;
    top:0;
    }

    /* Icon Position */
    .av-hamburger span {
    top: 13px;
    }

    #header.header-scrolled .av-hamburger span {
    top:0;
    }

    It worked for the burger menu, but not for the search-dropdown. So I came up with this one:

    .html_burger_menu_active #top #wrap_all .menu-item-search-dropdown > a {
    position: fixed;
    }

    Unfortunately this is happening: https://imgur.com/7DYfUtt

    I would like to achieve this: https://imgur.com/fDOWgow

    Thank you soooo much for your help ^^

    Best regards,
    Veronika

    #1325971
    Camp Como
    Guest

    I recently purchased the Enfold theme along with 12months support, but I cannot find where to contact someone.
    I registered an account here: https://kriesi.at/support/ and I cannot find a way to ask a question. When I search the forum I cannot find what I am having trouble with

    Please assist

    #1325813

    In reply to: "Smart" search

    Hey JurrienSpr,

    Thank you for the inquiry.

    You can use plugins like to SearchWP or Relevanssi to improve the default search functionality and create an index of entries to speed up searching. The plugins are already integrated with the AJAX search field.

    // https://kriesi.at/documentation/enfold/search/

    Best regards,
    Ismael

    #1325730

    Topic: "Smart" search

    in forum Enfold
    JurrienSpr
    Participant

    Hey there,

    I’m using Enfold for a big site connected with WooCommerce.

    I’d like to smarten the search function, just like you use on the forum. I use article numbers like for example: V100*****. The stars are variations, but I’d like the result to come up when a visitor types for example V100123456 (the full article number known by the visitor). So “V100” is correct but the end part not.

    Is there a solution for this?

    Thanks in advance!

Viewing 30 results - 811 through 840 (of 7,471 total)