atelierstudios
Forum Replies Created
-
Hi,
Have you managed to find anything?
Thanks
Hi,
Thanks for the quick response.
We have given you view access to the analytics account
The payment method is with stripe then the user is taken to a thank you page on site; https://plasticpalletsuk.co.uk/checkout/order-received/
Any help would be much appreciated.
Thanks,
Jess
Forum: Plugins
In reply to: [Contact Form 7] Universal Analytics Tracking ErrorHi Guys
Thanks for your feedback, DrewHammond you got me thinking about the analytics code, whilst I had already updated to Universal Analytics I thought I would try copying the Universal Analytics code from the analytics account again just to make sure it was correct. After copying the code I noticed that it had been updated (see examples below). The contact forms now work fine with this latest version of the Universal Analytics code?
OLD VERSION – UNIVERSAL ANALYTICS CODE – Doesn’t work with Contact Form 7
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga<http://www.google-analytics.com/analytics.js> '); ga('create', 'UA-40598337-00000', '00000000.co.uk'); ga('send', 'pageview'); </script>NEW VERSION – UNIVERSAL ANALYTICS CODE – Does work with Contact Form 7
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-40598337-000000', '000000000.co.uk'); ga('send', 'pageview'); </script>[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Plugins
In reply to: [The Events Calendar] Date suffixes wrong on Date Changed EventsHi Barry
Just to confirm this has resolved my issue… thanks for your help.
Forum: Plugins
In reply to: [The Events Calendar] Date suffixes wrong on Date Changed EventsThanks Barry… didn’t want to seem pushy but the previous post was 6 days ago… thanks for your reply anyway.. I will take a look at the code mentioned above. I couldn’t find much documentation about custom themes so I think that code was taken directly from the plugin files… Apologies I am not a developer.
Forum: Plugins
In reply to: [The Events Calendar] Date suffixes wrong on Date Changed EventsAny ideas on this yet?
Forum: Plugins
In reply to: [The Events Calendar] Date suffixes wrong on Date Changed EventsI have a folder called tribe-events in my theme with a file called list.php that is being used for that template, all pretty standard… the date is being pulled out with the following code.
<?php echo tribe_get_start_date( $event = null, $displayTime = false, $dateFormat = 'j' ) ?><span class="small"><?php echo tribe_get_end_date( $event = null, $displayTime = false, $dateFormat = 'S' ) ?></span>Forum: Plugins
In reply to: [The Events Calendar] Date suffixes wrong on Date Changed EventsTake a look at the 21ST CENTURY COASTGUARD event, date is 22th – http://www.solentprotection.org/events/
Forum: Plugins
In reply to: [Folding Category List (FoCaL)] unable to save definitionsJust out of interest Nic what plugin did you go with in the end?
Forum: Plugins
In reply to: [Folding Category List (FoCaL)] unable to save definitionsJust as an update I found a resolution to this, if you delete the cache and then save settings the old definitions reappear in the drop down list and you can add new ones.
Forum: Plugins
In reply to: [Folding Category List (FoCaL)] unable to save definitionsHi is there any resolution to this yet?… I have also got the same issue.. I have upgraded from 1.2.0 to 2.0.6 and all of my definitions have been deleted. I also updated my WordPress install from 2.9.1 tp 3.5.1… Ok fine I thought I’ll just recreate them but I can’t create a new definition.
This is a major problem and is hindering me from updating my site.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] [Plugin: Advanced Custom Fields] Line BreaksOk to confirm I have used the the_field method and the paragraphs now appear… great thanks for your help.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] [Plugin: Advanced Custom Fields] Line BreaksNo sorry maybe I haven’t fully read the documentation. I am just using the standard WordPress get_post_meta function <?php echo get_post_meta($post->ID, “name_of_custom_field”, true); ?>. I did notice that when I add the content via the Advanced Custom Fields WYSIWYG editor it adds a standard custom field which doesn’t contain any p or br tags, all other formatting seems to be included though?
Forum: Plugins
In reply to: WPML and CSS per languageYour a lifesaver…. I have just come up against the same problem… this was the first item that came up in my search… and it works great… good times… Thanks
Anyone got any ideas on this… would be good to start using minified scripts on my theme?