Viewing 1 replies (of 1 total)
  • Plugin Support Nick C

    (@modernnerd)

    Hi, @kimberlyprovo.

    1. I don’t have a copy of the Minimalista Shop theme to check, but it sounds like it’s adding the credit in a way that isn’t compatible with Simple Edits. You may need to review the code to track down and remove the credit, or ask the developer to update it so it works with Simple Edits.

    2. Make sure every links starts with a protocol such as https://, https:// or mailto:. You currently have these:

    <a href="//www.creativemarket.com/WPChic/164629-Minimalista-Shop-Genesis-Theme?u=mywholeheartdesign“" rel="nofollow">Minimalista Shop</a>

    <a href="[email protected]”" rel="nofollow">MWHD Design</a>

    Which should look like this instead:

    <a href="https://creativemarket.com/WPChic/164629-Minimalista-Shop-Genesis-Theme?u=mywholeheartdesign" rel="nofollow">Minimalista Shop</a>

    <a href="mailto:[email protected]" rel="nofollow">MWHD Design</a>

    (Both href attributes also ended with an extra “ that I’ve removed.)

Viewing 1 replies (of 1 total)
  • The topic ‘Links wont work’ is closed to new replies.