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 7 years, 6 months 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 : false
And the first date align to left!
Forum: Plugins
In reply to: [Timeline and History slider] Start and end point of sliderSame problem here ??
https://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=0Forum: Plugins
In reply to: [WP Fastest Cache] In version 0.8.4.8, Fastest Cache stoppedThnx Emre!
You are great guy!Forum: Plugins
In reply to: [WP Fastest Cache] In version 0.8.4.8, Fastest Cache stoppedCheck other pages (not the frontpage).
I don’t see the “<!– WP Fastest Cache file was created in…” nowhere, except the frontpage.Forum: Plugins
In reply to: [WP Fastest Cache] In version 0.8.4.8, Fastest Cache stoppedi sent it.