• Resolved Danishsard

    (@danishsard)


    After the update, the website is broken as far as the CSS view is concerned – everything is completely rearranged. When I smooth out the addition, the page looks normal. When I turn it on, everything on the page is rearranged, as if the css of the template was missing.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Danishsard

    (@danishsard)

    I have already written to the creator of the plugin that there are many things to consider and improve. But for now, updates don’t bring that. And now the entire website was ruined, although I noticed it only when I received many e-mails from people.

    I’m facing the same issue and I was able to fix it for now, but this is something the developer has to fix in the next patch.

    We are using Autoptimize which aggregates CSS, that’s where the CSS breaks. The offending code can be located here:
    wp-content/plugins/sassy-social-share/public/css/sassy-social-share-public.css
    wp-content/plugins/sassy-social-share/public/class-sassy-social-share-public.php

    Both these files are missing a closing bracket ‘}’ for CSS for this rule:
    @media screen and (max-width:783px){#heateor_sss_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}

    It should be:
    @media screen and (max-width:783px){#heateor_sss_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}}

    As a temporary fix I have uploaded these files, but as mentioned this is something developer MUST address in the next patch.

    • This reply was modified 9 months ago by Aivaras Stankevicius. Reason: Added tags for a better visibility of the issue
    Plugin Author Heateor Support

    (@heateor)

    Replace the content in the “wp-content/plugins/sassy-social-share/public/css/sassy-social-share-public.css” with the content posted here. It should fix it. Please confirm so I can release the same.

    Plugin Author Heateor Support

    (@heateor)

    Update the plugin to the version 3.3.58 to fix the problem.

    Yes, this fixes the issue. Updated the plugin and tested.
    This probably is not a high priority, but don’t forget to update this file as well with the same code in the next patch: wp-content/plugins/sassy-social-share/public/class-sassy-social-share-public.php:line:1473

    Plugin Author Heateor Support

    (@heateor)

    @aivaras82 If you search the opening and closing braces in the file, number of these are the same.

    @heateor Sorry my bad, yes everything is fixed. This can be closed.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘The new update is blowing up the site’ is closed to new replies.