• Resolved seafoodholdhand

    (@seafoodholdhand)


    I am testing out the plugin on my staging site and trying to add a pseudo-element to it.

    after saving, the content will become this

    &:after {
            content: \"\";  //the escaping broke the style
            position: absolute;
            width: 100%;
            transform: scaleX(0);
    

    it broke the pseudo style at the frontend and if you save again and again, it will escape the last escape again and again, then became something like this:

    &:after {
            content: \\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\";
            position: absolute;
            width: 100%;
            transform: scaleX(0);

    also, one minor bug is the ‘Save Changes’ button at the backend, you can only click the bottom half, and the code area covers the upper half.

    anyways, this is a really great plugin!!! thanks for developing!!`

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Harivadan Kadiya

    (@harivadan)

    Hi @seafoodholdhand,
    Thanks for noticing the issue. We have fixed that and released a new version. Please update with your old one.

    Thanks for using our plugin. We are glad to know that you liked our plugin and would be happy if you rate our plugin.

    Thank you.

    Thread Starter seafoodholdhand

    (@seafoodholdhand)

    thanks for the update. but you seem didn’t update the version in the file. It keeps prompting me I am in 1.1.2 but I already updated it to 1.1.3.

    Plugin Contributor Harivadan Kadiya

    (@harivadan)

    Hi @seafoodholdhand,

    You are right. We were aware of that and were working on it. There was something missing by us in the process of upgrading the plugin.
    Now we did it again and upgraded our plugin with 1.1.4 to overcome that issue. Please update with this latest version.

    Moreover, Thanks a lot for rating us with 5 stars and your kind comments.??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘pseudo-element and the “Save Changes” button’ is closed to new replies.