Results 1 to 1 of 1

Thread: Button an description uploading images on a new add

  1. #1
    Thread Starter
    troiko's Avatar
    Join Date
    Nov 2012
    Location
    Portugal
    Posts
    78
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Button an description uploading images on a new add

    Hi guys
    Just wondering if someone can help me.
    I add the code bellow to functions.php of my childtheme and it does what is supposed to do... disable the flash uploader for good.
    But even before I add this code to functions.php, if I swapp to the normal uploader to add images to a new add the button to add the image does not translate in my other subdomains with diferent languages.
    For eg: I have a pt.troiko.com subdomain and the button translation is fine but in the main domain that is in English and in my two others es.troiko.com and fr.troiko.com they display the button and description always in Portuguese.
    Do you know a solution for this.

    If you try to post an ad on www.troiko.com you will see what I mean

    Much appreciate if someone can help me.



    function child_remove_appthemes_actions() {
    remove_theme_support('app-plupload');
    }
    add_action('appthemes_init', 'child_remove_appthemes_actions');

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Issue with more than 5 images uploading
    By johnegg in forum Report Vantage Bugs (Legacy)
    Replies: 2
    Last Post: June 6th, 2014, 08:08 AM
  2. [TUTORIAL] Progress bar while uploading images
    By samcy in forum ClassiPress General Discussion
    Replies: 0
    Last Post: December 11th, 2013, 01:52 PM
  3. Samcy problem uploading images
    By crespil in forum Help Using ClassiPress
    Replies: 7
    Last Post: July 22nd, 2013, 10:28 AM
  4. Not all images are uploading or showing
    By jmarshall in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: December 8th, 2010, 08:58 AM