Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter iaeSAUDI

    (@iaesaudi)

    Why there is no support ?? ?

    Plugin Author Maidul

    (@maidulcu)

    Hi,
    Sorry for late replay.
    Can you tell me which text is not translating ?

    Thread Starter iaeSAUDI

    (@iaesaudi)

    Thank you bro,
    The only translated content is (Name & Description”Body”).

    I want to translate:
    Job Title

    Thanks in advanced…

    Plugin Author Maidul

    (@maidulcu)

    Hi,
    Please download latest version.On this version i make them translatable
    Thanks

    Thread Starter iaeSAUDI

    (@iaesaudi)

    Thank you,
    I have updated it, But still not working (I have tried both methods “[:en] & <!–:en–><!–:–>”)

    Please see this link:
    https://iaeksa.net/ar/team/

    Thanks for your patient.

    Thread Starter iaeSAUDI

    (@iaesaudi)

    by the way i’m using mqTranslate which already based on qTranslate plugin.

    Plugin Author Maidul

    (@maidulcu)

    Hi,
    mqTranslate or qTranslate did not support custom field translation.
    It support only title and content area.

    Thread Starter iaeSAUDI

    (@iaesaudi)

    but it works with other plugins and almost 100% the website in both language.

    Plugin Author Maidul

    (@maidulcu)

    Yes updated the plugin to make qTranslate work with Team Manager.
    Plugins which did not deal with custom field will work 100% with qTranslate.
    I tested with this format <!–:de–>DE<!–:–><!–:en–>EN<!–:–>
    Please get latest version of Team Manager plugin
    Thanks

    Thread Starter iaeSAUDI

    (@iaesaudi)

    Thank you brother,
    I have added support for skype call.
    You can add this code to your ‘wp-team-manager.php’ before Email array:

    array(
                'name' => __('Skype','wp-team-manager'),                  // field name
                'desc' => __('Skype Id','wp-team-manager'), // field description, optional
                'id' => $prefix . 'skypeid',              // field id, i.e. the meta key
                'type' => 'text',                       // text box
                'std' => ''                    // default value, optional
            ),

    And add this line to ‘shortcode-generator.php’ at ‘// The Loop’ section:
    $skypeid = get_post_meta($post_id,'tm_skypeid',true);
    And this at 2 sections:

    if (!empty($skypeid)) {
                echo '<li><a class="skypeid-'.$social_size.'" href="skype:' . $skypeid. '?call" title="Skype">Skype</a></li>';
              }

    Before:

    if (!empty($emailid)) {
                echo '
    <li><a href="mailto:' . $emailid. '" title="Email">Email</a></li>
    ';
              }

    Also add this to ‘tm-style.css’ at “32” section:

    ul.team-member-socials li a.skypeid-32 {
    	background: url('../img/social/32/32-skype.png');
    }

    And this for at “16” section:

    ul.team-member-socials li a.skypeid-16 {
    	background: url('../img/social/16/16-skype.png');
    }

    Images for Skype Icon
    Skype 32px icon
    Skype 16px icon

    Plugin Author Maidul

    (@maidulcu)

    Thanks
    Hope your problem solved ??
    Also thanks for the code

    Thread Starter iaeSAUDI

    (@iaesaudi)

    Yeah it works good with both methods:
    [:en] and <!–:en–><!–:–>

    Thread Starter iaeSAUDI

    (@iaesaudi)

    Sorry Brother,
    But can you tell me what you have done with the plugin to support qTranslate.
    Because I want to make it work with another plugin in my website.

    I appreciate it.

    Plugin Author Maidul

    (@maidulcu)

    Thread Starter iaeSAUDI

    (@iaesaudi)

    After updating to v1.5.7
    qTranslate support broken ??

    Can you help me fix it again please @maidul

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Recognize qTranslate translations’ is closed to new replies.