SmoothAssault
Forum Replies Created
-
Forum: Plugins
In reply to: [Business Worldpay Gateway for Woocommerce] Order is still Payment PendingAfter a chat with WorldPay today we think the problem is “SNI on the SSL certificate.” WorldPay want SNI disabled but my host wouldn’t do this on a shared packaged.
Asking one of my other hosting providers about migrating the site to them instead and whether SNI will be an issue with them.
Forum: Plugins
In reply to: [Business Worldpay Gateway for Woocommerce] Order is still Payment PendingHas anyone made any progress with this? Last response was over 4 months ago so I would assume you’ve either found a fix or switched to an alternative solution?
Thanks.
Yep, same problem for me too.
– WP 3.5.1, multisite. GA plugin 6.4.2.
thanks rollinwaves, your fix worked perfectly!
Well line 211 referred to in the notice I’m getting is…
$modifiedArray['theme_advanced_styles'] .= ';colorbox-link=colorbox-link;';This line is part of the section that is supposed to add the colorbox css class to the styles dropdown box; the same thing you are both experiencing problems with.
I don’t think it’s too unlikely that fixing this issue with the styles would solve the conflict I’m finding.
I think I am having a related problem.
Notice: Undefined index: theme_advanced_styles in [my server]\[site root]\wp-content\plugins\jquery-colorbox\includes\jquery-colorbox-backend.php on line 211
But this appears to be a conflict with the “Advanced Custom Fields” plugin by Elliot Condon. Disabling his plugin clears the notice.
Apart from that, the actual colorbox functionality is absolutely fine.