• Using Version 1.3.
    The “Name Your Landing Page” field is not populating in the browser title bar (it shows the slug URL instead), and the favicon icon is also not being displayed (it just shows a world icon instead).
    The actual Infusionsoft Landing page URL (not the slug) shows everything correctly, just not when using the slug created in the plugin.

    The slug displays the content of the landing page correctly, and has all the functionality of the landing page.

    Slugs created before this update continue to work and show the correct information in the title bar.

    I have found this issue on Chrome, Firefox and MS Edge (I haven’t tested Safari)

    Anyone else having this issue? and can this issue be resolved?

    Thanks, Philip

Viewing 4 replies - 1 through 4 (of 4 total)
  • Philip,

    I had the same issue and registered my problem with Infusionsoft as they are the authors of version 1.3.

    They have not updated the plugin to fix this issue.

    The only workaround I found was to go back to version 1.1 which seemed to work fine.

    I am an Infusionsoft Certified Partner, but certainly not a coder so I don’t have a clue on how to edit or repair Version 1.3.

    My suggestion is to register a complaint with Infusionsoft and see if you get a different response that what i received.

    Good luck,

    Ed

    Thread Starter pmbbr

    (@pmbbr)

    Thanks for your response Ed… I have chatted with Infusionsoft Support, and they said I needed to talk with WordPress. I can only assume the Infusionsoft Developer is a third-party.
    Will let you know if I get this resolved.
    Philip

    Hi again Philip,

    A little more info that may help.

    I spoke via email with the original author of the plugin, David Bullock who is a principle at Memberium. He is not longer responsible for the plugin and did not write the updates 1.2 and 1.3 that are not working.

    They very well may have hired a different 3rd party to write or fix it if they did not perform the work internally.

    Thank you for sharing any updates you might get.

    Ed

    Hello,

    I have a fix for you (admin.js file)

    REPLACE:
    var $input = $(‘<input type=”radio” name=”landingpage”>’).val(btoa(JSON.stringify(page)));

    WITH:
    var $input = $(‘<input type=”radio” name=”landingpage”>’).val(btoa(unescape(encodeURIComponent(JSON.stringify(page)))));

    Regards,

    Antonio Arana
    https://dasolucionesit.com.mx

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Version 1.3 Name in Title Bar not working’ is closed to new replies.