This topic has 8 replies, 3 voices, and was last updated 2 years, 5 months ago ago by Rose Tyler
Hello,
The translation file is not appearing on the website or in the search results:
Image Loco Translate:
https://drive.google.com/file/d/1ZjZC_uVLPMKAmrNXPQKwYRofl-J9usab/view?usp=sharing
I already changed to system or author and it doesn’t work either:
https://drive.google.com/file/d/1gM7HAl-pttyPQ5vIh153pTJy22Fz0MgE/view?usp=sharing
Image of search results:
https://drive.google.com/file/d/1UsTzG9ll4Nk5b0Z3Oi11PCT2KUZ1ayOk/view?usp=sharing
There below does not appear to show all
https://drive.google.com/file/d/12HZfLHoK6dy4kNWnEDMH0Gzzx9yipgL0/view?usp=sharing
Another question, is there a way to hide the prices of the products in the search result?
Hello,
1/ You need to use System location.
https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
What exactly texts are untranslated?
There below does not appear to show all
– disable Display With Tabs in Header builder > search
2/ Use the next code to hide prices:
header .ajax-results-wrapper .price {
display: none !important;
}
Regards
Hi, thank you very much for the code,
You say to use the translation file in the custom one? or in the system?
Now help me please with another error:
In the mobile search, it is getting errors in the products found, in title and instock, here is a photos:
https://drive.google.com/file/d/1MTFditHkQ8Z7uWrAmKIqcwnpzze4CTjd/view?usp=sharing
And after putting the code to hide the prices it looks like this:
https://drive.google.com/file/d/10rnkNhnSjBOeIgMmeQ4Vz3WMW9P9Z39I/view?usp=sharing
Hello,
You say to use the translation file in the custom one? or in the system?
It does not matter, but don’t use Author location.
Yellow pencil plugin custom code hides the product title and other information https://prnt.sc/dHXZHP8zYfk2
So, remove that code and provide screenshot of the final result that you try to achieve and we’ll send you the correct custom.
Regards
Hello,
I removed the css of yellow pincel, I had put the css to hide the list of categories from the search, because when I enable the “Fancy Select Dropdown in Header builder > search”
it gets buggy when the categories have long texts, in mobile version
But when you disable the “Fancy Select Dropdown in Header builder > search”
It works normally on the mobile version, getting the three dots, but with that ugly format of searching by categories
Normal with “Fancy Select Dropdown” enable:
https://drive.google.com/file/d/1XEUvQEueKR58yS_AnilIMpDca9vgQhec/view?usp=sharing
Normal with “Fancy Select Dropdown” enabled, more with large text categories:
https://drive.google.com/file/d/1Y-Lnw2GAspNjEjK187i5FkPvXFuD_QAB/view?usp=sharing
and
https://drive.google.com/file/d/16XdU7-enbHJUd99p3DiM8YBKBxiJzb87/view?usp=sharing
Hello,
Add the next custom CSS code:
.mobile-header-wrapper .et_b_header-search.et_element-top-level .fancy-select .fancy-placeholder-text {
max-width: 140px;
}
Regards
Hello,
He still keeps the names passing by, observe in next from the magnifying glass
https://drive.google.com/file/d/13og4ZejE-AGW-GOrHDetyGmLPxZjLR3q/view?usp=sharing
and
https://drive.google.com/file/d/1HNSRb6XSfQBJMe33nsvpnEteXkUSXWun/view?usp=sharing
Can’t you leave him with the three dots? Like when i turn disable the “Fancy Select Dropdown”
Example:
https://drive.google.com/file/d/1brvM6qTlYTPrPXF5D-j4YZeKaOYEP-W3/view?usp=sharing
and
https://drive.google.com/file/d/12hVs9-Xf9tqldW63eWIftNealNXlbm6J/view?usp=sharing
Hello,
No, it is not possible to leave the three dots with fancy select
why don’t you just disable fancy select and have default one with good css view ?
The main reason why you have such issue is because you have too long titles in categories which are also sub sub categories (empty spaces are shown in fancy select.
So the fix will be only to use default select without fancy.
Regards
Tagged: results, search, themes, translation, website, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up