Steven Vachon
Forum Replies Created
-
After re-saving with the wp admin, the problem is resolved.
Forum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] Doesn’t apply scrset to imagesOops, I’d misunderstood how
srcset
gets applied. It only works when the function is called, which is either done so manually or via a shortcode. Having<img>
in a post/page body would require a customthe_content
filter to make such a transformation. I’ve done that now, so this is not a bug. Closing.Forum: Plugins
In reply to: [SVG Support] Option to remove javascriptWhen will this be released?
Forum: Plugins
In reply to: [SVG Support] Option to remove javascriptWorks well! Thanks!!
Forum: Plugins
In reply to: [SVG Support] Option to remove javascriptThank you. We should probably mark this issue as unresolved as there is currently no available solution.
Forum: Plugins
In reply to: [Shortcode in Menus] Compatibility with custom menu walkers?Thank you. It works now.
Forum: Plugins
In reply to: [Shortcode in Menus] Not working[gs_test_shortcode]
is not working in my menu; it outputs the shortcode literally without interpolation. Using WordPress 4.5.2EDIT:
Oops! I had written custom menu walkers that were not usingdo_shortcode()
.Forum: Plugins
In reply to: [SEO Internal Link Shortcode] Is the plugin secure?There’s no reason for it to be insecure — it’s just a shortcode. The security part would be handled by WordPress.
That’s not the reaction that I was hoping for.
I know, but can such a feature be added? Is there a function to disable it, at least?
Forum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] "P" option not same as standard wpautopPerhaps adding the option to disable the plugin completely for posts and/or pages. I only need this for pages.
Preserves white space and developer edits
Forum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] wpautop completely disabledIt was my fault — I had this in my functions.php:
remove_filter('the_content', 'wpautop'); add_filter('the_content', 'wpautop' , 99); add_filter('the_content', 'shortcode_unautop', 100);
Forum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] wpautop completely disabledWe can still get
<p>
and<br>
tags if you runwpautop
after shortcodes are ran.Forum: Plugins
In reply to: [Live Drafts] No longer working for Pages, only Posts (WordPress 4.4.1)“Posts page of the Dashboard”? I don’t know what that is or means.
I’m getting reports from others on my team that this plugin is not working as expected. All my attempts to reproduce their issues have failed.