Ajax Search Font Issue

This topic contains 8 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 7 years, 7 months ago.

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #10015
    curtisgazza
    curtisgazza
    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
    curtisgazza
    curtisgazza
    Participant

    Hiya,

    This issue now seems to have fixed itself.

    Thanks,

    Curtis

    #10017
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #10021
    curtisgazza
    curtisgazza
    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 Marcinko
    Ernest 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 🙂

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #10023
    curtisgazza
    curtisgazza
    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 Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    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 :)


    #10026
    curtisgazza
    curtisgazza
    Participant

    Fantastic, thank you very much for your help.

    Best Regards,
    Curtis

    #10033
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Ajax Search Font Issue’ is closed to new replies.