Umberto
Forum Replies Created
-
Forum: Plugins
In reply to: [Premium Addons for Elementor] ConditionsHi,
Thanks for the info. Unfortunately this option is in the PRO version of your plugin.Regards
Umberto
Forum: Plugins
In reply to: [Super Progressive Web Apps] Most compatible wp themeHi, thank you for answering. No, I don’t have any problems. My question is because of a site under construction, in which I will have to install your plugin, and later I will also need the apk. I would like to start off on the right foot by installing a 100% compatible theme. Are there themes that fit better?
Forum: Plugins
In reply to: [WP Fastest Cache] A line of code in the .htaccess blocks the social previewBut it actually blocks the preview image, the title is the description. Why?
Hi, thanks for the assistance. I have no problem putting the legal link in the menu. In several GDPR plugins, after the user closes the banner, a sticky button is created with which the banner can be reopened to change the consents. I would like to know if there is a way to do this in your plugin too.
Regards
Forum: Plugins
In reply to: [Royal Elementor Addons and Templates] Problems with the logoThanks for the reply. Yes, I have emptied the entire browser cache and the cache present in wp-content.
Regards
UmbertoHi, i imagined an answer like this. In fact, I didn’t find anything online. Thanks for the reply and the link.
Regards
UmbertoHi,
a thousand thanks. I decreased it a bit to 350px and it seems to work well.@media (max-width: 479px) { div.product form.cart .variations td.product_value { max-width: 350px!important; } }
Hi,
Thanks for the CSS. This puts them on one line and pops out of the screen creating a scroll bar.Cordialmente
Umberto
Forum: Plugins
In reply to: [WooCommerce] Product attribute colors are not displayed correctlyHi,
you see it fixed because the size has been decreased from 100px to 64px. If I bring it back to 100px, it goes back on top of the other form.Regards
Umberto
Ok, grazie.
Hi,
it is not a WPForms form, but it is a form created with another plugin.
Maybe I explained myself wrong. I would like to know, if the “Reply to” is set by WP mail SMTP. I checked everything else and I don’t understand what generates this “Reply to”Regards
Umberto
Good morning,
I have not received a reply. Could I have some directions?
Thank you!Hi @dpinson ,
I can’t find the notifications section, maybe it’s only in the pro version?
If not, could you tell me where I find these settings?
Regards
Umberto
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Google Consent Mode v2Grazie!
Ho risolto inserendo il seguente codice nel functions.php del tema figlio:
add_action('admin_head', 'rimuovi_notifiche'); function rimuovi_notifiche(){ echo "<style> .notice.e-notice.e-notice--dismissible.e-notice--extended, .altra_classe {display: none !important} </style>"; }