Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Hi David,
Please check attached Screenshots,
Screenshot 1 – As you will be able to see search term “Tulsi” when typed in search box did not show results in the popup that comes but,
Screenshot 2 – After pressing enter it is now on page https://mydhaba.in/?s=tulsi&post_type= where all the relevant search results are shown
I don’t understand how this is not a theme issue and a major customisation, as search is showing correct results on search page(Screenshot 2) but not on area shown in Screenshot 1
Attachments:
You must be logged in to view attached files.February 28, 2017 at 8:02 am in reply to: Disable Wishlist Option and Replace Cart icon in header to text Cart #315403Hi Rui,
Cart text on Mobile Screen is not aligned with the Logo, as can be seen in attached screenshot. Can you help with it ?
Thanks,
KushalAttachments:
You must be logged in to view attached files.Hi Rui,
As you can see from attached image. When products are scrolled, it is adding empty space at the end. Earlier it was scrolling only till the products were present.
As suggested I’ve tried after clearing Browser cache and page cache as well.
Thanks
Attachments:
You must be logged in to view attached files.Hi,
Got reply from Plugin developer to add following code in functions.php of theme
function wpurp_search_results( $query ) {
if ( $query->is_search && !is_admin() ) {
$query->set( ‘post_type’, array( ‘post’, ‘recipe’, ‘product’ ) );
};
return $query;
};
add_filter( ‘pre_get_posts’, ‘wpurp_search_results’ );Search is working as expected with link after this code addition.
For example this link shows all the results
But, ajax search on website shows no results.
Exactly what should I ask them to look into ?
Yes, Issue persists when Twenty Sixteen Theme is activated.
Hi David,
Implemented your code
.single-product li.outofstock {
display: none;
}This is not showing the products as expected, but instead it is adding empty space for those products in list. Please check at link
https://mydhaba.in/shop/food-and-beverages/extra-virgin-olive-oil-ekin/
Hi,
Thanks, this is working as expected for category pages.
Can we also hide them from the related products list shown on product page ?
It seems to have conflict with a single plugin, WP-Ultimate-Recipe. Please advise further.
Thanks
Hi,
I’ve setup staging with all plugins disabled at below link subdirectory of website using plugin WP-Staging
https://mydhaba.in/mydhabatest/
Tested search with link https://mydhaba.in/mydhabatest/?s=tulsi, did show a single result. Should’ve shown many more results.
Please take a look
No
Hi David,
As this is a live website, is there any other way this can be checked ?
Thanks
Hi,
Below is a category page with Out of Stock Products
https://mydhaba.in/product-category/food-and-beverages/edible-oils/
Please suggest a solution.
Thanks
Hi Rui,
Thanks for your reply. Search Term “Tulsi” have returned only a single result of a post but there are many products with “Tulsi” in title those have not come in search results. For example below products
https://mydhaba.in/shop/food-and-beverages/tea/tulsi-brahmi-tea-25-tea-bags-organic-india/
https://mydhaba.in/shop/food-and-beverages/tea/tulsi-cleanse-tea-18-tea-bags-organic-india/
https://mydhaba.in/shop/food-and-beverages/tea/tulsi-earl-grey-green-tea-18-tea-bags-organic-india/Similarly, Search Term “Moringa” also leads to no results, but there are many products with name “Moringa” in title, such as below.
https://mydhaba.in/shop/food-and-beverages/tea/organic-moringa-chai-tea-100-gm-grenera-organics/
https://mydhaba.in/shop/food-and-beverages/tea/organic-moringa-lemon-ginger-loose-tea-100-gm-grenera-organics/Please take a look.
Thanks
February 24, 2017 at 10:53 am in reply to: Disable Wishlist Option and Replace Cart icon in header to text Cart #314997Hi Rui,
Thank you for support. It works exactly as expected.
-
Posted in: We hit Power Elite.