Ivory Search › Forums › Support › Font size, Results page
Tagged: font size, iphone, results page, zoom
- This topic has 5 replies, 2 voices, and was last updated 3 years, 9 months ago by Ivory Search.
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
- January 29, 2021 at 8:11 PM #7044
Hi, I have a few questions about your plugin:
1) I use Elementor PRO and have created a Search results template for Woocommerce. So far, I have used other search widgets that, after searching, displayed results through my Search results template. However, your plugin displays the results via the Shop page template, which is the main page of the shop. Is it possible to change this?
I noticed that when I search through your plugin, the URL of the result is slightly different than the URL of the result of the default Woocommerce search plugin (there is also an ID, which you probably know). The Woo widget displays results using my Search results template.Ivory:
shorturl.at/mnvT7Woo widget:
shorturl.at/lCIPV2) I need to set the input font size in the search field to 16px, but only on mobile phones. This is because if there is a smaller font, the iPhone will zoom slightly on this box (and the whole page). I tried these two css but the font didn’t change:
.is-menu input # search {
font-size: 16px;
}.is-menu #s {
font-size: 16px;
}3) This is a bit of a detail, but if it could be changed, it would be great. Why is the border of the search box on the right slightly faded? I’m sending a screenshot.
I have Ivory Search set up on this page (one widget is on the far right in the header bar):
shorturl.at/druP2well thank you
Attachments:
You must be logged in to view attached files. - January 29, 2021 at 8:36 PM #7046
I hope you are well today and thank you for your questions.
I do not see anything on your shared shorturl and imgur screenshots so could you please share them again by attaching them to the reply here?
Also, could you please share the page URL from your site where it is displaying so that I can help you?
Best regards,
Ivory Search Support - February 2, 2021 at 2:30 PM #7064
1)
Ivory:
https://cutt.ly/6kyoq4OWoo widget / crocoblock jetsearch:
https://cutt.ly/5kyi4y93) Image
I have Ivory Search set up on this page (one widget is on the far right in the header bar):
https://cutt.ly/HkyiXeQthank you
- February 2, 2021 at 2:36 PM #7081
I don’t see any search template issue on your shared pages so could you please share the screenshots of them?
You can resolve the search form border issue by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Admin Area -> Ivory Search -> Settings -> Settings
body .is-form-style.is-form-style-3 input.is-search-input { border-right: 1px solid #e0e0e0 !important; }
- February 2, 2021 at 4:03 PM #7082
Thanks, the border looks better now.
1) Please read point 1 from the beginning of this topic. The point is that your search engine displays a different template than the one set as the Search template.
2) Can you also help me with point number 2?
- February 6, 2021 at 8:41 PM #7119
1) Please read point 1 from the beginning of this topic. The point is that your search engine displays a different template than the one set as the Search template.
Could you please share the template page URLs from your site where it is displaying so that I can troubleshoot it?
2) Can you also help me with point number 2?
Please use the below CSS code to achieve this.
@media only screen and (max-width: 600px) { body .is-form-style input.is-search-input { font-size: 16px; } }
- AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login