• jcutler

    (@jcutler)


    Your latest update removed the .site-content-contain background color. I had to append custom CSS to override this change and restore the site’s appearance to its previous state.

    Seems like a minor change, however it made my home page unreadable.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • @jcutler I’m really sorry that the new update affected your website, but I’m glad that you quickly found a solution.

    We added a new option to change the background color in the Customizer and be able to add a background image.

    The background color property was moved from the .site-content-containt to the body tag.

    The reason why your website was affected is because of this Custom CSS code that you have in the Customizer > Additional CSS:

    .wp-custom-header img {
       position: fixed;
    }
    Thread Starter jcutler

    (@jcutler)

    I understand exactly why it happened. It would be helpful if there were better release notes for theme updates; if I wasn’t at least somewhat savvy I would not have been able to determine the cause. If there were release notes that outlined changes that would at least be helpful in isolating the cause of this, and determining what changes I might need to make. Your change-log only shows the last major update (9.0.0) I expect for the premium version only, and doesn’t provide specific details on what the changes entail and how it might impact customizations. If there’s another resource for determining changes for each release please point me in that direction; I’m working with a new client and choosing an appropriate theme is always a challenge, and the lack of discoverability for changes will have me consider using a different theme.

    Thank you for your response.

    • This reply was modified 1 month ago by jcutler.
    • This reply was modified 1 month ago by jcutler.

    @jcutler That’s a really good idea! We’ll add a section with the changelog in the next updates so you can find what’s new and changed more easily.

    The changelog you found on our website is for the Premium version:
    https://www.wpzoom.com/themes/inspiro/changelog/

    I created a separate page on our website with the changelog for the free version, and you can find it here:
    https://www.wpzoom.com/themes/inspiro-lite/changelog/

    You can also follow the development on the free version on Github as everything is public,c and it also includes a changelog:
    https://github.com/wpzoom/Inspiro-Lite?tab=readme-ov-file

    The changelog/readme still includes some general notes about new versions, so you may want to check new commits to see what’s changed in the code:
    https://github.com/wpzoom/Inspiro-Lite/commits/master/

    You are also welcome to contribute to improving the free version on GitHub with more suggestions by creating new Issues or even opening Pull Requests with your code changes.

    I hope with your help we can make Inspiro even better so you’ll keep using it for your clients!

    Thread Starter jcutler

    (@jcutler)

    Thank you for your response, I will check into these and if I have anything to contribute I’ll do so!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.