-
AuthorPosts
-
March 10, 2014 at 2:05 pm #234690
I’m a Real Estate company trying to install a property search bot in my enold theme.
This bot comes from inmofactory, my actual CRM.
In they tutorial they ask me to:
1. To host inmofactory_helper.html in the root of my website
2. To write this code at the “head” section of every page where the “property search bot” will be shown:<script type=”text/javascript” language=”javascript” src=”http://webcliente.inmofactory.com/scripts/jsiframe2014.js” ></script>
3.To write this code on every page where the “property search bot” will be shown:
<script language=”javascript” type=”text/javascript”>
parametros.componente = “Buscador”;
parametros.idpublicacion = “NNNN”;
new Ib2c(parametros);
</script>My questions are.
1. How can I acces to the root of my website in order to host there inmofactory_helper.html?
2. I’ve tried to edit basecode from the page I created with in enfold template in order to place the scripts at the head setion and at the page qhere the bot is placed, but on the edit section of enfold theme I can only find a generic page.php Is that the one I have to edit? Because I could’nt find any indiviadualized page wich refers to the one I created with enfold.March 10, 2014 at 2:18 pm #234699Hi marvalarc!
How are you? I hope you’re doing well today.
You should probably add them on footer.php. Find this code at the very bottom:
</body> </html>
Add the code above.
<script type=”text/javascript” language=”javascript” src=”http://webcliente.inmofactory.com/scripts/jsiframe2014.js” ></script> <script language=”javascript” type=”text/javascript”> parametros.componente = “Buscador”; parametros.idpublicacion = “NNNN”; new Ib2c(parametros); </script> </body> </html>
Cheers!
IsmaelMarch 10, 2014 at 6:34 pm #234879I did as you said but nothing is showing.
Might be that the inmofactory_helper.html file is not in root?And furthermore, how can I edit the basecode of a page I created in enfold (I mean a page wich is listed on the top bar, so when you click it, the “property search” shows up as a hole page.
Thanks alot for your help.
March 11, 2014 at 4:14 am #235159Hi!
To access the root of your website you’d to do it via FTP.
Cheers!
JosueMarch 11, 2014 at 11:14 am #235378Hi, already hosted the inmofactory_helper.html file in the first directory of my website (www.lainmobiliariabcn.com) via ftp. Still doesn’t show the “property search” anywhere. I also added the code that you told me on the footer.php
Any idea what can I do next?
March 11, 2014 at 3:20 pm #235519Hi!
Try to copy the “nmofactory_helper.html” inside the theme’s folder. Is this script present in your installation? http://webcliente.inmofactory.com/scripts/jsiframe2014.js
Please use this instead:
<script type="text/javascript" language="javascript" src="http://webcliente.inmofactory.com/scripts/jsiframe2014.js" ></script> <script language="javascript" type="text/javascript"> parametros.componente = "Buscador"; parametros.idpublicacion = "NNNN"; new Ib2c(parametros); </script> </body> </html>
Please contact the author of the code, ask him for any insights. Honestly, this is beyond the scope of support so you should probably hire a freelance developer to help you.
Cheers!
IsmaelMarch 14, 2014 at 6:05 pm #237755Hi, first af all thank you very much for your great help. Unfortunatelly author of the code is not giving support for any p themes.
Anyway i finally managed to get the code working correctly on footer thnaks to your help and some testing.I just wanted to ask how could I insert same code on sidebar in order to get the “property search” on each page
I tried a copy/pase of the code at the end of the sidebar.php (adding <body>
<html> before the code) and I get a syntax error
When i tried ad the beginning of the sidebar.php i get the code correctly but then the “property search” show up at the bottom of every single page on my site instead of showin in the sidebar.Thanks for your help.
March 15, 2014 at 1:26 am #237869Hi!
Try adding the code in a Text widget (Appearance > Widgets).
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.