Title: disi13's Replies | WordPress.org

---

# disi13

  [  ](https://wordpress.org/support/users/disi13/)

 *   [Profile](https://wordpress.org/support/users/disi13/)
 *   [Topics Started](https://wordpress.org/support/users/disi13/topics/)
 *   [Replies Created](https://wordpress.org/support/users/disi13/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/disi13/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/disi13/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/disi13/engagements/)
 *   [Favorites](https://wordpress.org/support/users/disi13/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Gateway Based Fees and Discounts for WooCommerce] Hide “Additional Fee Title”](https://wordpress.org/support/topic/hide-additional-fee-title/)
 *  Thread Starter [disi13](https://wordpress.org/support/users/disi13/)
 * (@disi13)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/hide-additional-fee-title/#post-9197267)
 * Look that screen
    ⌊Screen⌉
 * The first line (with red translated text) is OK.
    I want to hide the second line
   which is unnecessary.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Gateway Based Fees and Discounts for WooCommerce] Hide “Additional Fee Title”](https://wordpress.org/support/topic/hide-additional-fee-title/)
 *  Thread Starter [disi13](https://wordpress.org/support/users/disi13/)
 * (@disi13)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/hide-additional-fee-title/#post-9197142)
 * Unfortunately it does not work…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Skroutz.gr & Bestprice.gr XML Feed for Woocommerce] weight field](https://wordpress.org/support/topic/weight-field/)
 *  [disi13](https://wordpress.org/support/users/disi13/)
 * (@disi13)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/weight-field/#post-9093538)
 * Έκανα τις εξής αλλαγές στο createsk.php και δουλεύει μια χαρά το πεδίο “weight”.
   
   Συγκεκριμένα:
 * 1. Μετά τη γραμμή κώδικα
    `$skus = $wpdb->get_results($skusql);`
 * πρόσθεσα
 *     ```
       $weightsql = $wpdb->prepare(  "SELECT *
       	FROM " . $wpdb->prefix . "postmeta
       	WHERE <code>post_id</code> =" . $prod->ID . " AND <code>meta_key</code> LIKE '_weight';",0);
         $weights = $wpdb->get_results($weightsql);
       ```
   
 * 2. Μετά τη γραμμή κώδικα
    `$sku = $skus[0];`
 * πρόσθεσα
    `$weight = $weights[0];`
 * και
    3. Μετά από εδώ
 *     ```
        if (strcmp($attr[0]->meta_value, "a:0:{}")) {
                       $product->addChild('size', substr($sizestring, 0, -2));
                   }
       ```
   
 * πρόσθεσα
 *     ```
        $product->weight = NULL;            
         $product->weight->addCData($weight->meta_value);
       ```
   
 * και φυσικά στο αντίστοιχο πεδίο κάθε προϊόντος συμπλήρωσα το βάρος.
    -  This reply was modified 9 years, 2 months ago by [disi13](https://wordpress.org/support/users/disi13/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timeline and History slider] Start and end point of slider](https://wordpress.org/support/topic/start-and-end-point-of-slider/)
 *  [disi13](https://wordpress.org/support/users/disi13/)
 * (@disi13)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/start-and-end-point-of-slider/#post-8321217)
 * The solution:
    In file **wpostahs-public-js.js** change `centerMode : true` –
   > `centerMode : false`
 * And the first date align to left!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timeline and History slider] Start and end point of slider](https://wordpress.org/support/topic/start-and-end-point-of-slider/)
 *  [disi13](https://wordpress.org/support/users/disi13/)
 * (@disi13)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/start-and-end-point-of-slider/#post-8319182)
 * Same problem here 🙂
    [http://sto.permak.gr/00000-2/](http://sto.permak.gr/00000-2/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet Newsletters (Previous)] CSS question](https://wordpress.org/support/topic/css-question-30/)
 *  Thread Starter [disi13](https://wordpress.org/support/users/disi13/)
 * (@disi13)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/css-question-30/#post-7247359)
 * thnx! You are Great!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Import and export users and customers] Corrupted import with Greek letters in csv](https://wordpress.org/support/topic/corrupted-import-with-greek-letters-in-csv/)
 *  Thread Starter [disi13](https://wordpress.org/support/users/disi13/)
 * (@disi13)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/corrupted-import-with-greek-letters-in-csv/#post-6475012)
 * Yes, the csv is enocded in UTF-8 charset.
    The csv is here: [https://www.dropbox.com/s/6mhp47kj0bi3sxg/1.csv?dl=0](https://www.dropbox.com/s/6mhp47kj0bi3sxg/1.csv?dl=0)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fastest Cache - WordPress Cache Plugin] In version 0.8.4.8, Fastest Cache stopped](https://wordpress.org/support/topic/in-version-0848-fastest-cache-stopped/)
 *  Thread Starter [disi13](https://wordpress.org/support/users/disi13/)
 * (@disi13)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/in-version-0848-fastest-cache-stopped/#post-5982444)
 * Thnx Emre!
    You are great guy!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fastest Cache - WordPress Cache Plugin] In version 0.8.4.8, Fastest Cache stopped](https://wordpress.org/support/topic/in-version-0848-fastest-cache-stopped/)
 *  Thread Starter [disi13](https://wordpress.org/support/users/disi13/)
 * (@disi13)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/in-version-0848-fastest-cache-stopped/#post-5982302)
 * Check other pages (not the frontpage).
    I don’t see the “<!– WP Fastest Cache
   file was created in…” nowhere, except the frontpage.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fastest Cache - WordPress Cache Plugin] In version 0.8.4.8, Fastest Cache stopped](https://wordpress.org/support/topic/in-version-0848-fastest-cache-stopped/)
 *  Thread Starter [disi13](https://wordpress.org/support/users/disi13/)
 * (@disi13)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/in-version-0848-fastest-cache-stopped/#post-5982285)
 * i sent it.

Viewing 10 replies - 1 through 10 (of 10 total)