Viewing 11 replies - 16 through 26 (of 26 total)
  • Plugin Author Marin Atanasov

    (@tyxla)

    Well, at least the request URI has changed, as needed.

    Now let’s take it one step further. Go to your website root (where you see wp-content, wp-admin and the rest of the directories), and there you should find the .htaccess file.

    At the end of it (or at its very beginning), add the following line:

    Header add Access-Control-Allow-Origin "tolkmicko.org.pl"

    Let me know if that works for you.

    Plugin Author Marin Atanasov

    (@tyxla)

    Oh, and by the way, if there is no .htaccess file, feel free to create one and add this line within it.

    Thread Starter schnap

    (@schnap)

    Edited .htaccess file – nothing happens either

    Plugin Author Marin Atanasov

    (@tyxla)

    Try with this in .htaccess instead of the other line:

    Header add Access-Control-Allow-Origin "https://tolkmicko.net/"
    Header add Access-Control-Allow-Origin "https://tolkmicko.org.pl/"
    Thread Starter schnap

    (@schnap)

    unfortunately nothing changes

    Plugin Author Marin Atanasov

    (@tyxla)

    If it still does not work, try with only one of these lines (try with the first one, then with the second one).

    Plugin Author Marin Atanasov

    (@tyxla)

    If it still does not work even after that, the following MUST work:

    Header add Access-Control-Allow-Origin "*"
    Thread Starter schnap

    (@schnap)

    The last one worked! genius! ??

    Plugin Author Marin Atanasov

    (@tyxla)

    Awesome ??

    Have fun and good luck with the project.

    Thread Starter schnap

    (@schnap)

    Thanks a lot for your patience and help.
    Left 5 stars of course ??

    Plugin Author Marin Atanasov

    (@tyxla)

    You’re welcome, and thanks, I really appreciate that ??

Viewing 11 replies - 16 through 26 (of 26 total)
  • The topic ‘Plugins icons don't show up’ is closed to new replies.