Steven Vachon
Forum Replies Created
-
Forum: Plugins
In reply to: [Scripts To Footer] some inline scripts not movedYeah, I’d figured as such. Thanks for all the info! I’ll just remove them myself in that case.
Forum: Plugins
In reply to: [Scripts To Footer] some inline scripts not movedIf adding such a feature makes sense to you and to its users, then I’m all for it. I’m not too concerned with emoji specifically, but any similar inline scripts that can be moved out of the document header.
Forum: Plugins
In reply to: [Optimizely Classic] Conditional script enqueue per page?Something like this could be added to optimizely.php:
if (get_post_meta(get_the_ID(), 'optimizely_experiment_status', true) != 'Running') { }
…but such changes would be lost on the next update.
I tried disabling async on the share widget and the redundant scripts persist (one sync at the top of the footer and one sync at the bottom of the footer).
Forum: Plugins
In reply to: [Analyticator] VANILLA external-trackingThank you, and sorry for the late reply. I don’t do much with WordPress nowadays because I love Node.js so much. However, my site will continue to run on WordPress for the foreseeable future. How goes the rewrite?
Forum: Plugins
In reply to: [WP-HTML-Compression] How to disable absolute- o relative urls function ?Sorry for the late response. Even if you’ve already moved onto another plugin, here’s the answer that you requested:
wp-content/plugins/wp-html-compression/libs/html-minify.php, line 21
Forum: Plugins
In reply to: [WP-HTML-Compression] Ignore custom html comments from removingYou can either
- wrap your comments with the compression bypass (see FAQ)
- disable comment removal (wp-content/plugins/wp-html-compression/libs/html-minify.php, line 21)
Forum: Plugins
In reply to: [WP-HTML-Compression] Current StatusI’m still supporting it. Most issues are not explained well, so I cannot reproduce them.
Forum: Plugins
In reply to: [Analyticator] VANILLA external-trackingAre you guys doing anything with this?
Forum: Reviews
In reply to: [WP-HTML-Compression] OverlappingResponsive themes, as in responsive CSS? That has nothing to do with URLs.
Loading content from another page has nothing to do with URLs. Can you elaborate on this?
Jetpack videos work fine here. Which plugin are you using?
How are you calling the AJAX? Which function or URL?
Forum: Plugins
In reply to: [SEO Internal Link Shortcode] support for class ?Hi Matt. Why not just use
attr_class="something"
?Forum: Plugins
In reply to: [WP-HTML-Compression] Minor complaint about FAQsTemplating aside, I was referring to the “WordPress should correct invalidly nested XHTML automatically” feature in Settings->Writing
A browser will not render that correctly. You should consider using a
<textarea>
.This is the output I get:
<input type="text" value="<a href="//delo-vcusa.ru/recepti/desertyi/shokoladny-e-bliny-s-tvorogom-sladkie-rolly-iz-blinchikov-s-persikami/">Шоколадные блины с творогом. Сладкие роллы из блинчиков с персиками</a>" onclick="javascript:this.select()" style="width: 100%;">
Looks fine, however the URL shortener has shortened the
href
attribute value, which is probably not ideal from a data perspective. I’ll look into this when I have some free time.