Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Ajax Search Font Issue
This topic contains 8 replies, has 2 voices, and was last updated by Ernest Marcinko 7 years, 2 months ago.
- AuthorPosts
- September 8, 2016 at 12:10 pm #10015
Good 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 #10016Hiya,
This issue now seems to have fixed itself.
Thanks,
Curtis
September 8, 2016 at 12:19 pm #10017You cannot access this content. Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
September 8, 2016 at 1:41 pm #10021Fantastic, 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 #10022Hi 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 🙂
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
September 8, 2016 at 2:31 pm #10023Thanks 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 #10024Hi!
Sure, it’s possibly with a very simple custom CSS rule:
@media screen and (max-width: 980px) { .asp_main_container { visibility: hidden !important; } }
..or use this if you want to hide the container space as well:
@media screen and (max-width: 980px) { .asp_main_container { display: none !important; } }
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.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
September 8, 2016 at 4:01 pm #10026Fantastic, thank you very much for your help.
Best Regards,
CurtisSeptember 9, 2016 at 8:53 am #10033You cannot access this content. Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
The topic ‘Ajax Search Font Issue’ is closed to new replies.