evasivesoftware
Forum Replies Created
-
Forum: Plugins
In reply to: [PrettyPress] Previewing post shows post name above all contentCan you rename it to .php.txt so we can view the source?
Cheers!Forum: Plugins
In reply to: [PrettyPress] Publishing RestrictionsGood point zurcherart – I’ve added this to our to do list for 1.3
Cheers
Forum: Plugins
In reply to: [PrettyPress] Previewing post shows post name above all contentCan you show me your header.php file?
Forum: Reviews
In reply to: [PrettyPress] Does not work for my themeDo you have the option to add code to functions.php? If so, try adding
if ( function_exists('prettypress_thetitle') ) { add_filter( 'get_the_title', 'prettypress_thetitle', 10, 1 ); }
Forum: Reviews
In reply to: [PrettyPress] Does not work for my themeHi Jhoppe,
Prettypress does indeed work for both the_title() and get_the_title(), it does _not_ hook the_title_attribute()
If you there has a link like so
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
Then this is unsafe, as the_title() does not escape characters for being wrapped in argument. The correct usage would be
<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a>
Forum: Plugins
In reply to: [PrettyPress] No longer opensCan you explain what happens when you press the “Launch PrettyPress” button now?
Forum: Plugins
In reply to: [PrettyPress] Is the plugin still mantained? (both free and pro)Hey,
Yep the plugin is still maintained and bug fixed.
Cheers.
Forum: Plugins
In reply to: [PrettyPress] Markdown FootnotesHi floflofloflo,
Not as of yet, but it’s on our “to-do” for next release.
Forum: Reviews
In reply to: [PrettyPress] Be aware of markdown bug. UPDATED as of v.1.0.6Howdy,
Thanks for the feedback!
We’ve addressed a ton of user interface issues with version 1.1.1, feel free to give it a go ??Forum: Reviews
In reply to: [PrettyPress] Scroll down not workingHowdy.
Thanks for your feedback regarding PrettyPress.
In our latest release, version 1.1.1, we’ve added an option to disable the markdown editor which should prevent commiting any edits through the markdown processor.
We’ve also fixed multiple bugs with the visual editor that should now allow you to properly scroll down with the content as you write it.
Thanks.
Forum: Plugins
In reply to: [PrettyPress] Ensure Visual Editor Pop ups workHello,
Thanks for your feedback.
We’ve added your TinyMCE CSS to our “TinyMCE hacks” css section in version 1.1.1.Forum: Plugins
In reply to: [PrettyPress] How to disable the markdown tabHello,
With our most recent update (1.1.1), it’s now possible to disable the markdown tab again.
Thanks
Forum: Plugins
In reply to: [PrettyPress] I love it but it breaks my themeClosing thread due to inactivity – try updating to 1.1.0.
Forum: Plugins
In reply to: [PrettyPress] How to disable the markdown tabThis functionality was removed in version 1.1.0, however, if we receive enough feedback requesting this be placed back in, we can re-add it.
Forum: Plugins
In reply to: [PrettyPress] oembedHi there,
We’ve just released shortcode previews in version 1.1.0, and play to add oembed previews next release.
Thanks.