Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • southsouthworld Friend
    #1035429

    Hi team at Joomlart, I would be grateful if someone could help me change the default phrase "Type or select some options" for the multi-select search boxes. Please see the picture attached below. I am using JA Directory template.

    Kindest regards,
    Alyssa


    1. Screen-Shot-2017-05-19-at-3.37.36-pm
    Luna Garden Moderator
    #1035991

    It seems these phrases comes from Jquery chosen Plugin, our developer will take a look if we can change them.

    southsouthworld Friend
    #1036234

    Thank you very much!

    Mo0nlight Moderator
    #1036343

    Hi.

    Try this.
    Edit the file : /modules/mod_jak2filter/helper.php

    Look for :

    $attrs['multiple'] = 'multiple';

    Add this under.

    $attrs['data-placeholder'] = JText::_('TRANLATE_TEXT').' Some Text '.$field->name;

    You can modify the text.

    southsouthworld Friend
    #1036415

    Thank you very much, I would like to change it for each different field group box. For example:

    1. Select Countries
    2. Select Type
    3. Select Themes
    4. Select Global Goals

    Many many thanks in advance!

    Mo0nlight Moderator
    #1036870

    Hi.

    You have to name the extrafield are : Countries, Type , Themes, Global Goals….

    And add the code:

    $attrs['data-placeholder'] = 'Select '.$field->name;
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 3 voices, and was last updated by  Mo0nlight 7 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum