AlexJS
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Issue with search URL rewriteOkay, I clicked around in the polylang settings and now its working.
I have not really changed the URL settings as it was already set to ‘not change the URL’ where possible. But it said that some posts had no language setting.
After I save the settings the search works like a charm again with the URL rewrite.
Thanks but no thanks π
Forum: Plugins
In reply to: [W3 Total Cache] Error: Empty hostname / CNAME listSame here using EU node
“Error: Empty hostname / CNAME list.”
Triggered here:
wp-w3-total-cache / lib / W3 / Cdn / Base.php
/**
* Test domains
*
* @param string $error
* @return boolean
*/
function _test_domains(&$error) {
$domains = $this->get_domains();if (!count($domains)) {
$error = ‘Empty hostname / CNAME list.’;return false;
}
Not sure why as I provide the bucket.s3.amazon link …
Anybody?
Forum: Plugins
In reply to: [Supra CSV] [Plugin: Supra CSV Importer] Importing custom term taxonomyFinally gave a 5 Star rating and a ‘works’.
Forum: Plugins
In reply to: [Supra CSV] [Plugin: Supra CSV Importer] Importing custom term taxonomyOk, added “portfolio_category” as custom term and tested again.
WORKS!! Really good job, thanks π
Forum: Plugins
In reply to: [Supra CSV] [Plugin: Supra CSV Importer] Importing custom term taxonomyHey, any hint how the new “Custom Terms (separate terms with commas)” thing works. Tested the import as before and now get the following error:
“Leider wird eine der gegebenen Taxonomien nicht von diesem Inhaltstyp unterstΓΌtzt.Problem Ingesting Test Import 1”
Forum: Plugins
In reply to: [Supra CSV] [Plugin: Supra CSV Importer] Importing post categorythe wp_term_taxonomy table shows that the term_id is not unique, only the term_taxonomy_id is
Forum: Plugins
In reply to: [Supra CSV] [Plugin: Supra CSV Importer] Importing post categorythe importer can not handle the custom taxonomy of the categories for the custom post type. As Mentioned before:
Portfolio categories use wp_term and wp_term_taxonomy tables – the same as regular categories. The only difference is the taxonomy column in wp_term_taxonomy is set to portfolio_category.
Forum: Plugins
In reply to: [Supra CSV] [Plugin: Supra CSV Importer] Importing post categorywhen importing as post the category worked
when importing as custom post (portfolio) the category does not workForum: Plugins
In reply to: [Supra CSV] [Plugin: Supra CSV Importer] Importing post categoryOk, tried it with category ID, Name, Slug but it did not work. I used what is listed in the wp_terms table of the DB.
Any idea?
Forum: Plugins
In reply to: [Supra CSV] [Plugin: Supra CSV Importer] Importing post categoryAfter every update the UPLOADS are gone. Where are they stored as I have to manually delete them … right?
PREVIEW work again π
Forum: Plugins
In reply to: [Supra CSV] [Plugin: Supra CSV Importer] Importing post categorydo I type the category name or slug? would guess the slug, right?
Forum: Plugins
In reply to: [Supra CSV] [Plugin: Supra CSV Importer] Importing post categoryoh, my mean I type in the name not the ID?
I tried it with just one ID, like ’12’.Forum: Plugins
In reply to: [Supra CSV] [Plugin: Supra CSV Importer] Importing post categoryAnyway, what is the idea on adding 2 or more categories to a post?
Comma seperated makes not much sense πForum: Plugins
In reply to: [Supra CSV] [Plugin: Supra CSV Importer] Importing post categoryUpdated and tested it but the category is not showing up.
Also the File Preview does not work anymore. It also switches to the theme CSS for the font end for the workspace …
Cheers, Alex
Ok, thanks again. The category can be mass edited, so this is not a complete showstopper π
Category + Tag would make it pretty much complete for the beginning.
One more thing you might add to the manual:
it is important to understand that there is a import which acutally includes the following steps the user need to walk thru WHENEVER he does an import:
– configure in ‘Configuration’
– define in ‘Post Info’
– upload file in ‘Upload’
– map the data and import in ‘Ingestion’I first thought config and definition is a ‘do once and forget’ thing but you need to choose the ‘Postmeta Presets’ activly before you ‘Ingest’.
Also it seems more in line with the workflow to have ‘Upload’ before the ‘Ingestion’ menu entry.Good job, thanks a lot for the plugin! Cheers, Alex