iciaretxebarria
Forum Replies Created
-
Hello,
Thank you so much for your help! I was able to get it working using the
col
parameter as you suggested. I also appreciate your recommendation about blocks, but I’m currently using Divi for this site.Thanks again!
Hello,
Thank you for your response. ??
I understand how to manage empty rows using
hide_empty_rows="1"
. However, my main concern is with empty days (columns). I want to display all days of the week (Monday to Friday), even if there are no events on some of the days.Currently, if a day has no events, that column disappears, but I would like it to stay visible (as an empty column). Is there a way to achieve this?
Thank you again for your help.
Forum: Plugins
In reply to: [Maintenance] How to adjust the background image for mobilesThat’s great! I have always seen that but I had missunderstood the field! haha
Thank you so much, now it is perfect! ^^
Have a great day,Forum: Themes and Templates
In reply to: [Storefront] Woocommerce pages full widthHi!
I added this code and it solved the problem for the moment. Maybe it is not the perfect solution but it worked. Let me know your opinion.
Thank you!@media only screen and (min-width: 992px) {
.woocommerce-cart .hentry, .woocommerce-checkout .hentry {
margin-left: 20%;
margin-right: 20%;
margin-top:2%;
}}
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Search results page with ElementorHi Marta!
Super! It works now that I did it like you suggested.
Many thanks for your help ??
Have a nice day.Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Search results page with ElementorHi Marta,
In my case, I created the template just how you said (in Product Archive) and it does not work either.
Instead, it stills showing the shop template, in which I have excluded “search results”.
https://lapimientadorada.com/?s=chocolate&post_type=product&dgwt_wcas=1Screenhots:
https://snipboard.io/fbszi7.jpg
https://snipboard.io/WDvqnI.jpg
https://snipboard.io/APfopS.jpgForum: Plugins
In reply to: [Adapta RGPD] Textos política de privacidad ecommerceMuchas gracias!
Buen día!Thank you very much for the answer @champsupertramp!
Regards,Forum: Plugins
In reply to: [Adapta RGPD] Contenido texto páginasGracias Superadmin por tu respuesta.
Aún así, en la página de política de privacidad, detecto al final muchos títulos sin texto. Adjunto captura:
https://snipboard.io/O207dY.jpgNo sé si se puede eliminar eso de alguna manera o tengo que rellenarlo yo en algún lugar…
Gracias!
Forum: Plugins
In reply to: [Adapta RGPD] Archivos modificadosGracias por tu respuesta y trabajo! ??
Forum: Plugins
In reply to: [Adapta RGPD] Contenido texto páginasHola SuperAdmin!
?Lograste una solución a esto?
Muchas gracias!
Saludos,Solved! I put a little more padding between the pictures with CSS (in the mobile version) and it worked ??
I write it here in case anyone experiment the same issue.
@media only screen and (max-width: 980px)
.wpcp-carousel-section .wpcp-single-item img {
padding: 0 10px;
}
Thank you nevertheless!Forum: Plugins
In reply to: [Adapta RGPD] No se han registrado las visitasSolucionado
Forum: Plugins
In reply to: [WooCommerce] 4.6.2 version: Woocommerce does not display in my dashboardHey Robert!
The website uses PHP Version 7.4.12 so it is quite updated.
??
I do not know exactly what it may cause the error.
Thank you for your time and have a great weekend!Hi! Thank you very much for your response!
I understand. I used Autoptimize, I deactivated it but it was the same. Then, I realized WordPress 5.5 comes with lazy loading by default:
So I will look for a way to change this behaviour ??
Thnak you!