1. When google conversion tracking added in thank you page in text format code /* <![CDATA[ */ get changed itself to // <![CDATA[ and couple of more places & don't let tracking work properly. Kindly advice how to fix this. 2. In mobile call tracking any of the following has be added to the top right phone number (tap to call buttons). Kindly advice how to make it workable with this theme. a text link: <body> <!-- Below is sample text link with a phone number. You need to replace the number with your own phone number and the CALL NOW text with the text you want to hyperlink. --> <a onclick="goog_report_conversion('tel:949-555-1234')" href="#" >CALL NOW</a> </body> </html> an image: <!-- Below is sample image dialing a phone number. Replace my_phone_button.gif with your button image and the phone numbers with your phone number--> <body> <img src="my_phone_button.gif" alt="Call: 949-555-1234" width="32" height="32" onClick="goog_report_conversion('tel:949-555-1234')"/> </body> </html> a button: <body> <!-- Below is sample button with a phone number. Replace all call buttons in your page with the code below and replace the phone number with yours. --> <button onclick="goog_report_conversion('tel:949-555-1234')">Call 949-555-1234</button> </body> </html> Thanks for your help in advance. with regards Peter
Hello, 1.It is not possible to add conversation tracking code in Lead capture form. For contact us page Go to template-contact.php present in your theme directory and follow the instruction as shown in image given below It will work fine. 2.For your second issue It is requires editing in header.php file present in your theme directory, open header.php file and edit code from line no. 53 to 63 Thanks & Regards Gourav
Hi Gourav, Kindly confirm template-contact.php is also a source php for Lead Capture form, you have on this theme with slider? Because code does not work there. please find attached image showing "Google Tag Analysis" reads only one tracking, i.e. Analytics. Not additional 2 conversion tracking that we added as shown in picture above by you. On our custom thankyou page we have 3 trackings shown. picture attached. we are not using theme's contact page template in our site at all. still we made a test page to test if tracking works there. But after submitting info, this test contact template page also reads only analytics not conversion trackings. We just need tracking for success, on lead capture form. OR you can please advice how to auto redirect visitors when they fill info in form to our custom thankyou page. Your inputs will be highly appreciated. Thanks n regards Peter
Hello Peter, Instead of editing current contact template. You can use "contact form7" plugin. And add google conversion tracking there. Download it from the link given below. http://wordpress.org/plugins/contact-form-7/ For more info visit link given below. http://sharewebdesign.com/blog/redirect-to-a-thank-you-page-with-wordpress-contact-form-7/ Thanks & Regards Nitesh Raghuwanshi
Huummm! I am already using this plugin and i know how to redirect from that plugin. But I am asking for redirect on your lead form. If you can just let me know where "Your Message has been successfully submitted and mail sent." is, in the theme will be a great help. reference picture attached. Thanks Peter
Hello, Go to the blackridertheme\functions\leads_form\leads_class.php and add your code there. Thanks & Regards Nitesh Raghuwanshi