• Resolved kallinen

    (@kallinen)


    When i put in the search widget, search from keyword is great, search from categroies comes with a neat dropdowm, but search by tag is not that good. It′s just a white box withput text that say “search by tag” I would really love to have this also with a name and a dropdown. Do you have a fix for that?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor wpvideogallery

    (@wpvideogallery)

    Our plugin uses the “select2” JS library https://select2.org/ for the tags multi-select box. I see that another plugin on your website also uses the same and this creates a CSS conflict.

    Kindly try adding the following CSS code under “Appearance => Customize => Additional CSS” from your WordPress Admin Dashboard,

    .aiovg-field-tag .select2.select2-container {
        width: 320px !important;
        height: 40px;
    }
    
    .aiovg-field-tag .select2-container--default .select2-selection--multiple {
        height: 40px;
    }
    
    .aiovg-field-tag .select2-container--default .select2-search--inline .select2-search__field {
        width: 180px !important;
        margin-top: 0;
    }

    Hope this solved your issue!

    Thread Starter kallinen

    (@kallinen)

    yes yes yes, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search by tag’ is closed to new replies.