davemktg86
Forum Replies Created
-
Forum: Plugins
In reply to: [GDPR Compliance & Cookie Consent] Pop up reappears after acceptancehi, any solution?
thanks
Forum: Plugins
In reply to: [Cache Enabler] Cokkies exclusion doesn’t workhi,
thank you very much!
I don’t know if plugin has this possibility. And I don’t know how I can set a new cookie that works as you told. The plugin is GDPR Compliance & Cookie Consent. Now I’ll contact gdpr plugin support to ask it them. When I asked them to solve this issue some months ago, they said to exclude the entire plugin directly, but you told me that cache enabler plugin haven’t this possibility.thanks again
Forum: Plugins
In reply to: [Cache Enabler] Cokkies exclusion doesn’t workI answer the last question myself: no. In home page the cookie banner reappear. but only in home page. Now I excluded home from cache via page id and it works. But i know that this isn’t a good solution for site speed
Forum: Plugins
In reply to: [Cache Enabler] Cokkies exclusion doesn’t workhi,
It seems that I managed to fix the issue by changing the regex from
/^(wp-postpass|wordpress_logged_in|comment_author)_|stm_gdpr_cookie/
to
/^(wp-postpass|wordpress_logged_in|comment_author|stm_gdpr_cookie)_?/
now cookies banner doesn’t reappear. can it be the issue was only this?
thanks
Forum: Plugins
In reply to: [Cache Enabler] Cokkies exclusion doesn’t workhi,
yes, you helped me and your solution worked properly. Thanks. But now it doesn’t work. I can’t find the set-cookie response header. It seems it there isn’t. Is there a private way to send you site URL?thanks
Forum: Plugins
In reply to: [Cache Enabler] Cokkies exclusion doesn’t workhi,
I updated plugin to last version(as wp, theme and all other plugins) but yes, it seems it doesn’t work, because cookie banner appears also after page reload. I checked cookies, and stm_gdpr_cookie is relased, so banner should be not showed(as theme support said), but it seems it is cached.Forum: Plugins
In reply to: [Contact Form 7] “Required” on select field doesn’t workhi everyone!
Any solution about select field in html?thanks in advance
Forum: Plugins
In reply to: [Contact Form 7] “Required” on select field doesn’t workhi,
I rewrote my select field copying the html generated from a cf7 select field:[select* mc4wp-INTERESTS first_as_label "A" "B" "C" "D"]
this my new html
<div class="col-sm-6 col-md-6 col-lg-6"><span class="wpcf7-form-control-wrap mc4wp-INTERESTS"><select name="mc4wp-INTERESTS[xxxxxxxx]" size="40" class="wpcf7-form-control wpcf7-select wpcf7-validates-as-required" aria-required="true" aria-invalid="false"><option value="" selected disabled>-- La tua Professione --*</option><option value="xxxxxxxx">Privato</option><option value="xxxxxxxx">Professionista</option><option value="xxxxxxxx">Impresa generale di Costruzioni</option><option value="xxxxxxxx">Artigiano Tuttofare</option><option value="xxxxxxxx">Impiantista</option><option value="xxxxxxxx">Cartongessista/Pittore</option><option value="xxxxxxxx">Serramentista</option><option value="xxxxxxxx">Impermeabilizzatore/Coperturista</option><option value="xxxxxxxx">Piastrellista</option></select></span></div>
but nothing, it doen’t work as required field. Users can send message without select a profession…I really don’t know why….
Forum: Plugins
In reply to: [Contact Form 7] “Required” on select field doesn’t workHi, thanks for your reply. I saw your link, but I think this can’t help me.
I had to change from [select* …..] to HTML select because as you can see I need to insert a specific value to each option to send user info to mailchimp. is this the ptroblem? Does CF7 not support html? I can’t understand why if fisrt option is disabled and it have an empty value, the form see the field as compiled….I also tried to use inclede_blank or fist_as_label but doesn’t work…
I readed cf7 ancd mc4wp docukmentation, I readeda lot of article on github and stackoverflow that seggest to use the code I used, but I really can’t understand how set the first option as placeholder and have “select” field as required.
Help please
Forum: Plugins
In reply to: [Cache Enabler] Exclude cookiehi,
thank you very much for your reply and and your suggest.
So, if I exclude this cookie Ill exclude all my site pages, if I understand right.
I have a cokkies plugin, can be better exclude this plugin(that manage cookie banner) instead the single cookie?regards
Forum: Plugins
In reply to: [Nextend Accordion Menu] modify tilte HTML headingsmmmm…ok, thanks.
best regards
Forum: Plugins
In reply to: [Nextend Accordion Menu] modify tilte HTML headingshi,
thank you very much. I modified it and now my title is h5. But I have a question:
is possible to override this file copying it in my child theme? I tried it but it doesn’t works…thyanks again
regardsForum: Plugins
In reply to: [Nextend Accordion Menu] modify tilte HTML headingsHi,
no. I’m trying to change this: https://prnt.sc/q9q08v .
On my sidebar I have only the shortcode (https://prnt.sc/q9q1aa), without title. The showed title is the accordion menu title. Now it is on my sidebar, but it could be in any post or page with the same result(this is a test putting the shortcode in a page: https://prnt.sc/q9qao0). Also I saw that there is a #nextend css that include h3 appearance rules, so I thought this h3 could be define by the plugin.thanks again
Forum: Plugins
In reply to: [Nextend Accordion Menu] modify tilte HTML headingsHi,
thanks for your answer. I have a dubt:
I wrote something wrong about my menu. I didn’t put it via widget, but I putted it on sidebar via shortcode (my sidebars are custom post type). Is it the same? or there is some plugin files to modify in this case?thank you very much
Hi, thanks for your reply and seggested link.
regards