amanda3ip
Forum Replies Created
-
Hi Riza,
I send you a loom link to see my problem in action
I’m creating a new page in spanish by default
I add the tabs block and add titles for the tabs and paragraph content for the content
Save as draft
Add a catalan translation
In the translation section, I only see the tabs content, but not the tabs titlesI hope this video helps you
Thanks in advance
Hi Riza,
I think that I can replicate the error.
Inside the tab content, I’m creating columns with gutenberg. If I have paragraphs it seems that works ok, but If I create columns and insisde the columns another content like paragraphs, images, etc… in the translation, the tabs title dissapear.
Please, could you replicate this funcionality?
Best regards
Hi Riza,
Thanks for your screenshoot.
I can access to the link: https://postimg.cc/Lhxxphnq
The screenshot shows that the tab titles doesn’t appear in de WPML edit translations, but the trabs content yes.
Could you show me how do you tranlsate the tabs titles?
Best regards
Hi Riza,
Thanks for your fast response.
In your screenshoot, I only see the english version, not the spanish version.
When I edit the translation, I don’t see the tabs names in the WPML translation view, only the tabs content.
Forum: Plugins
In reply to: [FAQ Block For Gutenberg] Some improvement recommandationsHi, I was looking for a way to change the title tag <h4> to another, and yes. Now, it’s not possible and would be great for SEO lile Besson says…
The other thinks are important and interesting to be included in a new version.
Best regards!
Hi,
Please, let me know if you have news related with these… I need this information as soon as possible…
Best regards
Any news related with this problem?
Thanks in advance
The url I’m testing is https://3ipuntweb.host3ip.eu/integracio-moodle-wordrpress-smatx/
I have this code in my functions.php
//add hidden fields in contact form 7
add_filter('wpcf7_form_hidden_fields', function ($hidden_fields) {
if (is_page()) {
$interested_in = '';
$lead_source = '';
$page_title = get_the_title();
switch($page_title){
case 'Moodle':
$interested_in = 'Moodle';
$lead_source = '';
default;
break;
case 'Moodle App':
$interested_in = 'Moodle Mobile - BMA';
$lead_source = 'Formulari web BMA';
break;
case 'Workplace':
$interested_in = 'Workplace';
$lead_source = '';
break;
case 'Moodle Educator Qualification':
$interested_in = 'MEC';
$lead_source = 'Formulari web MEC';
break;
case 'Goodle':
$interested_in = 'Goodle';
$lead_source = 'Formulari web Goodle';
break;
case 'Fresk':
$interested_in = ''; /* no existe*/
$lead_source = '';
break;
case 'Necessites bonificar la teva formació amb FUNDAE?':
case '¿Necesitas bonificar tu formación con FUNDAE?':
$interested_in = 'Fundae';
$lead_source = 'Formulari web FUNDAE';
break;
case 'Homologa el teu Moodle amb SEPE':
case 'Homologa tu Moodle con SEPE':
$interested_in = 'SEPE';
$lead_source = 'Formulari web SEPE';
break;
case 'Smatx':
$interested_in = 'Smatx';
$lead_source = 'Formulari Smatx';
break;
case 'Continguts':
case 'Contenidos':
$interested_in = 'Continguts';
$lead_source = '';
break;
case 'Gamificació':
case 'Gamificación':
$interested_in = ''; /* no existe*/
$lead_source = '';
break;
case 'Desenvolupament a mida':
case 'Desarrollo a medida':
case 'Custom development':
$interested_in = 'Development';
$lead_source = '';
break;
case 'Desenvolupament web':
case 'Desarrollo web':
case 'Web development':
$interested_in = 'Wordpress';
$lead_source = '';
break;
case 'Totara':
$interested_in = ''; /* no existe */
$lead_source = '';
break;
case 'Kit Digital':
$interested_in = 'Kit Digital';
$lead_source = 'Formulari web KitDigital';
break;
}
$hidden_fields['interested-in'] = $interested_in;
$hidden_fields['lead-source'] = $lead_source;
if (function_exists('icl_object_id')) { // Verifica que WPML esté activo
$current_lang = apply_filters('wpml_current_language', NULL);
$lang ='';
switch ($current_lang) {
case 'ca':
$lang = 'Català';
break;
default;
case 'es':
$lang = 'Castellà';
break;
case 'en':
$lang = 'Anglès';
break;
}
$hidden_fields['language'] = $lang;
}
}
return $hidden_fields;
});And before send this form, If I inspect the source code I have:
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="33779">
<input type="hidden" name="_wpcf7_version" value="6.0.1">
<input type="hidden" name="_wpcf7_locale" value="ca">
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f33779-p27552-o1">
<input type="hidden" name="_wpcf7_container_post" value="27552">
<input type="hidden" name="_wpcf7_posted_data_hash" value="">
<input type="hidden" name="interested-in" value="Smatx">
<input type="hidden" name="lead-source" value="Formulari Smatx">
<input type="hidden" name="language" value="Català">
</div>So here, I have these 3 fields filled, but when I send the form these fields are empty
Forum: Plugins
In reply to: [WooCommerce] Product count in admin category filtersYes, is this number.
Thanks for the clarification. Maybe it could be interesting to update this number after a filter applyes, for a future release.
best regards
Forum: Plugins
In reply to: [Woo Donations] Adding donation remove other products in cartHi,
I’ve update the plugin and it works fine! Thanks for your fast response!
Best regards
It doesn’t work. I have a buddypress private site, and I think that I don’t have the possibility to see the login page logged before…
Hi Denis,
Thanks for your answer.
I don’t have any caching plugin or something else…
But not only gettext strings get for po/mo files. In some cases, I need it to translate it by translatepress twice…Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Cannot submit after the updateI have the same problem… 🙁
Forum: Plugins
In reply to: [Simple Woocommerce Favourites] Error in product pageOk,
I change debbug options and now, doesn’t appear the warning.
thanks in advanceForum: Plugins
In reply to: [YITH Infinite Scrolling] iphone problemHi,
We have the latest version of wordpress and of your plugin.
You can access to wia.tresipunt.com/shopWith iphone SE works fine, but we test it with iphone 5,6 and 7 and doesen’t work. I see the spinner but nothing happens.
Thank you