Bob the web builder
Forum Replies Created
-
Hi Cais,
I already solved it by putting the NGG shortcode in a parallax post type as well, then it works fine.
When I put the NGG shortcode on a page like I normally would, so not in the parallax post type, and there’s also a parallax post type on the page, it will give this error.
Thanks!
YourLiVe
Forum: Plugins
In reply to: [WooCommerce] Product title doesn't link to product page anymoreHi Claudio,
Thanks for your quick respons. I did some more testing, it wasn’t a plugin conflict but a conflict with a little bit of custom code in my theme’s functions.php.
For others with the same problem, I used the code below to make the featured image link to the post, but that seems to conflict with WooCommerce 2.6. I’ve been using this code for years with WooCommerce before, never a problem, but since WooCommerce 2.6 it is a problem 🙁
add_filter( 'post_thumbnail_html', 'my_post_image_html', 10, 3 ); function my_post_image_html( $html, $post_id, $post_image_id ) { $html = '<a href="' . get_permalink( $post_id ) . '" title="' . esc_attr( get_post_field( 'post_title', $post_id ) ) . '">' . $html . '</a>'; return $html; }Forum: Plugins
In reply to: [WooCommerce] Different text inventory allow / allow, but notify customerGreat, thanks!
Forum: Plugins
In reply to: [WooCommerce] Different text inventory allow / allow, but notify customerSorry, I mean when Stock Qty is 0 (otherwise backorder isn’t activated ;-))
Forum: Plugins
In reply to: [WooCommerce] Different text inventory allow / allow, but notify customerI’m afraid I still didn’t explain it well enough… so I made you a little drawing 😉
Forum: Plugins
In reply to: [WooCommerce] Different text inventory allow / allow, but notify customerHi Mike,
Thanks for you super fast respons 🙂 I’ll try to explain it better. When I set a product’s inventory, I can choose to allow backorders (product data –> inventory –> allow backorders?).
There, I can choose 1 of 3 options: “do not allow”, “allow, but notify customer” or “allow”.
When I chose “allow” in WooCommerce 2.5, the product page would display the inventory as “in stock”. When I chose “allow, but notify customer”, the product page would display “available on backorder”.
Now in WooCommerce 2.6, if I use the “allow” setting, it also displays “available on backorder”, instead of “in stock”.
Hope that makes it a little more clear?
Forum: Plugins
In reply to: [WooCommerce] break added to shipping method radio buttonOk, thanks for the unbelievable quick respons, I’ll go bughunting!
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Conflict with Quick event managerThe developer of Quick Event Manager plugin solved the problem. Please update to the latest version.
Forum: Plugins
In reply to: [Quick Event Manager] Conflict with MailPoetYeah seems to work fine now… great work 😀 thanks!
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Conflict with Quick event managerSame problem here… according to the developer of Quick event manager the problem lies with the use of prototype.js by Mailpoet.
Forum: Plugins
In reply to: [Quick Event Manager] Conflict with MailPoetHi Aerin,
Thanks for your quick respons, I will open a support topic with MailPoet then.
With kind regards,
Marcel
Forum: Plugins
In reply to: [Print-O-Matic] Not working with Contact Form 7 on IE and SafariYup, the same problem with version 1.6.6.
I read some other support threads so I tried all the solutions given there (like installing the Github version, changing the target, activating the jquery fix) before I decided I had to bother you with it… but hey, a bottle of bourbon will ease the pain of that wright 😉
Thanks for all your effort so far, really appreciate it!
Forum: Plugins
In reply to: [Print-O-Matic] Not working with Contact Form 7 on IE and SafariI’m already running 1.6.7b, sorry, thought I mentioned that already but I didn’t.
Forum: Plugins
In reply to: [Print-O-Matic] Not working with Contact Form 7 on IE and SafariHi Baden,
Chrome isn’t causing any problems, IE is… not only on my computer though, it doesn’t work on my clients computer either.
Forum: Plugins
In reply to: [Print-O-Matic] Not working with Contact Form 7 on IE and SafariHi Baden,
Thanks for your quick respons. The target was already set to .wpcf7, still doesn’t work. I also activated the jquery fix but it doesn’t help either.
Don’t you think it’s strange the textarea input does get printed, but the text fields input isn’t?
BTW I am using qtranslate X, maybe that causes a conflict?