QR of current search
This feature shows a QR code with an encoded link to the current search term. Settings: Title – The text that will be displayed at the top of the QR code. Size – the size of the QR code square in px. Only numeric value.
This feature shows a QR code with an encoded link to the current search term. Settings: Title – The text that will be displayed at the top of the QR code. Size – the size of the QR code square in px. Only numeric value.
[avalon23_qr] – this shortcode shows the QR of the current link with the search query(if not there is no fixed_link parameter). if there is no search query, the QR code will be hidden title – The text that will be displayed at the top of the QR code. an example: title=”Skan me!” size – the […]
Filter that passes the SQL query for text search
MultiSelect: this setting allows you to select multiple terms for one taxonomy. Dynamic recount: recalculation of the number of products depending on the current search queries( If you select “Yes” – this function is performed after each filter selection ) If you select “Default” – The values of this option will be taken from […]
Title: This is a custom taxonomy title. If you don’t want to change the title of the taxonomy, leave it blank. This is useful for attributes to remove a prefix “product”. MultiSelect: this setting allows you to select multiple terms for one taxonomy. Dynamic recount: recalculation of the number of products depending on the current […]
This tab will allow you to do SEO optimization of your search result pages. SEO Settings Do not index pages with search query: This is the main setting, adds a command to robots not to index pages with search results. It is very useful if you insert links with a search query in your content. […]
The user can add an element selector to be redrawn in ajax mode An example: add_filter(‘avalon23_ajax_redraw_selector’, function($selectors){ $selectors[] = ‘.page-title’; return $selectors; });
Sends data for importing plugin settings
Sends data for exporting plugin settings
this hook allows you to redefine the URI of the current page. This is useful when there is no variable configured in the server – $_SERVER[‘REQUEST_URI’] An Example: add_filter(‘avalon23_override_request_uri’, function($uri){ $uri = ‘/shop/’; return $uri; });