mcostadada
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Error with mailchimp for woocommerce pluginGood morning
It was not worth our while to solve the problem, so at the moment we have not addressed it. But we have everything updated, so it could be a server thing.
Thanks for your time
Forum: Plugins
In reply to: [FormsCRM] Vinculación holdedMira, justo lo acabo de revisar para pasarte capturas de pantalla y veo que funciona correctamente. No sé que debería pasar, pero cuando lo instalé se pasaban bien los campos básicos como nombre o email, pero no las notas. Ahora compruebo que funciona ok.
Gracias por el seguimiento.
One month after my consultation, I had to find other ways to do what I wanted.
No. I would like to have 2 tabs. Or at least that by switching to the password tab I could go back to the general fields of first name, last name, etc.
On the other hand I would like to hide the username field.
Thanks for your quick response.
It seems good to me that the change password tab appears. But I would like the change profile tab to also appear once inside change password.
And in this section of modifying username, name, surname and email I would like to be able to eliminate the username field. That the user did not see it.
Thanks
Thanks but I can’t spend this time testing.
Here you have the list of plugins, the header and the footer of my custom template in case you want to look at it.
This is my footer:
<script src="<?php echo get_template_directory_uri(); ?>/js/vendor/modernizr-3.11.2.min.js"></script> <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> <script>window.jQuery || document.write('<script src="<?php echo get_template_directory_uri(); ?>/js/vendor/jquery-3.3.1.min.js"><\/script>')</script>
In the header there is no library
- This reply was modified 2 years, 8 months ago by mcostadada.
Forum: Plugins
In reply to: [WP FullCalendar] Translate filterI’m not use Event Manager.
I say this because someone says that the error is in that other plugin
Forum: Plugins
In reply to: [WP FullCalendar] ACF date for calendarUse this code:
//Remove the custom where clause before the calendar query is executed function hubbubart_calendar_remove_posts_where() { remove_filter( 'posts_where', 'wpfc_temp_filter_where' ); } add_action('wpfc_before_wp_query', 'hubbubart_calendar_remove_posts_where', 10); function change_calendar_item_date($item, $post){ $ini = date("Y-m-d\TH:i:s", strtotime(get_field('start_date', $post->ID))); $fi = date("Y-m-d\TH:i:s", strtotime(get_field('end_date', $post->ID))); $item['start'] = $ini; $item['end'] = $fi; return $item; } add_filter('wpfc_ajax_post', 'change_calendar_item_date', 10, 2);
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Multi languageThanks
Forum: Plugins
In reply to: [Google Photos Gallery with Shortcodes] num_resultsHi,
I have a same problem.
After than change shortcodes for update to google photos, I saw all photos of the album, but now, I see only 9 photos, and appear a button to next for see the rest of the album.
Although I putting num_results=-1 or num_results=50 everytime I see 9 results and button next.