Branko
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] conflict w3 total cache and woocommerce cartok the problem is with the Minify module, once deactivated I can put the products in the cart. Is there a way to bypass this problem?
Forum: Plugins
In reply to: [W3 Total Cache] WebP converter stuck in the Processing stateI paused it because no image was converted for 48 hours, the server-side solution if not technically explained is difficult to put into practice, I’m forced to uninstall this extension and use an external service, thanks.
The admin responded to me via email, I share the solution for other users:
Please add the code in your WordPress dashboard > Appearance > Customize > CSS (or Additional CSS).
.tab-box-content .form-wrap input{margin: 0;}ok I deleted the cache and now the problem is solved, thanks
ok I disabled the query string from my urls and use memcached for storage, but the problem persists.
My config: https://i.postimg.cc/kXY7cyrk/download.png
- This reply was modified 6 months, 2 weeks ago by Branko.
Forum: Plugins
In reply to: [W3 Total Cache] Unable to detect the presence of page cacheok problem solved, deactivating the maintenance page no longer gives an error. Thanks for the support
- This reply was modified 10 months, 3 weeks ago by Branko.
Forum: Plugins
In reply to: [W3 Total Cache] Unable to detect the presence of page cacheIf I use the flatsome premium theme, it has an option to keep the site under maintenance/coming soon
- This reply was modified 10 months, 3 weeks ago by Branko.
Forum: Plugins
In reply to: [W3 Total Cache] Unable to detect the presence of page cacheok this is my htaccess https://pastebin.com/raw/wpsmTVFs
My VPS is on contaboForum: Plugins
In reply to: [W3 Total Cache] Unable to detect the presence of page cacheGood morning, I deleted all the cloudflare cache but the problem persists, I don’t understand
Forum: Plugins
In reply to: [W3 Total Cache] Unable to detect the presence of page cacheI did as you said but the problem persists
https://i.postimg.cc/T3JnLJHM/download-2.pngForum: Plugins
In reply to: [WP Telegram Pro] Featured image to custom fieldthe value is valid, the custom field is, example: /5wy8dkl7SYuYvVDLmnvflf1JRSz.jpg
this part is fixed/absolute, not in the custom filed, maybe you didn’t understand my question?
https://image.tmdb.orgForum: Plugins
In reply to: [WP Telegram Pro] send jpg absolute urlHello,
I’m having problems, I added this code to my functions.php
function wptelegrampro_change_post_image($item, $post_id, $query) { $image_meta = get_post_meta($post_id, 'https://image.tmdb.org/p/w185/dt_poster', true); if ($image_meta){ $item['image'] = $image_meta; add_filter('wptelegrampro_image_send_mode', 'wptelegrampro_image_send_mode', 999999999); } return $item; } function wptelegrampro_image_send_mode($mode) { return 'image'; }
This url is absolute and valid for all images:
https://image.tmdb.org/p/w185/
dt_poster is the key to the custom field
I checked the option “With featured image?” on yes in the plugin settings, but I can’t see the image. a little help to solve?
thanks
Forum: Plugins
In reply to: [WP Telegram Pro] send jpg absolute urlmy images are stored in a custom field with absolute patch from cdn, with the plugin I can send the image but I only see the link and not the image,
this also happens with mp4 files, stored in custom field, how can I send them?
Forum: Plugins
In reply to: [WP Telegram Pro] date_default_timezone_set () bugok very well … thanks
Forum: Plugins
In reply to: [WP Telegram Pro] Entities excerpt ProblemOK thank you very much