Trying to embed into Theme
-
Hi,
I have developed a theme BREW https://github.com/slightlyoffbeat/brew
Right now i am trying to embed ‘easy bootstrap shortcode’ in this theme by including following code in funtions.php
require_once('/library/easy-bootstrap-shortcodes/osc_bootstrap_shortcode.php'); function apply_ebs_custom_option( $prevent ) { return true; } add_filter( 'ebs_custom_option', 'apply_ebs_custom_option' );
After adding this TinyMCE buttons are disapearing from editior.If i am looking in console their is loading error with wrong path of shortcode file.
Can you please help me in this issue that how can i easily embed this wonderful plugin into my theme.
Thank for this great plugin.Easy Bootstrap Shortcode
https://www.ads-software.com/plugins/easy-bootstrap-shortcodes/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Trying to embed into Theme’ is closed to new replies.