<div dir="ltr">That is absolutely the correct approach. Gallery styling is presentational, and thus controlled by the Theme. Removing default styling via filter is the correct implementation, if the core-defined styling is incompatible with the Theme&#39;s gallery styling.<div>
<br></div><div style>If a Plugin has a conflict with that implementation, then the PLUGIN is _doing_it_wrong(), not the Theme.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 29, 2013 at 9:48 AM, Thomas from ThemeZee <span dir="ltr">&lt;<a href="mailto:contact@themezee.com" target="_blank">contact@themezee.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hi everybody,<br><br>I have just one question about best coding practice and didn&#39;t know if it was already discussed.<br>
<br></div>Is it senseful for a theme do remove the default gallery styling of WordPress core with <br>
<div><pre><span>add_filter</span><span>(</span><span> </span><span>&#39;use_default_gallery_style&#39;</span><span>,</span><span> </span><span>&#39;__return_false&#39;</span><span> </span><span>); </span><br>
</pre></div>and add own gallery styling within the style.css?? Or will it lead to conflicts with some plugins which enhance the gallery feature?<br><br></div><div>Best Regards,<br></div><div>Thomas<br></div><div><pre><br>
</pre></div></div>
<br>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br></blockquote></div><br></div>