noahmaes
Forum Replies Created
-
I am also strugling with this (ie input:placeholder-shown+label is not possible) , any workaround to fix the label like this?:
NOW:
<label for=”company”>Bedrijfsnaam * </label>
<span class=”wpcf7-form-control-wrap” data-name=”your-name”>
<input type=”text” name=”your-name” value=”” size=”40″ class=”wpcf7-form-control wpcf7-text wpcf7-validates-as-required” id=”company” aria-required=”true” aria-invalid=”false” placeholder=”Bedrijfsnaam B.V.”>
</span>PROPOSED:
<span class=”wpcf7-form-control-wrap” data-name=”your-name”>
<label for=”company”>Bedrijfsnaam * </label>
<input type=”text” name=”your-name” value=”” size=”40″ class=”wpcf7-form-control wpcf7-text wpcf7-validates-as-required” id=”company” aria-required=”true” aria-invalid=”false” placeholder=”Bedrijfsnaam B.V.”>
</span>Forum: Plugins
In reply to: [Woocommerce CSV importer] Product could not be saved and skippedAs mentioned above “Convert strings to UTF-08 during import”, solved the problem!
Now products with sentences like “één armleuning” are correctly imported, but hidden in the frontend because they have strange signs.
Forum: Plugins
In reply to: [Yoast SEO] Meta description lengt not ok for googleNope, no date in the result
Were can I e-mail the screenshots to?
Forum: Plugins
In reply to: [Woocommerce CSV importer] Product could not be saved and skippedSolved: the problem was caused due strange characters.
Checking “Convert strings to UTF-08 during import”, solved the problem!Forum: Plugins
In reply to: [Woocommerce CSV importer] Product could not be saved and skippedHi allaerd, thanks again; I double checked, in all the products the post_title is present for all the rows (including header) and the header is matched in the right way;
—–> Row
Product is on sale
Product could not be saved and skipped
—–> end row
ID : 103174 not found!
Product found (SKU), ID is: 39549
—–> Row
Product is on sale
Product could not be saved and skipped
—–> end rowForum: Plugins
In reply to: [Woocommerce CSV importer] Categories are not overwrittenHero!
Forum: Plugins
In reply to: [Woocommerce CSV importer] How to import Sub Categories???Category->SubCategory1|Category->SubCategory2|Category->SubCategory3