-
AuthorPosts
-
November 29, 2014 at 11:48 am #360051
I need add Google Remarketing code between <body> & </body>
how to do this on Enfold Child Theme Options PanelOr do you have other method to solve this?
November 30, 2014 at 9:05 am #360252December 1, 2014 at 3:39 am #360550Hi Josue,
This Code area is between <head></head>
do you have other solution?
December 1, 2014 at 3:45 am #360553Hey!
Try with this code in your theme / child theme functions.php:
function custom_func() { ?> CODE HERE <?php } add_action('wp_footer', 'custom_func');
Regards,
JosueDecember 3, 2014 at 3:00 pm #362126Hey Josue,
after add this to child thme functions.php in appearance->editor
i can not log into http://www.enkonn-lighting.com/wp-admin/
please help?
December 3, 2014 at 3:46 pm #362140Hi!
Please access via FTP and go to wp-content/themes/enfold and remove the code from Functions.php file.
Cheers!
YigitDecember 4, 2014 at 2:00 am #362632i restored my website from cpanel of the server
but
I need add Google Remarketing code between <body> & </body>
how to do this on Enfold Child Theme Options PanelOr do you have other method to solve this?
December 4, 2014 at 9:44 pm #363255Hi!
Do you mind pasting your code here – http://pastebin.com/ and give us the link plus temporary admin login to your website?
Regards,
YigitDecember 5, 2014 at 3:10 pm #363561This reply has been marked as private.December 5, 2014 at 3:20 pm #363570I also need this. Please post the solution when found. Thanks in advance.
December 5, 2014 at 3:21 pm #363571Hi!
Login credentials do not work for me. Please check them once again. Or you can copy/paste the code from here – http://pastebin.com/dAipgj8x
Cheers!
YigitDecember 7, 2014 at 1:43 pm #364272This reply has been marked as private.December 8, 2014 at 11:04 am #364538Hey!
We added the code on your child theme’s functions.php. You can check it now: http://www.enkonn.com/wp-admin/theme-editor.php?file=functions.php&theme=enfold-child&scrollto=18&updated=true
Best regards,
IsmaelDecember 8, 2014 at 12:14 pm #364582Hi Ismael
Thanks, it works now.
but I am wondering if your team could develop this function
so that we can add tracking code freely in your control panel but in php files.since i know some WP theme have this function
but yours only can add Google Analytic code but Google Remarketing codes or other tracking codes by the third companyDecember 8, 2014 at 8:47 pm #364942Hey!
Please feel free to request it here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
Yigit -
AuthorPosts
- The topic ‘add Google Remarketing Code’ is closed to new replies.