Forums

How to remove sidebar title? (5 posts)

  1. ipunkbali
    Member
    Posted 2 years ago #

    Im using plugin global translator, how do I remove the widget title? I want to remove the word, "translator". thanks.

  2. ipunkbali
    Member
    Posted 2 years ago #

    this is my website http://www.justinbieberzone.com
    i want to remove the head title " translator website"

    and this is the code
    }

    function widget_global_translator_init() {

    if(!function_exists('register_sidebar_widget')) { return; }
    function widget_global_translator($args) {
    extract($args);
    echo $before_widget . $before_title . "Translate Website" . $after_title;
    gltr_build_flags_bar();
    echo $after_widget;
    }
    register_sidebar_widget('Global Translator','widget_global_translator');

    }

    thanks

  3. ipunkbali
    Member
    Posted 2 years ago #

    Removing the word "translate website" will only remove the letters, not the bar, I want to show only the flags.

    thanks.

  4. ipunkbali
    Member
    Posted 2 years ago #

    why is nobody helping me? :(

  5. Okoth1
    Member
    Posted 2 years ago #

    Naïve, naïve, naïve.... why do you think people will respond on this forum. It is the worst in the world!

Topic Closed

This topic has been closed to new replies.

About this Topic