Hastimal Shah
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [Advanced Editor Tools] P tag is disapperI have added the below filter to allow span tag.. is any problem with that.
function myextensionTinyMCE($init) { // Command separated string of extended elements $ext = 'span[id|name|class|style]'; // Add to extended_valid_elements if it alreay exists if ( isset( $init['extended_valid_elements'] ) ) { $init['extended_valid_elements'] .= ',' . $ext; } else { $init['extended_valid_elements'] = $ext; } // Super important: return $init! return $init; } add_filter('tiny_mce_before_init', 'myextensionTinyMCE' );Am working on local system only..wamp server
Its nothing like that in my functions.php file. May be some other issue will be causing.
May i know which function in functions.php because am using genesis framework
Hey bro.
Just cleared the cache and even re-activated the plugin also but didnt work for me.,
Thanks
HastiHello.,
I have updated plugin with above code but still not working., Is there anything i need to update..
Thanks
Forum: Plugins
In reply to: [CSV Importer] [Plugin: CSV Importer] Taxonomy assignmentThe same problem am facing right now. Is any one got the solution to this.
Please let me know as soon as possible.Thanks in advance
Viewing 7 replies - 1 through 7 (of 7 total)