brunobarros
Forum Replies Created
-
Forum: Plugins
In reply to: [Enhanced Media Library] add_utility_page() deprected in WordPress 4.5add_utility_page is outdated since 4.5! Use add_menu_page() instead.
Any prevision?
??
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Translationenxaqueca, fiz algumas tradu??es.
neste projeto ainda faltam mais de 600 strings sem tradu??o. vou fazendo aos poucos, mas já tem 39 para a aprova??o.
Abs
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] TranslationBrazilian. Of course I can help!
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Translationhummm me again!
The translation is outdated. There are some strings missing.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] TranslationOK, I found on https://translate.www.ads-software.com
Forum: Plugins
In reply to: [WordPress Landing Pages] MailChimp integration?I would like to do the same. Is it possible?
Maybe using event hooks?
Forum: Plugins
In reply to: [Enhanced Media Library] Querying with WP_Query getting 0 = 1So… I was trying to run the query inside functions.php and I saw the taxonomies are registered on a ‘init’ action.
I solve my problem running the query inside a ‘wp_loaded’ action.Forum: Plugins
In reply to: [Autoptimize] Break media queriesOoouuuu yeahhhhh!
Sorry. One style sheet had a non enclosing selector.
My fault!
Forum: Plugins
In reply to: [Autoptimize] Break media queriesI’s not media query only… debuging right now.
Is it still in development?
The last commit was on july.This is one of my prefered plugin, but I need to comment parts of the code because of lack of options. Ex: enqueued scripts on frontend could be optional.
Come on, keep it up! ??
Forum: Plugins
In reply to: [Bootstrap Shortcodes] [PROPOSAL] Use col-sm as defaultMany thanks sir!
Forum: Plugins
In reply to: [Nav Menu Roles] Add classes to remove via css [enhancement]hummm thanks.
You are totally right!It’s looking like it.
I made some changes on code base… perhaps I’ll start my onw version of this plugin.Forum: Plugins
In reply to: [Hyper Cache] Does the plugin works on IIS?Thank you Stefano.
I installed on IIS and I got an issue with the check for query string.
By default the plugin do not cache pages if there is a query string present, but for Windows environment we use a rule like that: <action type=”Rewrite” url=”index.php?page_id={R:0}” />The result is on Windows environment we do have a query string like page_id=slug-of-the-page.
I manually remove this barrier and then I got cached pages. Would be nice if we have such kind of option on admin panel.
Forum: Plugins
In reply to: [Bootstrap Shortcodes] col-xs col-sm col-md col-lg?But the end user must touch the code which is not desired.
Another point is… I think the col-sm- should be the default style, because on small screens columns aren’t desired on most cases.