Daijiro Miyazawa
Forum Replies Created
-
Yes, it works with no problem.
I have many times using this plugin.
Thank you so much for providing such a great plugin!You can see a sample at this page (Our tech blog in Japanese):
The code of near the header:
<header class="entry-header"> <h1 class="entry-title"><?php the_title(); ?></h1> </header>
In this case, you must set ‘entry-title’ to the ‘Classname of parent element’ of the settings page of the plugin. If the classname of ‘h1’ tag in your template is ‘post-title’, it must be ‘post-title’.
Pages header:
I updated the plugin just a minite ago (version 0.9.2).
You can now see the option meta box in the editor screen of Pages.Widget title:
I had applied the effect to a widget title experimentally.
You can see the effect on the bottom corner of the page.
However, no control at this version ??Thank you for using this plugin.
Did you checked the “Settings > slabText” screen ?
You must set the class name of the parent element surrounding the header (=target).
And also must put post_class() function on to the parent or ancestor element of the header. You can see the exact sample in the content.php of “Twenty Eleven” theme.
—
I don’t know if the effect can apply in widgets, but it would be fine if you do the same way as above.
Any question is welcome ??
Hi, zouper.
Thank you for your interest. I’m a co-author of this plugin. This plugin was written in Japanese and has not i18n yet currently. We are considering i18n in near future. Please wait a moment.