This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 15 posts - 1,291 through 1,305 (of 18,418 total)
  • Author
    Posts
  • in reply to: Refind #53152
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Select drop-down with 1 more option #53150
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You are very welcome šŸ™‚

    in reply to: Need help create filters for custom post #53140
    Ernest MarcinkoErnest Marcinko
    Keymaster

    for example if we select 2 wheeler as segment & there is a brand ford which only have 4 wheeler segment than that ford should not be visible in brands right?

    I’m afraid no, that’s not possible to do unfortunately – currently only every item can be displayed. Hoever dynamically updating filters will be available in a later release, most likely during this year after a back-end update.

    I have used categories for brands, tags for segments and custom fields for model and price
    That sounds great, it’s how it should be.

    in reply to: Latest Version of Ajax #53138
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Sure!

    The best place to look is in the documentation. In your case I would recommend checking out the index table engine first. That alone can increase the accuracy greatly šŸ™‚ Then the use this keyword matching configuration. In most cases the index table and that keyword logic configuration gets the best possible results.

    in reply to: Search issues #53137
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    1. It happens only when the text is not available on the results page excerpts. I have enabled the search results override feature, so the same results are placed on the results page. Now it should be okay.

    2. I have tried the checkboxes, but it seems to work all right on my end: https://i.imgur.com/djFpG9W.png

    I’m also trying to get a result counter working in the filters so that users can see how many results there are per each post type and possibly even hide post types in the filter list with 0 results.
    I’m afraid there is no such feature for that.

    Is it possible to highlight synonym words as well as the search word?
    Unfortunately synonyms can’t be highlighted, only the search phrase that was entered.

    in reply to: Refind #53136
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Search results content #53131
    Ernest MarcinkoErnest Marcinko
    Keymaster

    If you are using the elementor products widget, then for that you have to select the products to search and not the PDFs.

    If you use the plugins onwn results container (similarly as it is in the tutorial and demo), then there is a chance. If the PDFs were uploaded to the products as attachments, then by changing this option WordPress will return the parent URL, which should be the product. Therefore the plugin will display the PDFs as results, but link to the product page itself.

    in reply to: Need help create filters for custom post #53130
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You can change the group ordering here, and also when you re-order them individually it changes the individual order for both taxonomies and custom fields.

    in reply to: Select drop-down with 1 more option #53129
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    I assume you want to extend this feature we discussed earlier.

    Did you make a custom field for the product name as well?

    in reply to: Latest Version of Ajax #53127
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    The latest version is 4.26.16, there is no 6.7.2, that must be a different plugin or perhaps you mistake it for the wordpress core version. You have the latest version, don’t worry šŸ™‚

    in reply to: Refind #53121
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Need help create filters for custom post #53119
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Okay, let’s try some more rules to center them, that should also fix the mobile layout:

    form.asp-fss-flex {
        justify-content: center;
    }
    
    div.asp_w.asp_sb.searchsettings input[type='text']:not(.asp_select2-search__field).asp-number-range {
        margin-left: 0 !important;
    }
    
    #ajaxsearchprobsettings1_1.searchsettings fieldset.asp_s_btn_container .asp_sr_btn_flex {
        padding-left: 0 !important;
    }
    in reply to: Refind #53118
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Need help create filters for custom post #53112
    Ernest MarcinkoErnest Marcinko
    Keymaster

    The stylings follow the theme, as drop-down boxes are very hard to style.

    The most common issue is when the theme overrides the checkbox styles. I can suggest some custom styles to get close to that layout, but since this is not part of regular support, I can’t guarantee anything. This should get you very close to that:

    Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.

    .asp_ss {
        background: hsl(0deg 0% 93.33%) !important;
        margin-top: 24px !important;
        padding: 12px !important;
        border-radius: 8px !important;
    }
    
    .asp_ss select.asp_nochosen.asp_noselect2 {
        appearance: menulist;
        background-image: unset;
        border-radius: 3px;
        border: unset !important;
    }
    .asp_ss .asp_select_label {
        padding-left: 0 !important;
    }
    
    div.asp_w.asp_sb.searchsettings input[type='text']:not(.asp_select2-search__field).asp-number-range {
        padding: 2px 8px !important;
    }
    
    div.asp_w.asp_sb.searchsettings input[type='text']:not(.asp_select2-search__field).asp-number-range:last-child {
        margin-right: 12px !important;
    }
    
    .asp_ss .asp_sr_btn_flex {
        margin-top: 22px !important;
    }
    in reply to: Search results content #53111
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Erik,

    I recommend watching the video on this page about file search.

    PDFs however can’t be displayed in a WooCommerce products widget – Elementor does not allow that, nor any other widget either. I guess that’s what you are trying to do, but Elementor will automatically remove them as the products widgets should only every display products and nothing else (and media files are not products).

    The video tutorial on the link above will explain everything about searching files and file contents šŸ™‚

Viewing 15 posts - 1,291 through 1,305 (of 18,418 total)