EmilianoD85
Forum Replies Created
-
I am not sure you understand what I am asking for. Has nothing to do with “utm_” parameters.
Anyway, i’ll need to find another cache plugin.
Thanks.Again – that is not what i am asking for. I don’t know if it’s just me or not, but it seems i ask one thing, and you answer/link to something different.
I am simply asking if it’s possible to add a list of custom parameters like the ones in my previous post, so that clients visiting let’s say:
webpage.com?gad_source=123
webpage.com?gad_source=12412
webpage.com?gad_source=123as234
webpage.com?gad_source=1s21334
webpage.com?gad_source=XXXXXX
webpage.com?gad_source=what ever value here
Etc. etc…….
Will all see the cached version of the page/base URL: webpage.com.
Here is a sample URL:
https://wordpress-317303-4527517.cloudwaysapps.com/- This reply was modified 2 years ago by EmilianoD85.
Yes – but this is not what i am asking for.
You are linking to an article about static/hardcoded Google Analytics parameters (utm_source, utm_medium, utm_campaign, utm_term and utm_content).
Like i stated in the first post, i am looking for a way to add SPECIFIC CUSTOM PARAMETERS to a ignore-list, as seen in the screenshot i linked to. To add (or remove for that matter) parameters like:Google Ads: “gad_source“, “gclid“.
Facebook Ads: “fb_source“, “fbclid“.
Mailchimp: “mc_cid“, “mc_eid“.
Other known tracking parameters:
“ref”
“mc_cid”
“mc_eid”
“utm_expid”
“mtm_source”
“mtm_medium”
“mtm_campaign”
“mtm_keyword”
“mtm_content”
“mtm_cid”
“mtm_group”
“mtm_placement”- This reply was modified 2 years ago by EmilianoD85.
Forum: Plugins
In reply to: [File Manager] Hacked, restored, removed plugin, NOW HACKED AGAIN!!!Done!
Forum: Plugins
In reply to: [Calculated Fields Form] Dynamically populate a field with value from a ACFWorks now! Thanks so much. Had to put the js code in footer – don’t knwo why it didn’t work inside of the html/template.
- This reply was modified 6 years, 6 months ago by EmilianoD85.
Forum: Plugins
In reply to: [Calculated Fields Form] Dynamically populate a field with value from a ACFForum: Plugins
In reply to: [Calculated Fields Form] Dynamically populate a field with value from a ACFHmmm did not work for me.
This is my code:
<script> cpcff_default = { 1 : {} }; cpcff_default[1]['fieldname3'] = '<?php echo get_post_meta(get_the_ID(),'pris',true); ?>'; </script>I created a test form, with only 1 field (currency) = fieldname3.
And inserted the form via text shortcode (not php) = [CP_CALCULATED_FIELDS id=”6″].
I see the form on the frontend, but the currency field is empty.
Forum: Plugins
In reply to: [Calculated Fields Form] Dynamically populate a field with value from a ACFThanks for the quick reply. Will try it out now. Does it matter which type of field “fieldname1” is? Can it be a currency field, which will give users the ability to change the pre-populated amount on the frontend, to try different pricing/mortgage calculations?
Forum: Plugins
In reply to: [Calculated Fields Form] Dynamically populate a field with value from a ACFSomething like this then – in prolongation of your example (my ACF name for price is “pris”):
<SCRIPT>
cpcff_default = { 1 : {} };
cpcff_default[1][ ‘fieldname1′ ] = <?php echo get_post_meta(get_the_ID(),’pris’,true); ?>;
</script>
<?php print do_shortcode(‘[CP_CALCULATED_FIELDS id=”3″]’); ?>
</SCRIPT>Forum: Plugins
In reply to: [Calculated Fields Form] Dynamically populate a field with value from a ACFThanks for the quick reply.
I’m not quite sure i understand correctly in regards of the “10.30” part.
The price of a property, is stored in a custom field named “price” under each post/property, and is not static but changes on each property as the prices are obviously different. So i need your script to fetch the value of that field.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Inline form not aligned?Anyway i found the place within the CSS, where it has been styled, and changed that to fit now. Thanks for inspiring me 🙂
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Inline form not aligned?Hi Harish.
Unfortunately it’s not the solution. I has tried pasting the code into the style.css file directly, tried the CSS plugin and even used the custom CSS option within my theme (all 3 seperately ofcourse) and it doesn’t solve the issue.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Inline form not aligned?Try again please. Is is there and active.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Inline form not aligned?Please navigate to:
http://www.bikinha.dk/preview and from there click on “VERIFIED BY VISA” icon in the footer (under the credit card icons). I have created this page for you just now, showing the problem.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Inline form not aligned?Here you see it: