Esteban Lopez Adriano
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] /?wc-ajax=update_order_review 403@janwoostendorp you certainly saved me an enormous headache.
Thanks a lot for the tip.Forum: Plugins
In reply to: [Contact form 7 TO API + Basic Auth] Additional FieldsThis would be very useful!
- This reply was modified 3 years, 4 months ago by Esteban Lopez Adriano.
Forum: Plugins
In reply to: [Smart Passworded Pages] redirect when users try to access pw pages directlyHi guys!
I’ve made a small function that may help redirecting when the user tries to access a passworded page directly. Just put this in your functions.php file:function my_page_template_redirect() { if ( post_password_required($post) ) { wp_redirect( home_url('/parent-page-slug/') ); exit(); } } add_action( 'template_redirect', 'my_page_template_redirect' );
tested and working. Hope it helps!
Forum: Plugins
In reply to: [mqTranslate] empty space added during edit , mqt 2.9@fafa77 today you’re my personal hero!
I’ve been struggling with this bug for several days. I bet there should be an easier way to prevent the editor from removing p and br tags, but so far your solution does the job.
Thanks for sharing!Forum: Plugins
In reply to: [Plugin: qTranslate] Fixing "Hide untranslated content" with secondary loopsI love you SkipIntr0!
Works great.I was trying to use this plugin with mqTranslate (as qTranslate is not yet updated to WP3.9) and I was having the same issue as @markzoi.
Your workaround worked perfectly for me @janek2012, thanks!Forum: Plugins
In reply to: [Facebook Vinyl] "An access token is required"Ok, thanks anyway @rjksn!
Forum: Themes and Templates
In reply to: WP-Brown Theme Broken in IEThanks so much for your help!
So far it’s working perfectly on IE7For those who have troubles fixing the style, the only thing you have to do is to open this file with any plain text editor (notepad is a good option):
wp-content/themes/p-brown/ie.css (this file tries to fix the style bugs of the annoying IE).
Then replace the whole text with the code that Eric Simon posted, and that’s it!
Thanks again!
Esteban López Adriano from Argentinap.s.: Can anyone kill IE?
Muchas Gracias por su ayuda!
Hasta ahora funciona perfectamente en IE7Para aquellos que tienen problemas para arreglar el estilo, lo único que tienen que hacer es abrir este archivo con cualquier editor de texto plano (block de notas es una buena opción):
wp-content/themes/p-brown/ie.css (este archivo intenta solucionar los bugs de estilo del molesto IE).
Luego, reemplace el texto completo por el código que posteó Eric Simon, y eso es todo!
Gracias de nuevo!
Esteban López Adriano desde Argentinap.s.: Alguien puede matar al Explorer?