amandau
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Disable CSSHi again,
I can’t update the plugin on the live website, as it breaks the look of the form entirely. I have a local version of the website where I’ve updated the plugin. When I remove the content of the styling inside “stylepublic.css”, the look/layout looks like it should (apart from the numbers in the slider).
Images here: https://imgur.com/a/ZERA8RC
I’ve gone from version 5.1.34 to 5.1.59, so perhaps there have been some more changes to the CSS in that time.
As you can see, everything seems to be resolved from removing the default CSS, so my question remains if this is possible to do 🙂
Hi again,
The issue still seems to be present, even after multiple WordPress releases. Do you have any more information about this? Thanks!
Hi!
All right, thanks for looking into this.
I assume this means that the “bug” is caused by the WordPress update then, and not the update of your plugin?
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Polylang language sync ACFThanks for the fast reply, take care!
Hi and thanks,
Ok, according to the Cookie Scan it’s been marked as a “non-necessary” cookie though, how come it did that?
For other cookies, am I right in thinking that I add the scripts in the category head and/or footer section in whichever category that suits best? In some guide I found they were specified in each cookie in the Cookie List, hence the confusion.
Forum: Plugins
In reply to: [Polylang] Changing or disabling x-defaultI got the answer on how to disable x-default entirely from Polylang email support:
add_filter( 'pll_rel_hreflang_attributes', 'removexdefault' ); function removexdefault( $hreflangs ) { unset( $hreflangs['x-default'] ); return $hreflangs; }Thanks!
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Auto message (pop up)All right, thanks for all your help!
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Auto message (pop up)That’s great, thanks!
Sadly there is a max text limit in both boxes I noticed 🙁 What I want to say doesn’t fit. I suppose I’ll have to re-word it to make it fit, unless this is something you plan to change?
Thanks again!
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Auto message (pop up)Hi again,
Hmm all right, I might know what’s causing that, thanks.
I assume there is no way to have two different messages for “all forms” or “no forms”? It’s not quite the look we were going for, more something like this:
Thanks again.
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Auto message (pop up)Hello again,
If I do that I still get the form name and e-mail fields. There is no difference if I choose “No forms” or “All forms”. After saving the changes I’ve looked in an incognito window but don’t see any difference.
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Auto message (pop up)Hello and thanks for the quick response.
I’m confused by your answer. I went to where you advised but I don’t see how I could achieve what I’m looking for there.
I don’t want the form to pop up, I just want a small message to appear (when an agent is online) to “tease” the visitor that they can initiate a chat.
I just updated the plugin to the latest version.
Forum: Plugins
In reply to: [Calculated Fields Form] Console error in other form fieldDone!
Forum: Plugins
In reply to: [Calculated Fields Form] Console error in other form fieldHello and thanks,
Is there anywhere I could send the URL privately? I can’t share it to the public.
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Multiple headersMaybe I need to clarify.
I don’t want the same headers to appear further down in the table, but new headers.
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Multiple headersHi and thanks for the quick answer,
Ok, how would that work in the editor/frontend though?