gfdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Booking.com Official Search Box] Is there any shortcode?Help! Any idea how to put the search box into a page content or template area?
Forum: Plugins
In reply to: [Woo Mercado Pago Module Oficial] Imagen faltante en el checkuotYa fue corregido.
Muchas gracias
Atte.Same issue here :/
Forum: Plugins
In reply to: [Mailpoet - Contact Form 7 Integration] No subscribe to newsletterSame problem as @JonGriffith described ??
- This reply was modified 8 years ago by gfdesign.
Forum: Plugins
In reply to: [A-Z Listing] A-Z index for Professionals sectionHey Daniel
Thanks for your time.
I’ll try it.
RegardsHi Will
A quick question.
I am trying with the same code
[insert_php]echo 'test';[/insert_php]
But I see nothing. Worth mention I am using Visual Composer
Is there anything else I have to consider?
Best regardsSound great.
I’ll look forward to it
ThanksHey Thomas
I’ll send an email with my file.
Thanks for your help and your fantastic plugin.
Best regardsHi Thomas
I’ve moved advanced-ads-es_ES.po and advanced-ads-es_ES.mo to mysite\wp-content\languages\plugins\plugins but I haven’t had luck. (Is something wrong in my code I use into my functions.php?)Some strings were translated correctly when I put these files at mysite\wp-content\languages\plugins\ (non at mysite\wp-content\languages\plugins\plugins as you said) plus the code I use in my functions.php but not of all of them.
For example, these are some strings are translated correctly:
– Find more display options in the manual.
– Ad Type
– Ad Parameters
– Add a description
– Layout / Output
– Copy&Paste existing ad code
– Check this if you don’t want the following elements to float around the ad. (adds a clearfix)But some strings that are ignored:
– Plain Text and Code
– Rich Content
– Image Ad
– AdSense ad
– Simple text editor without any filters. You might use it to display unfiltered content, php code or javascript. Shortcodes and other WordPress content field magic does not work here.I don’t know why some of them works and others don’t.
Do you?It will a pleasure send you the Spanish translated file once I have it ready.
Thanks for replying.
Best regardsHey Thomas
Thanks for replying and excuse me for my delay.
Sorry, I guess the advanced-ads-es_ES.po file is fine but I am not sure how to use it correctly. What I did was to place it at mysite\wp-content\languages\plugins\advanced-ads-en_US.po (along with .mo) and make the translations here (in order to avoid the next updates overwrite my translations).Besides, I added to my funtions.php file the next code:
function advanced_ads_load_plugin_textdomain() { $domain = 'advanced-ads'; $locale = apply_filters( 'plugin_locale', get_locale(), $domain ); if ( $loaded = load_textdomain( $domain, trailingslashit( WP_LANG_DIR ) . $domain . '/' . $domain . '-' . $locale . '.mo' ) ) { return $loaded; } else { load_plugin_textdomain( $domain, FALSE, basename( dirname( __FILE__ ) ) . '/languages/' ); } } add_action( 'init', 'advanced_ads_load_plugin_textdomain' );
The problem is, only some strings are taken, not all.
Do you know other way to translate your plugin without lose the already made translations when it updates?Regards from Argentina
Certainly, but I am using “Admin Menu Editor” plugin to give permission to some options that I’d like my clients (with “editor” role) be able to access.
Would be too much ask you provide me some code for my functions.php to give access to “Editor” role? ??If this question is toward to me, I use the Editor role for my clients. I’d like they have access to this options because some times, they make changes in their sites and they can’t see them immediately (due to WP Super Cache is activated).
When I say changes, I mean modifications in the Theme options for instance, not just at posts or pages.
Regards
Forum: Plugins
In reply to: [BEMO A-Z Index] Is possible to achieve this?Hi, I’ve sent you a private message at info[at]bemoore.com
Have you received it?
Best regardsChanged this topic as “Resolved”
Perfect Thomas! It works like a charm.
The solution was easier than I believed.
Certainly, I’ll back with more questions ??
Thanks a lot