simoneromboli
Forum Replies Created
-
Forum: Plugins
In reply to: [Query Monitor] Overview tab closes QMThank you John
Looking forward to this new major release!Hi there,
since nobody hadn’t answered yet I add a request: it would be also nice to remove the @import of googlefonts via cdn (ex: asset/css/admin.css) but incorporating the tff-woff file in the plugin to avoid calling the Google cdn and eventually have our IP tracked down without consent due to various privacy lawsBest,
S.Forum: Plugins
In reply to: [All 404 Redirect to Homepage] Warning: Undefined variable $class_nameHi Adam,
glad to hear that, I’ve seen the update but latest version doesn’t solve this $class_name and logging issue neither the canvasjs mentioned in another threadThis issue is specifically related to the
wp-admin/plugin.phppage as this$class_namevariable is used in this context.
While adding the canvasjs via localfile but never call thep404_enqueue_canvasjs()function anywhere doesn’t solve the issue: the js is always loaded byp404_enqueue_canvasjs_safe()function which is an hard-coded call to the CDNHope to hear you soon with other updates
Best,
S.Forum: Plugins
In reply to: [All 404 Redirect to Homepage] Warning: Undefined variable $class_nameHi there,
any updates on this?
I’m interested tooLascio un commento giusto per dire che le stesse problematiche non sono ancora state risolte, soprattutto la prima
Forum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] Role Portfolio ManagerHi Alex,
I’m glad my issue helped to find and fix a bug.
I’m looking forward for the updateBest,
SimoneForum: Plugins
In reply to: [Contact Forms by Cimatti] Adding hyperlink to textHi,
it’s quite simple.
There are two ways:
you can create a new custom field (type field = “Custom HTML”), then fill it with your text with link and add it to your form as you like.
Otherwise you can override the default label of your Checkbox field (I guess) inserting the text and the<a href="..">tag with the link direcly into the label.- This reply was modified 8 years, 8 months ago by simoneromboli.