timmiieehh
Forum Replies Created
-
Hi Leon, Since I didn’t install this before last friday and everything was working fine I’m positive this isn’t the issue. I’m implementing it at the moment, but still I’m confident this isn’t the issue.
- This reply was modified 5 years, 2 months ago by timmiieehh.
Hi Leon,
I never used the “cmplz_event_functional (Analytics)” option. Is this something new? The point is I find it very weird it stopped working since last friday. I haven’t changed anything.
- This reply was modified 5 years, 2 months ago by timmiieehh.
Hi Rogier, Thanks for your reply. I found the problem. I deleted the cookies from Chrome that were related to login data. After that, no more popups.
Forum: Plugins
In reply to: [Multi Step Form] Text icon is hovering below text field on mobileHello, yes I found the problem. The width is the issue. It is stated on 99%. I changed it to 98% and now it works. But you’re welcome.
Forum: Plugins
In reply to: [Contact Form 7] Range Slider stepsHello, is it also possible to show the steps underneath the slider?
Hi,
you’re right that I’m using a different variable because I stopped using your plugin. It doesn’t do work, atleast on our website. Without using your plugin everything works fine. So thanks.
hi, thanks for your reply. I found that it has something to do with the pieces of code I implemented in Google Tag Managar. I’ve added 2 tags. Tag number 1 consists the following code:
<script>
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
dataLayer.push({
‘event’ : ‘gtm4wp.contactForm7Submitted’,
‘CF7formID’ : event.detail.contactFormId
});
}, false );
</script>and a trigger that activates when gtm4wp.contactForm7Submitted is being fired as an event.
The second tag consists Universal Analytics tag type and the same trigger as with number 1. I experimented with both of them but it seems they need each other to fire an event that consists the ID type. In Analytics whenever a form has been sent there are 2 events, one with an ID and one without. If I disable one of the tags, I only see the event without an ID tag. ID meaning the contact form ID.
Where is the option to choose the scanning level? And who decides who is a professional user or not?
Furthermore, it also detects malicious scripts such as:
Phishing page detected <title>Facebook</title>
And it also detects server malware in files from ‘Better WP security’.
That doesn’t very malicious to me, but heh, I guess I’m not a professional user.
Forum: Plugins
In reply to: [Real-Time Find and Replace] Replacing shortcode doesn’t workThanks, but that’s too bad. I will search further.
The bug has been acknowledged by Wp Support and they are working on it. New update will be coming soon.
Forum: Plugins
In reply to: [WP Support Plus Responsive Ticket System] Front-end does not loadTry to turn off ‘theme integration’.
Forum: Plugins
In reply to: [Mollie Forms] 2 Column option / 2 Kolommen optie?Nogmaals bedankt voor je hulp. Toch heb ik de hoop opgegeven.
Script staat in de header <script type=’text/javascript’ src=’https://www.dentalzorg.nl/wp-content/themes/dt-the7/js/formfunctions.js’></script>. Script is ook toegankelijk.
De code staat in: https://www.dentalzorg.nl/wp-content/themes/dt-the7/js/formfunctions.js.
De code is:
jQuery(document).ready(function() {
if ( jQuery(‘body’).hasClass(‘page-id-9504’) ) { i=0;
jQuery(‘body.page-id-9504 article#post-9504 form p’).each(function() {
if (jQuery(‘input’,this).attr(‘id’) == ‘rfmp_checkbox_hidden_9525’ ) clsinp = ‘paymethd’;
if (jQuery(‘input’,this).attr(‘id’) == ‘rfmp_open_amount_9525’ ) clsinp = ‘amountpay’;
else if (jQuery(‘input’,this).length > 0 && jQuery(‘input’,this).attr(‘id’) != ‘rfmp_checkbox_hidden_9525’ && jQuery(‘input’,this).attr(‘id’) != ‘rfmp_open_amount_9525’ ) {
clsinp = jQuery(‘input’,this).attr(‘class’) + ‘ input’;
}
else if (jQuery(‘select’,this).length > 0) {
clsinp = jQuery(‘select’,this).attr(‘class’) + ‘ select’;
}
else clsinp = ‘no_input’;i++;
jQuery(this).addClass(clsinp); }); });Ik heb in het Mollieformulier geprobeerd met een ingevulde en een lege class. Maar de P wordt niet aangevuld met een class
Dus helaas. Bedankt voor de moeite in ieder geval.
Forum: Plugins
In reply to: [Mollie Forms] 2 Column option / 2 Kolommen optie?Mag ik anders vragen waar jij de code hebt geplaatst?
Forum: Plugins
In reply to: [Mollie Forms] 2 Column option / 2 Kolommen optie?De Plugin voert dit automatisch uit. In de broncode staat:
jQuery(document).ready(function() {
if ( jQuery(‘body’).hasClass(‘page-id-9504’) ) { i=0;
jQuery(‘body.page-id-9504 article#post-9504 form p’).each(function() {
if (jQuery(‘input’,this).attr(‘id’) == ‘rfmp_checkbox_hidden_9525’ ) clsinp = ‘paymethd’;
if (jQuery(‘input’,this).attr(‘id’) == ‘rfmp_open_amount_9525’ ) clsinp = ‘amountpay’;
else if (jQuery(‘input’,this).length > 0 && jQuery(‘input’,this).attr(‘id’) != ‘rfmp_checkbox_hidden_9525’ && jQuery(‘input’,this).attr(‘id’) != ‘rfmp_open_amount_9525’ ) {
clsinp = jQuery(‘input’,this).attr(‘class’) + ‘ input’;
}
else if (jQuery(‘select’,this).length > 0) {
clsinp = jQuery(‘select’,this).attr(‘class’) + ‘ select’;
}
else clsinp = ‘no_input’;i++;
jQuery(this).addClass(clsinp); });- This reply was modified 7 years, 3 months ago by timmiieehh.
Forum: Plugins
In reply to: [Mollie Forms] 2 Column option / 2 Kolommen optie?Hoi Simon,
Ik heb de volgende code toegevoegde aan de pagina met de plugin “jquery in posts pages”:
if ( jQuery(‘body’).hasClass(‘page-id-9504’) ) { i=0;
jQuery(‘body.page-id-9504 article#post-9504 form p’).each(function() {
if (jQuery(‘input’,this).attr(‘id’) == ‘rfmp_checkbox_hidden_9525’ ) clsinp = ‘paymethd’;
if (jQuery(‘input’,this).attr(‘id’) == ‘rfmp_open_amount_9525’ ) clsinp = ‘amountpay’;
else if (jQuery(‘input’,this).length > 0 && jQuery(‘input’,this).attr(‘id’) != ‘rfmp_checkbox_hidden_9525’ && jQuery(‘input’,this).attr(‘id’) != ‘rfmp_open_amount_9525’ ) {
clsinp = jQuery(‘input’,this).attr(‘class’) + ‘ input’;
}
else if (jQuery(‘select’,this).length > 0) {
clsinp = jQuery(‘select’,this).attr(‘class’) + ‘ select’;
}
else clsinp = ‘no_input’;i++;
jQuery(this).addClass(clsinp);
});ID 9504 komt overeen met de pagina en ID 9525 komt overeen met ID uit de code van Mollie Forms. Helaas werkt het niet. De P’s krijgen geen extra class mee. Wanneer ik naar jouw source code kijk, zie ik de door jou geadviseerde JS code niet terug. Mag ik vragen waar je deze geplaatst hebt? Ik heb een functions.php bestand maar helaas werkt dat niet goed met The7 Theme. En verder gebruik ik geen Child Theme op dit moment.
groeten,
Tim