• Resolved druid75

    (@druid75)


    Hi, I update to 1.6.17.2 and since this in the editor I can not see the HTML TinyMCE editor I can not see the editor buttons or the text in the editor box. (Visual Mode)
    If I switch to text mode I can see it again.
    If I disable to the plugin it appears again, however if I try to roll back to a previous version I can no longer see this.

    https://www.ads-software.com/plugins/advanced-ads/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter druid75

    (@druid75)

    I have temporaily fixed the issue by commenting out this bit of code.

    private function __construct() {
    		if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
    			new Advanced_Ads_Ad_Ajax_Callbacks;
    		} else {
    			add_action( 'plugins_loaded', array( $this, 'wp_plugins_loaded' ) );
    		}
    		// add shortcode creator to TinyMCE
    		//new Advanced_Ads_Shortcode_Creator;
    		// registering custom columns needs to work with and without DOING_AJAX
    		//add_filter( 'manage_advanced_ads_posts_columns', array($this, 'ad_list_columns_head') ); // extra column
    		//add_filter( 'manage_advanced_ads_posts_custom_column', array($this, 'ad_list_columns_content'), 10, 2 ); // extra column
    		//add_filter( 'manage_advanced_ads_posts_custom_column', array($this, 'ad_list_columns_timing'), 10, 2 ); // extra column
    		//add_action( 'restrict_manage_posts', array( $this, 'ad_list_add_filters') );
    	}

    its in the file advanced-ads-admin.php It stops the button being placed in the TinyMCE editor.

    Plugin Author Thomas Maier

    (@webzunft)

    Hi druid75,

    thanks for reaching out and sorry to hear about your issue.

    Does the problem also disappear if you only commented out the line new Advanced_Ads_Shortcode_Creator;? The rest should not interfere here.

    Which WordPress version are you using?

    Thanks
    Thomas

    Thread Starter druid75

    (@druid75)

    Thanks for getting back,

    Yes, it’s just the line new Advanced_Ads_Shortcode_Creator; that causes the issue.

    I am using wordpress 4.4.2. I have checked if its a theme issue by changing to the twentysixteen theme an its not.

    I have also checked if its a conflict issue with other plugins, and doesn’t appear to be that either.

    regards

    Druid

    Plugin Author Thomas Maier

    (@webzunft)

    Thank you, Druid, for your feedback.

    I have a few more ideas:

    * please check if there is a JavaScript issue in the console, see https://codex.www.ads-software.com/Using_Your_Browser_to_Diagnose_JavaScript_Errors
    * are you by chance using an ad blocker?
    * please try in another browser

    Thanks
    Thomas

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No Text or Buttons in TinyMCE Editor since 1.6.17.2’ is closed to new replies.