bertvanderhooft
Forum Replies Created
-
Forum: Plugins
In reply to: [Edwiser Bridge – WordPress Moodle Integration] Moodle 3.3No support in 6 days.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Variable productsHi Kevin,
It’s a woocommerce tab “Additional Information”.
The instruction on https://docs.woocommerce.com/document/editing-product-data-tabs/ didn’t work.
What worked was to change the sequence of that instruction. First the function. Secondly the filter:
// Remove the additional information tab
function woo_remove_product_tabs( $tabs ) {
unset( $tabs[‘additional_information’] );
return $tabs;
}
add_filter( ‘woocommerce_product_tabs’, ‘woo_remove_product_tabs’, 98 );It works nicely, combined with the reordering as described in te before mentioned woocommerce page.
Tip: put it in your knowledge base 😉
Best regards
Bert
Forum: Plugins
In reply to: [WP to CRM Lead Sync] Connection failedSame error.
Shitty software
Forum: Plugins
In reply to: [Insert or Embed iSpring Content into Wordpress] BreaksDisabled line 1006 in Ispring Embedder Section:
// $(“.colorbox_iframe”).colorbox({iframe:true, transition:”<?php echo $opt[‘colorbox_transition’]?>”, width:”<?php echo $ispring_embeder_width ?>”, height:”<?php echo $ispring_embeder_height ?>”, scrolling:<?php echo($ispring_embeder_scrollbar==”no”)?’false’:’true’; ?>});
<?php }?>Please update version
Forum: Plugins
In reply to: [Insert or Embed iSpring Content into Wordpress] BreaksError report states:
[Error] TypeError: undefined is not a function (evaluating ‘$(“.colorbox_iframe”).colorbox({iframe:true, transition:”elastic”, width:”80%”, height:”80%”, scrolling:true})’)
(anonymous function) (change-activation-masterclass-cam, line 1476)
j (jquery.js, line 2)
fireWith (jquery.js, line 2)
ready (jquery.js, line 2)
J (jquery.js, line 2)