Willy Bahuaud
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Deferred JavaScripts] Remove query strings from static resourcesHello,
You can remove query string from static ressources using another plugin. I suggest you SF cache busting (which you can download on the sidebar of the author website). It change ressource.js?ver=2.0.3 to ressource.2.0.3.jsForum: Reviews
In reply to: [WP Deferred JavaScripts] Plugin good but without settingsHello,
Since the last release, WP Deferred Javascripts offer a settings area to exclude javascripts files URI from defer process ??Forum: Reviews
In reply to: [WP Deferred JavaScripts] Breaks envira galleryHello, I think you missed the WP Deferred JS settings pannel. It’s under the settings main menu, on admin side.
You can paste here jasvascripts URL used by envira gallery, they will be exclude form async (Envira scripts are not queued by the WordPress way – using wp_{register|enqueue}_script() fonctions…)
Does it work now?Forum: Plugins
In reply to: [Pastacode] Possibly bug: highlight poisitionHello,
For the new release I worked on the prismjs css themes, I think the problem is fixed, can you confirm?
Thanks
Forum: Plugins
In reply to: [Pastacode] <pre> <code> not removed for editor, works for adminHello,
The new version 1.6 change the way manual code snippets are saved, so I think after this upgrade, your problem will be solved ??
Have a nice day!
Forum: Plugins
In reply to: [Pastacode] Custom Line Number StartThe new Pastacode version support this feature ??
(you juste have to set lines attributes relative to your cropped code, the displayed code will be adjusted…)Have a nice day,
Willy
Forum: Plugins
In reply to: [Pastacode] Possible to show all lines by default?It seem you have a css rules on your theme applying css max-height on
code
tags.
You juste have to set it tocode{max-height:none;}
.Did this solve your problem?
Forum: Plugins
In reply to: [Pastacode] How to set starting line numberTo use the line number, you juste have to use the lines attribute into shortcode (setting starting line and endingline ; ex :
[pastacode lines="10-20" /]
??Forum: Plugins
In reply to: [Pastacode] Manual Doesn't Work as ExpectedIt seem to be a conflict with jetpack.
Are you using jetPack markdown plugin ?Forum: Plugins
In reply to: [Pastacode] Pastacode Introducing Extra Line FeedsHello,
I worked a lot on the new release to fix that bug. It seem WordPress view API doesn’t allow to set html as shortcode content. So now, manual code content is serialized into a shortcode attribute. Old shortcodes will be updated automaticlly ??
Let me know if you encouter any problem upgrading to the new version.
(maybe you should save your database before).Have a nice day!
Forum: Reviews
In reply to: [Pastacode] Love it but it's missing bitbucket snippetsHello,
The new version 1.6 now support Bitbucket snippets embed ??
Have a nice day!
I understand, thank for your answer ??
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Blank page for taxonomiesOk, I understand : I dont have a page.php template file, because I only use singular.php ??
Maybe you should improve your adverts_template_include function ??I mark this topic as resolved.
Have a nice day !Can you try to update the option field (into settings > wp deferred javascripts)?
The new version 2.0.5 will solve the issue you encountered ??