Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Ajax Search Font Issue
- This topic has 8 replies, 2 voices, and was last updated 9 years, 9 months ago by
Ernest Marcinko.
-
AuthorPosts
-
September 8, 2016 at 12:10 pm #10015
curtisgazza
ParticipantGood Afternoon,
I’ve recently encountered an issue that has seems to have popped up again.
The default font of my widget headlines/menu headlines etc. has changed once again when the plugin is activated. Ernest kindly fixed this issue for me with the link below;
https://wp-dreams.com/forums/topic/ajax-search-pro-not-appearing-changing-font-style/
Does this require a different fix or the same?
My contact is [email protected]
Best Regards,
CurtisSeptember 8, 2016 at 12:16 pm #10016curtisgazza
ParticipantHiya,
This issue now seems to have fixed itself.
Thanks,
Curtis
September 8, 2016 at 12:19 pm #10017Ernest Marcinko
KeymasterYou cannot access this content.
September 8, 2016 at 1:41 pm #10021curtisgazza
ParticipantFantastic, thank you very much Ernest. Yes, I updated the theme.
Question – If I were to update the plugin, would I have to do this same process also?
Best Regards,
CurtisSeptember 8, 2016 at 1:43 pm #10022Ernest Marcinko
KeymasterHi Curtis,
You are welcome!
No, in case of the plugin update this change remains. It only needs to be checked in case of the theme update 🙂
September 8, 2016 at 2:31 pm #10023curtisgazza
ParticipantThanks Ernest. 🙂
One more quick question, its been bugging me for a while, is there an option for the search bar to disappear/be removed when the browser is resized on desktop? If you are able to find a solution that would be greatly appreciated.
Thanks,
CurtisSeptember 8, 2016 at 2:40 pm #10024Ernest Marcinko
KeymasterHi!
Sure, it’s possibly with a very simple custom CSS rule:
[html]@media screen and (max-width: 980px) {
.asp_main_container {
visibility: hidden !important;
}
}[/html]..or use this if you want to hide the container space as well:
[html]@media screen and (max-width: 980px) {
.asp_main_container {
display: none !important;
}
}[/html]Just change the 980px to whatever size you want the plugin to disappear.
Add this css rule into the theme custom CSS section (if it has any) or to the ajax search pro Theme Options -> Custom CSS panel.
September 8, 2016 at 4:01 pm #10026curtisgazza
ParticipantFantastic, thank you very much for your help.
Best Regards,
CurtisSeptember 9, 2016 at 8:53 am #10033Ernest Marcinko
KeymasterYou cannot access this content.
-
AuthorPosts
- The topic ‘Ajax Search Font Issue’ is closed to new replies.