• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.

Search results

  1. Temyk

    BUG Not able to pass PHP variable

    Hello. You can also use the global keyword for example like this in snippet: global $variable = [ "opt1" => "/opt1", "opt2" => "/opt2", "opt3" => "/opt3", ]; and like this in plugin: global $variable; echo $variable; But make sure that the snippet code is executed before the plugin...
  2. Temyk

    QUESTION Why call home during login?

    The request is cached for a day.
  3. Temyk

    QUESTION Why call home during login?

    Hello. This request requests a banner in the right column on the plugin settings pages.
  4. Temyk

    RESOLVED [Internal Server Error] - can't upgrade to premium even though I've paid

    The problem is solved. Hosting added the IP address of the service Freemius (wp.freemius.com - 104.26.0.3) to the white list and activation was successful.
  5. Temyk

    QUESTION Does it work with linked images?

    Hello. The premium version of the plugin recognizes links from other sites in the text of posts and uploads this image to the media library before create featured image
  6. Temyk

    QUESTION Display only if... current referrer not function well to me, can help me?

    Hello. The plugin uses the HTTP_REFERER server variable: In this case, the plugin still drops the URL parameters after the sign ?, so your additional logic doesn't work.
  7. Temyk

    RESOLVED Error message

    I thought you were using a once fragment
  8. Temyk

    RESOLVED Error message

    The snippet code that you sent initially will not work. The problem is probably something else. Do you have other snippets? Try turning them off one at a time and checking
  9. Temyk

    RESOLVED Error message

    Hello. So something is wrong with your snippet. Check it again.
  10. Temyk

    RESOLVED extra "-scaled" text put at end of filenames by the plugin?

    Hello. Here is the answer to your question. Remove “scaled” in File URL/Name Path when adding new image to library | WordPress.org There is this new feature in WordPress 5.3 that allows to upload big image file
  11. Temyk

    BUG Robin and multisite

    Hello. Robin does not support multi-sites. But you can activate it for each sub-site separately and then everything will work.
  12. Temyk

    QUESTION Remove EXIF data setting

    The word "leave" mean "keep"
  13. Temyk

    QUESTION Remove EXIF data setting

    Hello. Leave EXIF data? - Yes/no. By default, YES - leave EXIF data
  14. Temyk

    Why is [insert_php] unsafe?

    Instead of echo, use do_shortcode('[some_shortcode]') ;
  15. Temyk

    RESOLVED Not working since update

    Hello, @Phonk79 Try creating a new widget.
  16. Temyk

    Why is [insert_php] unsafe?

    Hello. If you use the old shortcode [insert_php] you place all your PHP code directly in the post text. If your site is hacked or vulnerabilities are used, hackers can easily embed their code. When using new shortcodes, this is no longer possible.
  17. Temyk

    RESOLVED Username field not working

    Officially, the instagram API only allows you to show your feed. The user Name field uses an unofficial hack. Instagram is gradually blocking the use of this hack, so you can no longer display the feed of other accounts.
  18. Temyk

    QUESTION Still Getting Hacked

    Hello. If someone broke into our plug-in, such cases would be frequent. However, you are the only one with this problem. Most likely, the hacker still picked up the address of the login page.
  19. Temyk

    RESOLVED [Internal Server Error] - can't upgrade to premium even though I've paid

    Both plugins must be activated for the premium features of the plugin to work. Try deactivating the premium plugin, then activate the license key, and then activate the premium plugin. Make sure that there are no extra spaces at the beginning and end of the key when entering the key. This...
  20. Temyk

    BUG issue after enabling

    Hello. To delete a plugin, delete it in the wp-content/plugins folder. Can you take a screenshot of the error?