santifri
Forum Replies Created
-
Hi, Jose. Thanks a lot for your efforts but is not working for me. The tooltip is still showing up: NorthPrimeRent
I will appreciate any solution
Regards
Forum: Plugins
In reply to: [WooCommerce] Params in url after paymentHi, Igor. I finally got what I needed with the “Custom Thank you page per product” plugin. It has a filter that allows you to pass the parameters you want to the url.
Thanks in any case
Regards
Forum: Plugins
In reply to: [WPVulnerability] Advertencia después de actualizarGracias, Javier. Está actualizado a la versión 2.5.0 desde hace un mes y sigue apareciendo el mensaje de que la 2.39 tiene una vulnerabilidad.
Yes! it works like a charm!
Thank you vey much.
Solved! thanks a lot!
Regards
I’ve found another issue. This script works in other forms here: vepersa.com/cita previa but not in the slide:
<script> gform.addFilter( 'gform_datepicker_options_pre_init', function( optionsObj, formId, fieldId ) { if ( formId == 5 && fieldId == 7 ) { // No fines de semana: optionsObj.firstDay = 1; optionsObj.beforeShowDay = jQuery.datepicker.noWeekends; // 2 días mínimo para solicitar cita optionsObj.minDate = '+ 2D'; // Máximo de 12 semanas para pedir cita desde hoy: optionsObj.maxDate = '+12 W'; } return optionsObj; }); </script>
Any idea?
Perfect! Installed update and now works fine.
Thank you very much!
Regards
Forum: Plugins
In reply to: [Max Mega Menu] Custom classes overrideI will use this feature, I was just trying to take advantage of the existing code since it is a legacy website. Thank you very much for your quick responses.
Regards,
SantiForum: Plugins
In reply to: [Max Mega Menu] Custom classes overrideOf course:
/* MEGA MENU */
.mmLink {
background-position: center;
background-size: contain;
background-repeat: no-repeat;
height: 158px;
}
#cshero-header .main-navigation .menu-main-menu li li.mmLink a {
height: 100%;
}
#cshero-header .main-navigation .menu-main-menu li li.current-menu-item > a {
background-color: transparent;
}
#cshero-header .main-navigation .menu-main-menu li li.mmLink a:hover,
#cshero-header .main-navigation .menu-main-menu li li.mmLink a:focus,
.fixed-big#cshero-header .main-navigation .menu-main-menu li li.current-menu-item > a {
background-color: rgba(255,255,255,0.33);
}
.mfp-close:hover,
.mfp-close:focus {
background-color: transparent;
}
#cshero-header .main-navigation .menu-main-menu li li.mmLink a span {
display: inline-block;
padding: 0;
margin: 20px;
border-bottom: 4px solid transparent;
-webkit-transition: border-color 200ms linear;
-moz-transition: border-color 200ms linear;
-ms-transition: border-color 200ms linear;
-o-transition: border-color 200ms linear;
transition: border-color 200ms linear;
}
#cshero-header .main-navigation .menu-main-menu li li.mmLink a:hover span,
#cshero-header .main-navigation .menu-main-menu li li.mmLink a:focus span {
border-color: #C1272D;
}
.mm-a1 {
background-image: url(../../images/menu/a1.png);
background-image:url(../../images/menu/A1_miniatura.png);
}
.mm-a3 {
background-image: url(../../images/menu/a3.png);
}
.mm-a4 {
background-image: url(../../images/menu/a4.jpg);
}
.mm-a5 {
background-image: url(../../images/menu/a5.png);
}
.mm-a6 {
background-image: url(../../images/menu/a6.png);
}
.mm-a7 {
background-image: url(../../images/menu/a7.png);
}
.mm-a8 {
background-image: url(../../images/menu/a8.png);
}
.mm-q2 {
background-image: url(../../images/menu/q2.png);
}
.mm-q3 {
background-image: url(../../images/menu/q3.jpg);
}
.mm-q5 {
background-image: url(../../images/menu/q5.png);
background-image: url(../../images/menu/Q5_Miniatura.jpg);
}
.mm-q7 {
background-image: url(../../images/menu/q7.png);
background-image: url(../../images/menu/q7.jpg);}
.mm-q8 {
background-image: url(../../images/menu/q8.png);
background-image: url(../../images/menu/Miniatura-Q8.jpg);
}
.mm-tt {
background-image: url(../../images/menu/tt.png);
}.mm-etron {
background-image: url(../../images/menu/Miniatura-e-tron.jpg);
}.mm-r8 {
background-image: url(../../images/menu/Miniatura-R8.jpg);
}Forum: Plugins
In reply to: [Add Descendants As Submenu Items] Broken Customize page.Hi! same issue here. Is there anybody out there?
@callmeandy have you found a solution or maybe an alternative?
Thanks!
Forum: Plugins
In reply to: [MultilingualPress] Woocommerce bookings resources not shownHi Emil, I have chosen another multilanguage system.
Thanks anyway
Santi
Forum: Plugins
In reply to: [MultilingualPress] Woocommerce bookings resources not shownHi Emili,
Yes, I clearly understand how the plugin works. What is happening in this case is that the content of a site is not saved. That is, in the Spanish version I configure a resource called “patrón”, which has a price and everything goes perfectly, but in the English version, it is the same resource called “skkiper”, when I configure it (assigning name, price, etc. ) and I update the product, it just is not saved.
Thanks
Santi
Tanks @luminus, I’ll keep it in mind.
@blliem,
I can assure you that it is positive to have the categories in the url although, of course, we must avoid duplications as primary goal.And I do not say just me, there are many sources like this: https://moz.com/learn/seo/url that says: “Optimal Format:
https://www.example.com/category-keyword/subcategory-keyword/primary-keyword.htmlBecause it is very positive for both UX and SEO.
Sorry, now works. Thanks anyway