michael-bergmann
Forum Replies Created
-
Hello and good day,
all information and screenshots as well as the original export file are available here:
https://drive.google.com/drive/folders/1FLaA0Bq0ekVLhEvkYNl93Otdb-OfGMMM?usp=sharing
I switched the tabs to the new plugin using the migrator on the live site http://www.ivicollection.com, and it worked perfectly on the live site. We are currently updating the website on a staging site (stage.ivicollection.com), where I tried to import a sample product using WP All Import, but the tabs are not displayed.
https://stage.ivicollection.com/product/watercolor-leinenkleid/
https://www.ivicollection.com/produkt/watercolor-leinenkleid/
There are now 2 custom fields:
yikes_woo_products_tabs_migrated – {yikes_woo_products_tabs_migrated[1]}
a:3:11:0;a:3:
{s:5:”title”;s:7:”Details”;s:2:”id”;s:7:”details”;s
<div class=”main”> <ul> <li>midi
langes Kleid aus Leinen</li> <li>runder
Formkragen und V-Schlitz</li>
<li>durchgehend verdeckte Knopfleiste</li>
<li>Armel mit elastischem Saum</li>
wb_custom_tabs – {wb_custom_tabs[1]}
a:3:{i:0;a:5:
{s:5:”title”;s:7:”Details”;s:7:”content”;s:353:” <div class=”main”> <ul> ‹li›midi langes Kleid aus Leinen</li> <li>runder Formkragen und V-Schlitz</li> <li>durchgehend verdeckte Knopfleiste</li> <li>Ärmel mit elastischem Saum</li>
These are apparently not imported or displayed. For example, do I have to create a script, as shown here (variable products and WPML)?
add_action(‘pmxi_saved_post’, function($post_id) {
if (get_post_type($post_id) !== ‘product’) {
return;
}
$tabs_serialized = get_post_meta($post_id, ‘yikes_woo_products_tabs’, true);
$tabs_array = maybe_unserialize($tabs_serialized);
if (function_exists(‘icl_register_string’) && is_array($tabs_array)) {
foreach ($tabs_array as $index => $tab) {
if (!empty($tab[‘title’])) {
icl_register_string(‘yikes_tabs’, “Tab Title – {$post_id} – {$index}”, $tab[‘title’]);
}
if (!empty($tab[‘content’])) {
icl_register_string(‘yikes_tabs’, “Tab Content – {$post_id} – {$index}”, $tab[‘content’]);
}
}
}
// Tabs neu initialisieren
do_action(‘save_post’, $post_id, get_post($post_id));
});
Thanks a lot and best regards
MichaelGood morning, is there any support here?
Wir habe das folgendermaßen gelöst:
Statt das Bild direkt aus der Mediathek auszuwählen, haben wir im unteren Feld ein Shortcode mit dem Verweis auf das Bild eingefügt. Das hat hier funktioniert.
[shariff media=”https://deine-domain.de/wp-content/uploads/2018/02/deinbild.jpg”%5D
Hallo?
Es hängt offensichtlich damit zusammen, dass bei den “Benutzerdefinierten Feldern das folgende angelegt und gefüllt wird:
shariff_metabox_media
Lösche ich dieses und zeige den Artikel in der Vorschau an, erscheint auch die Leiste. Nach Speichern des Artikels ist das Fled wieder gefüllt vorhanden und die Sharing-Leiste erfolgt nicht.
Gern geb ich Euch einen Zugang. Wir können wir das handhaben?
Danke und Grüße
Michael
Übrigens auch, wenn ich [shariff] an das Ende des Artikel packe.
Der Bergriff wird nicht angezeigt, aber auch nicht die Icons.Hi,
how did you solve the problem with the custom fields link in the gallery thumbnailview?
I have the same problem.
Thanx
Michael