Oscar Estepa
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Translating the "Share" text+1 to making this plugin translation ready. I’m using this plugin in a few webs and one of them is in Spanish, Catalan and Galician, it would be great if we could translate it to any language
Hi Jesús,
Since this is an English speaking support forum, I will translate cienporcien.es’ request.
Basically it would be great if we could choose the image that we want to appear next to the payment method when we are on the checkout page.
Ideally, this should be an option in the backend where we could upload the image we want to use or, if it’s too much hassle for you I would suggest inserting a filter hook in:
woocommerce-sermepa-payment-gateway/wc_sermepa_payment_gateway.php
$this->icon = home_url() . '/wp-content/plugins/' . dirname( plugin_basename( __FILE__ ) ) . '/assets/images/icons/sermepa.png';If you need a hand developing this, please let me know how I can help you. I’m a WordPress developer myself and used to work with subversion/git, etc.
Best regards,
Oscarok thanks!
Hi the link you posted does not seem to work.
I ave tried is_super_admin(), however it does not differentiate between my main admin and other admins on the site, they are all considered superadmins.
By the way, I’m not using wordpress multisite.
Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] jquery error after wordpress 3.6 updateTested on 9.0.18 and working correctly. I think this can be marked as fixed.
Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] jquery error after wordpress 3.6 updateI can confirm this is working in version 9.0.11
In case anyone hits this problem in the future, I can confirm that the fix provided by Vasyl is working fine, I just tried on a WordPress v3.7 and AAM 1.8.5
See this topic for more info
http://wordpress.org/support/topic/typeerror-textarea-is-null-when-changing-the-current-roleuser?replies=14#post-4811060Thanks again for your help!
Great! I just tried it and it’s working fine.
Thanks a million for this fix!
Hi Vasyl,
I’m having the same problem (blank page on changing Current role / user) using version 1.8.5 and WP 3.7.
I tried the fix advised here with no luck:
http://wordpress.org/support/topic/weird-characters-after-role-or-user-change?replies=1Again, changing the render_optionlist() function to what GuTher suggested above gets everything working again.
Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] jquerey error after wordpress 3.6 updateHi,
Is the plugin author going to include a fix in a future release?
Thanks
Great news! Thanks Vasyl, I am eager to lay hands on that update!
Hi Vasil,
This error is still happening on v1.7.5 it would be great if you could review and eventually apply GuTheR’s change to the code. At the moment I have a git patch and have to apply it to the plugin every time there is an update.
Thanks in advance
I have been struggling with this problem for quite some time until today I found this post:
http://ocaoimh.ie/2011/08/09/speed-up-wordpress-with-apache-and-varnish/
The solution proposed does not imply hacking the code:
Create a file called, for instance, /usr/share/php/real-ip.php with the following contents:
<?php if ( isset( $_SERVER[ "HTTP_X_FORWARDED_FOR" ] ) ) { $_SERVER[ 'REMOTE_ADDR' ] = $_SERVER[ "HTTP_X_FORWARDED_FOR" ]; } ?>Then add it to your php.ini file, search for:
auto_prepend_file =
And replace with:
auto_prepend_file = /usr/share/php/real-ip.phpIt worked like a charm for me!
Forum: Plugins
In reply to: [Google Universal Analytics] UA code is displayed in headerHi John,
Thanks for clarifying, I didn’t notice the third parameter back then, but you are right, this is probably the reason why the author changed the plugin. It would be nice if he commented on this thread to let us know how is this going to be dealt with in the future.
Regards,
OscarHi @guther,
I’m trying your fix and it’s working great, so it was an encoding problem after all!
If any of you does not understand Portuguese, GuTheR is suggesting to replace function render_optionslist in file mvb_wp_access.php with the the function he wrote.
Many thanks GuTheR!!!
By the way, I think this problem starts happening only after going to Tab Metaboxes & Widgets and clicking on Generate List. After that, the blank page of death started to show up!!!