Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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

    #429088

    Hi 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,
    Elliott

    #429174

    Hi, 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
    Vince

    #429504

    Hi!

    If your talking about the socket then you could add your content around line 125 in the footer.php file

    Best regards,
    Rikard

    #429519

    Hi

    Once again – how?
    Erm, what do yoou mean by “Around line 125”

    Best regards
    Vince

    #429612

    Hey!

    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!
    Yigit

    #429751

    Thanks 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
    Vince

    #429803

    Hey!

    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,
    Yigit

    #429816
    This reply has been marked as private.
    #429824

    Hi!

    Please review your website now. We have added text out of socket container, i moved it into it

    Cheers!
    Yigit

    #429858

    Hi 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
    Vince

    #429872

    Hey!

    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,
    Yigit

    #429880
    This reply has been marked as private.
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Add Structured Data Address to Footer’ is closed to new replies.