Glenn Mulleners
Forum Replies Created
-
Hi Ben,
The function
wp_get_theme
exists since WordPress 3.4.0.I see that you’re still using version 3.3.2 on your site. Try to update to the latest version of WordPress and see if that resolves the issue.
Hi tabatsoy,
I don’t see any mistakes in the code that’s on the original page.
I found a post:
Don’t worry if you get a rather annoying red message saying “No experiment code found” on the Original page. As long as you’ve checked the page source and seen that the code it there, you can click “skip validation and continue”.
So: Can you try to ignore the error message and see if the experiment is working?
Please provide me with the url you’re trying to add the code to. Do you also have a link to the theme you’re using?
Please check whether the cookie domain is declared in the experiment code that Google Content Experiments gives you.
Also look the source code of the page you’re trying to conduct the experiment on and check whether the code is exactly the same as the code Google Content Experiments gives you.
You can read more on errors at this page (search for the error message).
If you need more help, please provide me with the URL of the page you’re trying to add the code to.
That was also my idea, to add an option to my plugin. Still might add that in a future version.
For now, I consider this topic as resolved. Thanks for supporting my plugin.
Hello Ron,
I will take this into account for an update.
Thanks for your suggestion!Which theme are you using?
Did you follow the installation instructions (insert<?php do_action( 'wpe_gce_head' ); ?>
after the<head>
tag?Thanks for your comment lbrean.
I tried adding
<script> _udn = "domain.com"; </script>
right before the
<!-- Google Analytics Experiment code -->
and did not encounter any problems with inserting this code. The source code shows that the code is added between<head>
and<!-- Google Analytics Experiment code -->
.I suppose you did read Run an Experiment Across Subdomains already?
Which theme (and version) and WP version are you running?
Agree, it should be great if this issue can be fixed.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Doesn't Display Sender EmailIn the Mail settings of your form you need to set
From:
[your-name] <[your-email]>to
[your-name] <[email2]>