Viewing 1 replies (of 1 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    As I see shrotcode works fine. The problem is in you theme styles.

    You add shortcode inside single post main content area? I see that you theme has main area block with classname ‘paint-area’ and its has style rule

    .paint-area * {
    z-index: 10;
    }

    Try to change it to

    .paint-area * {
    z-index: 1;
    }

    But then check that everything still look fine in your website.

Viewing 1 replies (of 1 total)
  • The topic ‘Shortcode Not Working’ is closed to new replies.