andrelost
Forum Replies Created
-
Hi Saša,
it works!!!
Thank you!Andrea
Hi Martijn,
I have the same problem.
I disabled every cache plugin but on the amp pages I’m still not seeing any tracking code.Can you help me?
I’m using WordPress 4.5.9Thanks.
AndreaForum: Plugins
In reply to: [WooCommerce] Theme override not working after updateing to WP 2.4.7Thank you n3ssi3, your solution helped me!!!
Forum: Plugins
In reply to: [WooCommerce] Template override not working only for some templatesI have the same problem… any suggestion?
Forum: Plugins
In reply to: [WooCommerce] Theme override not working after updateing to WP 2.4.7I have the same problem…
Any suggestion?Hello everybody,
I was trying to set correctly the tag <link rel=”alternate” /> following the guidelines released by google.
Now I’m stuck in front of two problems.
The first one: is it possible to set the x-default property through yoast plugin?
The second one: yoast is not using ISO 639-1 format for the “hreflang” values (It uses _ instead of -). So, is there a way to change that value and make it pursuant to ISO 639-1 standard?Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] on_sent_ok Not WorkingHello everybody,
I haven’t found any solution to this (I think) bug so I decided to create this javascript that runs a _gaq.push when the “mail-sent-ok” message is shown into the page:
<script type="text/javascript"> $(document).ready(function(){ if($('.wpcf7 form div').hasClass('wpcf7-mail-sent-ok')){ _gaq.push(['_trackPageview','/destination_tracking_page_url']); } }); </script>I hope this will help you.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] on_sent_ok Not WorkingHi guys,
I have the same problem.
I was trying to set up a thank you page for conversion tracking with this code:on_sent_ok: "_gaq.push(['_trackPageview','de/danke']);"I tried to change it using the code for event tracking:
on_sent_ok: "_gaq.push(['_trackEvent', 'Form', 'Form-Submission-DE']);"but none of the above code work.
Then I tried this simple function to show a simple message on correct submit:on_sent_ok: "alert('sent');"but any message is shown.
So, I think the problem is the “on_sent_ok()” function.Can someone help me?
Any trick?Forum: Plugins
In reply to: [SEO Ultimate] [Plugin: SEO Ultimate] What is the Social Networks Listing?Ok guys,
(pardon me for my rusty english)
I think that the new fields under the label “Social Networks Listing” enable the customization of the “Open Graph tags” related to the sharing snippets.You can find more about Open Graph tags on this article:
http://www.seomoz.org/blog/rock-your-seo-with-structured-social-sharing-mozcon-presentationForum: Plugins
In reply to: [SEO Ultimate] [Plugin: SEO Ultimate] What is the Social Networks Listing?I’m interested too.
Any documentation found… Can somebody help us?Forum: Plugins
In reply to: [Plugin: Contact Form 7] default value for unchecked checkboxpardon,
the checkbox structure has default:1[checkbox nwslttr label-first default:1 “subscribe me|yes”]