disi13
Forum Replies Created
-
Look that screen

The first line (with red translated text) is OK.
I want to hide the second line which is unnecessary.Unfortunately it does not work…
Forum: Plugins
In reply to: [Skroutz.gr & Bestprice.gr XML Feed for Woocommerce] weight fieldΈκανα τις εξής αλλαγές στο 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, 1 month ago by disi13.
Forum: Plugins
In reply to: [Timeline and History slider] Start and end point of sliderThe solution:
In file wpostahs-public-js.js changecenterMode : true–>centerMode : falseAnd the first date align to left!
Forum: Plugins
In reply to: [Timeline and History slider] Start and end point of sliderSame problem here 🙂
http://sto.permak.gr/00000-2/Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] CSS questionthnx! You are Great!!!
Yes, the csv is enocded in UTF-8 charset.
The csv is here: https://www.dropbox.com/s/6mhp47kj0bi3sxg/1.csv?dl=0Thnx Emre!
You are great guy!Check other pages (not the frontpage).
I don’t see the “<!– WP Fastest Cache file was created in…” nowhere, except the frontpage.i sent it.