Forum Replies Created
-
AuthorPosts
-
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou are very welcome š
Ernest Marcinko
Keymasterfor 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.Ernest Marcinko
KeymasterSure!
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.
Ernest Marcinko
KeymasterHi!
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.Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterIf 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.
Ernest Marcinko
KeymasterYou 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.
Ernest Marcinko
KeymasterHi,
I assume you want to extend this feature we discussed earlier.
Did you make a custom field for the product name as well?
Ernest Marcinko
KeymasterHi,
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 š
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterOkay, 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; }Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterThe 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; }Ernest Marcinko
KeymasterHi 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 š
-
AuthorPosts