fede.giro
Forum Replies Created
-
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Credenciales Checkout BasicoNo se usan más esos campos, cambió la modalidad al parecer. Ahora tenés que usar las keys y tokens del checkout personalizado que te aparecen en el link que postearon más arriba.
Nevermind. It worked wrapping my code using
jQuery(function($) { ... });.
Thank you!Forum: Plugins
In reply to: [Visual Term Description Editor] Displaying descriptions in a page templatei really appreciate your response. i deleted the content of the taxonomy editor and filled it again, and using the
echo term_description( $term->term_id, 'publicacion' );it works now. 🙂
thank you!Forum: Plugins
In reply to: [Contact Form 7] Show custom HTML if message is sent OKjust to clarify my problem:
I want to show a close button right after the “Your message was sent successfull” message, to close the accordeon where the contact form is.
I already styled the form and the messages, but i dont know how to display the Close button in a conditional way – only if the message is sent OK.
Forum: Plugins
In reply to: [Contact Form 7] Show custom HTML if message is sent OKThanks davmerit
I have skills on CSS and alredy styled the form to suit my design. But i need to add a link (or a button) below the success message. Thats the reason i want to know if theres a way to put some html when the form is sent OK.
thanks for the support.
solved my problem by placing the flexslider init inside the repeater template.Forum: Plugins
In reply to: [The Events Calendar] Nav doesn't show in Grid viewproblem solved! like you said, i didnt have any events in the prev and next months.
thank you so much for your time and work, i really appreciate your plug in as a web developer.Forum: Installing WordPress
In reply to: 403 access forbidden on install [localhost]well, i created a new file wp-admin/temp.php with the same content of install.php and the server process temp.php without problems. so the 403 error only happens if trying to execute install.php. kinda strange, uh?. both files have 755 permission.
nevermind, i solved my problem placing a counter before the shortcode in my template, and inside the repeater. 🙂
Forum: Plugins
In reply to: [Contact Form 7] Cant get Post Title as subjectThank you, that solved my problem.!!
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Convert cropped images to B/W@andersthorborg
thanks for your response.
a feature like that will be welcome. 🙂
cheers
Federico.Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Convert cropped images to B/W* actually i need both crops, one in color and one in B/W.