ninetienne
Forum Replies Created
-
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] Hide dashboardThis snippet doesn’t hide WP Admin Bar, but I think I’ll manage it.
Thanks, I got the point.
Great plugin!
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] Hide dashboardI’d prefer a snippet.
Many thanks, Julien!
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] Hide dashboardRight, I don’t want users to access /wp-admin.
Forum: Plugins
In reply to: [Widget Importer & Exporter] Advanced Custom Fields (ACF) SupportAnyway, thanks for the WIE. It’s awesome!
Forum: Plugins
In reply to: [One Click Demo Import] Importing theme_mods?Just tested it out. Working like a charm.
Thank you very much. Highly appreciated!
Forum: Plugins
In reply to: [One Click Demo Import] Importing theme_mods?I will keep you updated, when I’ve tested it out.
Thanks a lot!
Forum: Plugins
In reply to: [One Click Demo Import] Importing theme_mods?Thanks a lot!
Forum: Plugins
In reply to: [One Click Demo Import] Importing theme_mods?Maybe you could have a look how this script does theme_mod import?
Forum: Plugins
In reply to: [One Click Demo Import] Importing theme_mods?Yeah, setting the theme_mods manually is a pain, because I have hundreds of them ??
Would be great to use the third party plugin (which is awesome by the way).
Forum: Plugins
In reply to: [One Click Demo Import] Assign menus after import?Thanks a lot. Exactly what I was thinking of.
Forum: Plugins
In reply to: [WP Instagram Widget] Filter for link class> I think there is, you can see it in use here: https://github.com/twbs/bootstrap/blob/v4-dev/scss/_buttons.scss#L63
It’s actually button varient only, i.e. color and background color. It doesn’t add any paddings or font styles. So I would have to add it myself, repeating the same code and losing consistency.
Don’t think a lot of people using the filter. Sometimes breaking changes are inavoidable. However to be on the safe side, you my add a new one
wpiw_anchor_class
. However I do think, it’s strange to call a filterlink
and apply it on aparagraph
.I would highly appreciate if you could add a filter for the anchor tag. Thanks a lot for your job anyway!
Forum: Plugins
In reply to: [WP Instagram Widget] Filter for link classThanks for a quick reply!
I know that you may use a custom template for the image loop. I’m using it to add number of likes and comments.
I also know that you can target the link via targeting the anchor inside paragraph. But it looks like going from New York to Los Angeles via Paris.
I’m using SASS and there’s no easy mixin for a
btn
in Bootstrap. You mayextend
but it will result in extra code.In general your filter is called
wpiw_link_class
, notwpiw_clear_class
orwpiw_paragraph_class
, so I think it would be much more convenient to add the class to<a>
rather than<p>
.Moreover there’s a mixin for
clearfix
in Bootstrap ??I would submit a pull request, but I’m a git newbie.
Would be more than happy if you could change the filter or add a new one.
Thanks a lot for the great plugin anyway!
Forum: Plugins
In reply to: [Latest Tweets Widget] Tweet CachingAwesome, thanks!
Forum: Plugins
In reply to: [Latest Tweets Widget] Tweet CachingThanks for quick response.
Sorry, I don’t get it. How does the cache work? Where is it stored? Usually people store tweets as an array in either options or transients?
How do you do it?
Forum: Plugins
In reply to: [Twitget] [Request] Minor improvementsHey,
There’s no point in loading moment.js if no relative time is needed.
As for the templates: let developers create widget-tweets.php (or any other name) in theme and write similar code to the one in the ouput field. If the plugin detects the template, it should use it instead.
I see you’re moving to offering a Pro version. That’s your choice of course, but please do not include any nags, alerts or notifications in the admin area.