introstand
Forum Replies Created
-
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] Schema Type per post tagGreat, thanks!
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] Schema Type per post tagAny response to my question above?
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] Schema Type per post tagThanks for the reply!
Yes, but can I use that to show one type of schema for a specific post tag? Like, show only on post with the tag “E-books”.Forum: Plugins
In reply to: [AMP] Prohibited or invalid use of HTML TagI have the same problem. Would really like to find a solution to it!
Did you fix it?Forum: Themes and Templates
In reply to: [HarmonUX Core] Show excerptsI’m wondering this as well! Please let us know if there is a solution.
Thanks!Forum: Plugins
In reply to: [Woocommerce CSV importer] Trouble importing imageI actually don’t know. Are all your imaged jpg?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Failed Below Memory Limit and TimeoutI’m getting the same error. Any luck in solving it?
Forum: Plugins
In reply to: [Woocommerce CSV importer] External/Affiliate functions.php and csv fileI think you need to do two modifications. The external product need a link so that needs to be added. I put this lines after the tax class.
//product link
if (isset($data[17]) && $data[17])
update_post_meta( $post_id, ‘_product_url’, $data[17] );Then you have to specify that it’s an external product and not a normal.
Add this line the “//get picture if there is one and add it as featured image” statement.wp_set_object_terms( $post_id, ‘external’, ‘product_type’);
Hope that helps!
Forum: Plugins
In reply to: [Woocommerce CSV importer] External/Affiliate functions.php and csv fileI might be able to help you. I’ve got it working almost perfectly. The only problem I’m having is that I can’t seem to import more than about 50 products at once.
If you give me your email I can send you my copy of the functions.php so you can find the modifications.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Trouble importing imageI actally got it working. Don’t reallt know what went wrong the first time. Changing to resolved.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Trouble importing imageCould you please help me with this?
No matter which file I use (sample or my own), I can’t import any images.Very interested in thi feature as well. When is the next version coming?
Until then could someone help me with all the changes that has to be made to get it to work on the current version?
Thanks!