• Resolved Hisham

    (@ctrlsync)


    Hello, looking to see what has caused this issue. I just updated to the newest version that was released a few days ago (version 2.3.0) and this seems to be unable to generate the logo icon on my header the rest of the site generates fine.

    My setup is a divi site on a subdomain on the same server as the production static site. I downgraded simply static to version 2.2.9 and was able to generate my site as usual no logo issue. What has changed in the new version that would be causing this? Happy to trouble shoot anything that can help fix this for the next update.


    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author patrickposner

    (@patrickposner)

    Hey @ctrlsync,

    thanks for reaching out!

    That’s kind of surprising. I would have imagined it the other way around.

    You may want to test the newly introduced filter that mimics what we’ve done in 2.2.9 to extract URLs.

    You can do that by adding the following code snippet in the functions.php file of your (child)theme:

    add_filter('simply_static_strict_url_validation', '__return_true');

    Cheers,

    Patrick

    Thread Starter Hisham

    (@ctrlsync)

    @patrickposner Thanks for your response.

    Just to clarify your saying upgrade to 2.3.0 and then add that filter to my functions.php and see if it solves the issue?

    (I have a catch all plugin I use for this type of stuff so I can add it there)

    Plugin Author patrickposner

    (@patrickposner)

    @ctrlsync exactly!

    It will extract the URLs the same way 2.2.9 did.

    We had to make it optional as it conflicted with some other plugins (like Elementor), but once the filter is in place, it will return to the extraction mode of 2.2.9!

    Best regards,

    Patrick

    Thread Starter Hisham

    (@ctrlsync)

    @patrickposner worked like a charm!

    Thanks so much

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Lates update issue’ is closed to new replies.