This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Ajax Search Font Issue

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #10015
    curtisgazzacurtisgazza
    Participant

    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,
    Curtis

    #10016
    curtisgazzacurtisgazza
    Participant

    Hiya,

    This issue now seems to have fixed itself.

    Thanks,

    Curtis

    #10017
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #10021
    curtisgazzacurtisgazza
    Participant

    Fantastic, 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,
    Curtis

    #10022
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi 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 🙂

    #10023
    curtisgazzacurtisgazza
    Participant

    Thanks 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,
    Curtis

    #10024
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    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.

    #10026
    curtisgazzacurtisgazza
    Participant

    Fantastic, thank you very much for your help.

    Best Regards,
    Curtis

    #10033
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Ajax Search Font Issue’ is closed to new replies.