Viewing 5 replies - 1 through 5 (of 5 total)
  • The same thing happened to me. I have the TinyMCE toolbar, and it used to have a great little button for Simple Drop Cap. Now the button is gone and I can’t find it. ??

    Plugin Author Yudhistira Mauris

    (@maurisrx)

    What is your WP version? It’s removed because it’s not supported in WP version 4.2.2. I’m pretty busy with other projects so I can’t update the feature. You can still use the shortcode manually in the text editor.

    Thread Starter rowanwolf

    (@rowanwolf)

    I am using WordPress 4.2.2 and I have been using the manual dropcode. However, the plugin worked until the latest update earlier this week. Is there a way to go back to the last version of the plugin as I was on 4.2.2 then and it was working fine.

    Thanks

    Thread Starter rowanwolf

    (@rowanwolf)

    Hi,
    I finally figured this out and added this following bit of code to the bottom of my main stylesheet. Please note that the problem with doing this is that updates to your theme, or changing your theme, will eliminate any changes you make to the primary theme files. So either keep a record of changes you make, or use “child themes” (which I don’t get how to use) or some other solution.

    /* Change entry-title size for Nelio Featured Posts */
    .widget_neliofp_widget article .entry-title {
      font-size: 26px; /* for ie8 & below */
    	font-size: 1.6rem;
    	line-height: 29px; /* for ie8 & below */
    	line-height: 1.8rem;
    }
    Thread Starter rowanwolf

    (@rowanwolf)

    Sorry. Please disregard the last post from me. That was to resolve a different problem.

    My solution to this problem was to get the WP Rollback plugin.

    Do a backup of my database and posts.

    and then rollback the Simple Drop Caps plugin to the previous version – 1.2.6.

    The drop caps are back on my tool bar.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘DropCap disappered from tool bar after update’ is closed to new replies.