Javier Ferraz
Forum Replies Created
-
Got it, sounded great. It helped. I went for the Trigger group option.
Thanks.
Hi Jano, you were completely right!
I’ve followed your link to the documentation and configure the events, conditioning Google Analytics Tag firing to the statistic event, and the Bing and Conversion Linker Tag to the marketing event. All of them from “All pages” trigger to these custom events.
And everything works fine now. Great!
One last question, maybe more GTM oriented: the Google Ads Conversion Tracker – triggered only in the website conversion page… should be triggered now in this page AND if event marketing is on place (marketing cookies accepted)… but, how could I create this trigger…? Surely other WP installations using your plugins have been at this point… have you any idea how is it solved in GTM?
Sorry for the specific GTM question.
The plugins works like a charm! Thanks a lot!
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Banner is not showingThanks for you quick response Jarno!
The permissions were set already to 755 but following your ideas (plugins, hosting security extra directives, etc.) I’ve discovered that in all the /uploads/ folders I had a htaccess denying all the files format except for images…
I’ve commented some lines in the uploads complianz folder (where the css files are) and inmediately all worked!
Thanks a lot! Great support!
Hi nmedia,
I have the same problem, and I am not sure what does it mean “make sure you set data name against all fields of comments with our plugin”.
Can you explain it a bit more, please?
Thanks a lot, regards!
PS: great plugin btw 😉
- This reply was modified 8 years, 7 months ago by Javier Ferraz.
Forum: Plugins
In reply to: [Redirection] Redirect page not working from Tools menuHi again,
The issue has disappeared downgrading the plugin to 2.6, but unfortunately it seems we have lost all the previous redirections (ouch).
It is a bit nonsense since all these data surely is in the database… we haven’t confirmed yet if the data and tables are still there..
Any other ideas, news or fixes will be very welcomed.
Thanks, regards
Forum: Plugins
In reply to: [Redirection] Redirect page not working from Tools menuHi there! Same problem here! I am using WP v.4.8 and php 5.6. Plugin is 2.7.1
I am trying to downgrade the plugin, and see if it works..
Forum: Plugins
In reply to: [Dropbox Folder Share] "Can not read shared folder"Rapidísima resolución! Gracias!
Very quick resolution! Thanks!!Seem to be, as you have just said, a syntax error.. can you check you don´t have any extra “<“, o any non-closed “, or ”.. ?
Copy here the php code, in order to double check it.
Thanks, regards,
EY! EVERYTHING IS WORKING PROPERLY NOW!
In the meantime I was writing to you, I decided to review the new js file, and found some errors on my side..
Thank you very much for your help, you can see it working in this link, just clicking in the button with the calculator icon just above the blue footer zone.
Thanks, kind regards,
Thanks for your quick and accurate reply!!!
I agree with you the best method is third one. I´m trying to implement it, but I am having a minor issue (Im sure its my fault, Im not very good with js..).
I´ve included the hidden text field in the form in this website. The form is, of course, simple modal contact form – it can be shown clicking in the button with the calculator icon just above the blue footer zone.
BUT: Althoug Ive included the js code in a new js file, and linked it, see below, the code gives no new values to the hidden input field while we click in the radio buttons. I ve testing it using a normal “text” field to know if everything were working properly.. and doesn´t.. 🙁
<script type='text/javascript' src='http://www.acquajet.com/wp-content/plugins/simplemodal-contact-form-smcf/js/smcf2.js'></script>I am afraid Ive included badly this code, because of my js unexperience… Surely including it in a different way, or in other place, everything work..
Moreover, the rest of the validation works perfectly, so if we can make this little issue works, everything will be ok!!
If not, I will try with the select option, but this one seems to be much more elegant and complete..
Can you give it a try? Thanks in advance!! Regards!
Very nice tutorial, but.. if the field we want to add is a radio button field?
I´m afraid the last validation step is not possible.. in the jQuery validation process is not possible to add this:
if (!$(‘#smcf-container #smcf-gender’).val()) {
req.push(smcf_messages.gender);
}Because the radio button does not suppor id=”#”… Any idea?
Thanks in advance, good tutorial indeed!
Below the form, you can work as usual…
Example adding a double radio buttom field..
<form action='” . $url[“path”] . “/smcf_data.php’ style=’display:none’>
<div style=’padding-left: 10px;’><input type=’radio’ name=’name2′ value=’Company’ checked><span style=’margin-right:20px; font-size: 14px;’>Company</span>
<input type=’radio’ name=’name2′ value=’Non Company’><span style=’font-size: 14px;’>Non Company</span></div>
<label for=’smcf-name’>*” . __(“Nombre”, “smcf”) . “:</label>
<input type=’text’ id=’smcf-name’ class=’smcf-input’ name=’name’ value=” tabindex=’1002′ /> …Forum: Plugins
In reply to: Add more fields on form ?You must go to smcf.php and look for function footer(), and there you can edit easily the HTML.
Thanks, regards,
Forum: Plugins
In reply to: [SM Gallery] Div above the ThumbnailGreat!! It works perfectly! Thank you very much!
Forum: Plugins
In reply to: [SM Gallery] Div above the ThumbnailThanks for your quick reply. The gallery is build in a great shape, no problem with that! 😉
I can make my question again including a sample -> the sample could be find here: http://desarrollo.digital2.es/clientes/Ergo2/?page_id=417
Im using the plugin for showing full gallerys of images associated to each project, but I would like the modal would launch not only by clicking in the image, but also clicking in the grey area with the name of the project which is above.
My question is: how can I make the modal launch by click in the div that is above the image?
Thanks in advance again, kind regards,