• 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 bbPress cache problem

    In SEO tab
  2. Temyk

    RESOLVED bbPress cache problem

    I found the cause. This is the "Automatically insert the Last Modified header" setting. Probably on your server is configured caching, which works with the Last Modified header. The solution is not to use this setting. Check the work site and write if it helped.
  3. Temyk

    RESOLVED bbPress cache problem

    Hi, Can I see what the problem looks like on your website? Give a link to the site. Can I sign up for it?
  4. Temyk

    BUG When the snippets are saved, security concern with passwords

    Hello. You should not store your variables in the functions.php file because it is overwritten when you update Wordpress. Instead, declare a constant with a password in wp-config.php: define( 'MY_PASSWORD', 'password' ); and use it in a snippet: $password = MY_PASSWORD;
  5. Temyk

    QUESTION Recurring insert

    Hello. $post = get_post('ID'); echo $post->post_content; This code will allow you to display the content of the page in a snippet. Next, you check the day of the week using the date function and display the text of the page
  6. Temyk

    Clearfy Pro is Enough For Caching Jobs Alone?

    Hi, Clearly does not use caching. It can be used with any caching plugin. If you have any questions or comments, please let me know and I'll be more than glad to assist you.
  7. Temyk

    RESOLVED Не отображаются комментарии при просмотре с телефона

    Возможно закэшировалась страница. Попробуйте несколько раз обновить или открыть в другом браузере. У меня на телефоне с двух браузеров виджет появился и сейчас отображается
  8. Temyk

    RESOLVED Не отображаются комментарии при просмотре с телефона

    Исправил. Проверьте у себя с мобильного. Внесём исправления в ближайшем обновлении.
  9. Temyk

    RESOLVED Не отображаются комментарии при просмотре с телефона

    Кажется я нашёл причину. Если вы дадите доступ к вашему сайту(в личные сообщения на форуме), я проверю и исправлю.
  10. Temyk

    RESOLVED Не отображаются комментарии при просмотре с телефона

    Здравствуйте. Пришлите адрес вашего сайта, чтобы я мог посмотреть. В режиме инкогнито вы не авторизованы на сайте, проверьте настройки комментариев: разрешено ли неавторизованным пользователям оставлять комментарии?
  11. Temyk

    BUG Comparison operator changed by editor - breaks php code

    Hi, The code editor should not change anything in the code. May be other plug-ins? What version of Woody plugin do you have installed? Can you send us a screenshot of the error?
  12. Temyk

    BUG Asset manager reboot almost everyday

    Hi, This may be due to caching plugins. Try to disable cache plugins or disable caching in them. Write us about the results. And also write what plugins for caching you use.
  13. Temyk

    RESOLVED Recommendation

    Hi Try to optimize with Clearfy yourself - it's not difficult. All settings are documented. There is also a QUICK START section where you can safely optimize in a few clicks. Before that, do not forget to make a backup of the site.
  14. Temyk

    RESOLVED How to use snippets within the newsletter plugin

    You can create a PHP snippet with this code and include it everywhere. add_filter('newsletter_message_html', 'newsletter_doshortcode', 10, 3); function newsletter_doshortcode($content, $email, $user){ return do_shortcode($content); } After that, any shortcodes will be triggered in the...
  15. Temyk

    RESOLVED Business

    Hi, After activating the license key, you need to activate the premium component in the COMPONENTS section. This is not written anywhere, but we will fix it. Thank you for choosing our plugin.
  16. Temyk

    RESOLVED how show result my API Rest (Java) in my site wordpress?

    Hi, Create a PHP snippet, and paste the code that handles your API into it.
  17. Temyk

    RESOLVED How to use snippets within the newsletter plugin

    Hi, I looked up the Newsletter Plugin. Indeed, it does not process shortcodes in the text of the letter. Please contact the support of Newsletter Plugin. If you have any questions or comments, please let me know and I'll be more than glad to assist you.
  18. Temyk

    RESOLVED Woody Snippets fails unless support old shortcodes is on

    The problem was in your theme "Weaver Xtreme Child Theme". Its author uses Woody functionality in it, so there was an error message. You need to change the functions.php theme file and delete these two lines.
  19. Temyk

    RESOLVED Woody Snippets fails unless support old shortcodes is on

    Not immediately understand how to enter the site. Now it worked. Looking for the problem
  20. Temyk

    BUG Pre sale question

    Hello, Yes, of course you can use the plugin on the open page