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

Search results

  1. Temyk

    RESOLVED Bulk Optimization Not Working

    Hello. Specify which version of WordPress you use. And open the browser console, if there are any errors, please send me a screenshot.
  2. Temyk

    RESOLVED Schedule option don't work

    This is how the schedule in WordPress works. The schedule is triggered when any user visits the site or you have a constantly open site page.
  3. Temyk

    RESOLVED Schedule option don't work

    I see that you are using Server #2. This is a beta server, it may not work stably. Please try another server - does optimization work on it?
  4. Temyk

    RESOLVED Is it possible to Run Snippet inside img src?

    In this case, everything should work. I tried it on my site and it worked. Try this <img src="[wbcr_php_snippet id='187']images/abc.jpg" alt="abc" />
  5. Temyk

    RESOLVED Schedule option don't work

    Hello. Make sure that WP Cron is not disabled on your site. Also, enable logs in the plugin settings and send them to me.
  6. Temyk

    RESOLVED Is it possible to Run Snippet inside img src?

    Hello. In the next plugin update, you can enable processing of shortcodes in snippets in the settings. In the meantime you can do it like this: <img src="<?php echo do_shortcode('[wbcr_php_snippet id="187"]');?>images/abc.jpg" alt="abc" />
  7. Temyk

    QUESTION WP Retina 2x

    After uploading images to the media library, WordPress saves their parameters: size, weight. If you optimize media library images using the standard Robin method, all this data is updated. If you optimize one of the folders separately, the data in the media library will not be updated.
  8. Temyk

    RESOLVED Widget don't work on live website but on localhost

    Hello. Instagram blocks unauthorized requests. At the same time, they track the number of requests from the IP address. Your local IP has not exceeded the limit yet, and the hosting IP has already exceeded it, so this does not work for it. You need to connect your account and only use it. You...
  9. Temyk

    QUESTION WP Retina 2x

    Hello. In this case, the already optimized images will be optimized again and credits will be spent.
  10. Temyk

    RESOLVED Image optimization once replacing photo

    Hello. Our plugin does not support image replacement. The replaced images will be considered optimized. You can return the original images before replacing them, and then run optimization.
  11. Temyk

    BUG Smart Slider 3 Compatibility Issue

    Thanks. We will test these plugins for compatibility and try to fix it.
  12. Temyk

    RESOLVED webp

    In this case, it is clear why this happened. The Robin plugin tries to access the htaccess file to check if it exists, but iThemes has blocked this file. You can disable blocking in the iThemes settings. The difference in the size of such images is small and does not affect the page loading...
  13. Temyk

    RESOLVED Premium server down

    We fixed the problem in the server settings. The premium server should be working now, please check it.
  14. Temyk

    RESOLVED webp

    A specific server means not Apache, Nginx, or IIS. You can check which server your site uses with this small plugin. Version Info
  15. Temyk

    RESOLVED Premium server down

    Hi. If you have the firewall plugin installed, try deactivating it. Also check if your site works through CloudFlare?
  16. Temyk

    RESOLVED Asset Manager Slow When Not Using Pro Version

    Hi. It is not clear what exactly worked slowly. Does this happen when you deactivate a license or premium plugin?
  17. Temyk

    BUG Smart Slider 3 Compatibility Issue

    Hi. Can you show a screenshot of the browser console?
  18. Temyk

    RESOLVED webp

    Hello. Your site runs on a specific server, so our plugin couldn't recognize it and displayed the standard Apache label. This is a bug in the plugin. We'll fix it. The delivery method via htaccess really won't work on your site.
  19. Temyk

    RESOLVED Attribute array

    Hello. In the snippet, you accept the value of their attribute. Then you can do whatever you want with it. For example you received: $studievariant ="voltijd, deeltijd"; You can divide this text into parameters: $array = explode(',', $studievariant); /* $array = [ 'voltijd', 'deeltijd'...
  20. Temyk

    RESOLVED set access to 403, got 404 on wp-admin

    Hello. We will fix this issue in the next update. What confirmation email are we talking about?