-
AuthorPosts
-
April 14, 2015 at 6:57 pm #428399
Hi,
I would like to add our address to the footer (ON THE RIGHT-HAND SIDE) in a horizontal line using structured data:
Company Name, Street Address, City, County, Post Code, Telephone
Could someone please advise how this can be done?
Many thanks
Vince
April 15, 2015 at 5:36 pm #429088Hi Vincent!
For the footer you could just add your content into a text widget of one of the footer widget areas. If your talking about the socket then you could add your content around line 125 in the footer.php file.
Best regards,
ElliottApril 15, 2015 at 7:23 pm #429174Hi, please can I get someone to answer this comprehensively? I want to add this to the very bottom footer (socket) NOT THE WIDGETS FOOTER. I want it on the right hand side parallel to the copyright info – I want it as structured data. I’m nto sure hwo to implement this?
Thanks
VinceApril 16, 2015 at 11:20 am #429504Hi!
If your talking about the socket then you could add your content around line 125 in the footer.php file
Best regards,
RikardApril 16, 2015 at 11:32 am #429519Hi
Once again – how?
Erm, what do yoou mean by “Around line 125”Best regards
VinceApril 16, 2015 at 2:35 pm #429612Hey!
Please open Footer.php file and find following line
</div> <!-- ####### END SOCKET CONTAINER ####### --> </footer>
and right above it, you can add your data using HTML as following
<div class="custom-socket"><strong>Company Name</strong> Street Address, City, County, Post Code, <a href="tel:0401786376">Telephone</a></div>
Cheers!
YigitApril 16, 2015 at 5:19 pm #429751Thanks Yigit.
We are almost there.
I have inserted the code above on line 127. There are a couple of issues with it:
1. The address is on the left side below the copyright. I need it to go to the right side poarallel to the copyright.
2. |The HTML you provided, will this pass for structured markup (Microdata), or do I use something else?
Thanks
VinceApril 16, 2015 at 6:29 pm #429803Hey!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.custom-socket { float: right; }
If that does not help, please post the link to your website.
2- There is no deprecated HTML tags in the code i posted. If you would like to add Schema.org HTML Markup please see – https://schema.org/Regards,
YigitApril 16, 2015 at 6:45 pm #429816This reply has been marked as private.April 16, 2015 at 6:55 pm #429824Hi!
Please review your website now. We have added text out of socket container, i moved it into it
Cheers!
YigitApril 16, 2015 at 8:08 pm #429858Hi Yigit,
Many thanks for that and it worked perfectly for a few minutes and then dropped back down again. I’m not sure why.
Thanks
VinceApril 16, 2015 at 8:22 pm #429872Hey!
Changes were reverted somehow. Custom code should be on 125th line on Footer.php file. If that happens again, please check if it is on the correct line :)
Best regards,
YigitApril 16, 2015 at 8:29 pm #429880This reply has been marked as private. -
AuthorPosts
- The topic ‘Add Structured Data Address to Footer’ is closed to new replies.