wpsolution
Forum Replies Created
-
Forum: Plugins
In reply to: [WPS Telegram Chat] PHP Warning Cannot modify header@norbou Hi, I’ll check and fix it in the next update. Thanks for your patience!
So, you can change the placeholder in the settings and just ask for additional information. The user will decide what information to indicate, it can be a subject etc.
Forum: Plugins
In reply to: [WPS Telegram Chat] PHP Warning Cannot modify headerAnyway, I have released an update that contains an improvement to avoid the warning. The topic is closed as resolved due to the plugin update.
Forum: Plugins
In reply to: [WPS Telegram Chat] PHP Warning Cannot modify headerHi @norbou I’m back and tried many times to get this error. I installed LSCache but I don’t get these errors. You can contact me in telegram https://t.me/wpSolutionOrg
Forum: Reviews
In reply to: [WPS Telegram Chat] Big BUGДобрый день Виктория! Я могу помочь с настройкой. WordPress и Telegram это разные системы и не были рассчитаны для совместной работы. WordPress должен знать куда отсылать сообщения, поэтому нужно знать ID чата и получить токен Telegram. По ссылке https://wps.dir.md/ru/plugin/wps-telegram-chat/ есть подробные инструкции как это сделать. Напишите мне в Telegram, я помогу вам, спасибо!
Forum: Plugins
In reply to: [WPS Telegram Chat] PHP Warning Cannot modify headerHi! I’m on vacation now, I’ll be back early September. I’ll update you. Thanks.
Forum: Plugins
In reply to: [WPS Telegram Chat] PHP Warning Cannot modify headerHi, need more information. Probably compatibility issue with other plugins. What version of PHP? Have you tried disabling third-party plugins, changing the theme?
Forum: Reviews
In reply to: [WPS Telegram Chat] Working GreatHi, thanks for the feedback!
1) Ctrl + Enter sends a message
2) Sound playback is implemented in the latest versionThis is a simple chat plugin that is on your server, so for security reasons some features cannot be implemented, such as file transfers.
There are many online services that offer shareware additional functions like multiple support agent or file transfers. So our goal is to remain simple and free.
Forum: Plugins
In reply to: [atec Cache APCu] PCache page exclusions.So, there is a Super Page Cache for Cloudflare plugin, I will give it as an example because you asked. I have taken screenshots of the main functions that you should take too:
https://ibb.co/Qdy5MpP
https://ibb.co/xH6s90FForum: Plugins
In reply to: [atec Cache APCu] PCache page exclusions.This does not solve the problem with the Woocommerce, for example adding items to the cart via Ajax doesn’t work. I think this will affect any actions related to Ajax requests. But many plugins and themes use Ajax technology, so I think exclusion functions are needed.
Forum: Plugins
In reply to: [atec Cache APCu] Problems seenVersion 1.2.8 at first glance works well with a standard site. If your decision is to cache only posts and pages without archives, etc., then this works. But I expected more features ??
Forum: Plugins
In reply to: [atec Cache APCu] Problems seenHi! How are you? I tried a little, so for understanding:
1) atec-cache-apcu-page-cache.php add after line 61
$arr['_obj_'] = get_queried_object();
2) atec-cache-apcu-pcache.php add after line 45
echo '<tr><td colspan="5"><pre>'; print_r($entry['value']['_obj_']); echo '</pre></td></tr>';
now you can understand what data you have…
- This reply was modified 8 months ago by wpsolution.
Forum: Plugins
In reply to: [atec Cache APCu] Problems seenI think you should use get_queried_object() in atec-cache-apcu-page-cache.php to get the info about the request
Forum: Plugins
In reply to: [atec Cache APCu] Problems seenYou need to understand that need to process the post_type to determine the template. Each template outputs different data types. In this case, this is tag_ID=89, not the post ID.
Forum: Plugins
In reply to: [atec Cache APCu] Problems seenNULL