rienco
Forum Replies Created
-
I found a fix on this thread:
https://wordpress.org/support/topic/ajax-paging-fails-on-default-events-page/#post-16682303
To fix this change line 40 of wp-content/plugins/events-manager/em-functions.php from this:
$data_atts = 'data-em-ajax="'.esc_attr(build_query($data)).'"'; //for inclusion later onTo this:
$ajax_data = $data; unset($ajax_data['header_format']); $data_atts = 'data-em-ajax="'.esc_attr(build_query($ajax_data)).'"'; //for inclusion later onHopefully the plugin author will provide a fix for this in the next release.
Same problem and error message here. It suddenly stopped working. We’re using the most recent plugin of Events Manager & Events Manager Pro.
We also tested it with all other plugins turned off & with the default Twentytwentythree theme, but none of these are working.
Our link: https://welzijnwestbetuwe.nl/agenda/I understand, but i rewrite the image in photoshop, removed the old one and uploaded the new one. It’s uploading to Cloudflare, but the linking in the website is not correct.
So strange. I uploaded a new version of the image by WordPress. It’s uploaded well to Cloudflare, but the URL still points to:
instead of:
https://imagedelivery.net/g65XQ1NFDxpPR_G3NFTuoA/cd1086ca-fce4-4d05-d5df-84f1b8162500/public
Forum: Plugins
In reply to: [Offload, AI & Optimize with Cloudflare Images] Custom domain DNSAwesome, thanks! Solved it for me.
Forum: Plugins
In reply to: [Offload, AI & Optimize with Cloudflare Images] Custom domain DNSunfortunately this didn’t work. When i’m trying to connect to the image trough my own dns like https://imgcdn.mydomain.com/g65XQ1NFDxpPR_G3NFTuoA/8a585b2e-3ad5-47ba-97f5-45d88488b800/w=1024,h=1024, it gives a 404 not found error message
Hi @vanyukov
The first image is created by wp_get_attachement_image:
<?php $image = get_sub_field('image'); ?> <?= wp_get_attachment_image($image, 'slider-item'); ?>I’ve updated it to 1.1.3-beta3 and tested it also with v1.1.4, but both had no differences in the behaviour of the plugin. The code we’re using:
<?php $is_custom_responsive_background = options::getSub('gradient_custom_responsive_background', $page_id); $background_image_large = options::getSub('gradient_background_large', $page_id); $background_image_large = wp_get_attachment_image_url($background_image_large, 'hero-gradient') ?: $background_image_large['url']; $background_image_tablet_landscape = options::getSub('gradient_background_tablet_landscape', $page_id); $background_image_tablet_landscape = wp_get_attachment_image_url($background_image_tablet_landscape, 'hero-gradient') ?: $background_image_tablet_landscape['url']; $background_image_tablet_portrait = options::getSub('gradient_background_tablet_portrait', $page_id); $background_image_tablet_portrait = wp_get_attachment_image_url($background_image_tablet_portrait, 'hero-gradient') ?: $background_image_tablet_portrait['url']; $background_image_phone_portrait = options::getSub('gradient_background_image_phone_portrait', $page_id); $background_image_phone_portrait = wp_get_attachment_image_url($background_image_phone_portrait, 'hero-gradient') ?: $background_image_phone_portrait['url']; ?> <?php if ($is_custom_responsive_background) : ?> <style> <?php if (!empty($background_image_large)) : ?>@media (min-width: 1441px) { #page-hero-gradient-<?=$div_id;?> { background-image: url(<?php echo $background_image_large; ?>) !important; } } <?php endif; ?><?php if (!empty($background_image_tablet_landscape)) : ?>@media (max-width: 1024px) { #page-hero-gradient-<?=$div_id;?> { background-image: url(<?php echo $background_image_tablet_landscape; ?>) !important; } } <?php endif; ?><?php if (!empty($background_image_tablet_portrait)) : ?>@media (max-width: 767px) { #page-hero-gradient-<?=$div_id;?> { background-image: url(<?php echo $background_image_tablet_portrait; ?>) !important; } } <?php endif; ?><?php if (!empty($background_image_phone_portrait)) : ?>@media (max-width: 414px) { #page-hero-gradient-<?=$div_id;?> { background-image: url(<?php echo $background_image_phone_portrait; ?>) !important; } } <?php endif; ?> </style> <?php endif; ?>Forum: Plugins
In reply to: [Offload, AI & Optimize with Cloudflare Images] Custom domain DNSHi Anton,
I have also a question about this. So if i write it this way in Cloudflare DNS:
Type: CNAME
Name: imgcdn
Content: mydomain.com
Proxy status: Proxied
TTL: AutoIt should work?
Forum: Plugins
In reply to: [WP Document Revisions] Documents not found anymore after migratingI’m so sorry, I made a typo in the filepath. Thanks for your detailed answer!
Hi @miemie,
So if I buy the premium version of the plugin the problem will be solved?
Forum: Plugins
In reply to: [MultiSafepay plugin for WooCommerce] Fatal error after upgrade to v4We are facing the same issue after updating the entire website. It’s in combination with the WooCommerce Mailerlite plugin. When we deactivate your OR the MailerLite plugin, it works well.
Downgrading to an earlier version isn’t working.The error log we get:
[Mon Mar 01 21:54:58.815477 2021] [fcgid:warn] [pid 121562:tid 139665541551872] [client 185.99.129.21:0] mod_fcgid: stderr: PHP Fatal error: Uncaught Http\\Discovery\\Exception\\DiscoveryFailedException: Could not find resource using any discovery strategy. Find more information at http://docs.php-http.org/en/latest/discovery.html#common-errors [Mon Mar 01 21:54:58.815511 2021] [fcgid:warn] [pid 121562:tid 139665541551872] [client 185.99.129.21:0] mod_fcgid: stderr: - Puli Factory is not available [Mon Mar 01 21:54:58.815517 2021] [fcgid:warn] [pid 121562:tid 139665541551872] [client 185.99.129.21:0] mod_fcgid: stderr: in /home/user/domains/HIDDEN.com/private_html/wp-content/plugins/woo-mailerlite/vendor/php-http/discovery/src/Exception/DiscoveryFailedException.php:41 [Mon Mar 01 21:54:58.815524 2021] [fcgid:warn] [pid 121562:tid 139665541551872] [client 185.99.129.21:0] mod_fcgid: stderr: Stack trace: [Mon Mar 01 21:54:58.815529 2021] [fcgid:warn] [pid 121562:tid 139665541551872] [client 185.99.129.21:0] mod_fcgid: stderr: #0 /home/user/domains/HIDDEN.com/private_html/wp-content/plugins/woo-mailerlite/vendor/php-http/discovery/src/ClassDiscovery.php(74): Http\\Discovery\\Exception\\DiscoveryFailedException::create() [Mon Mar 01 21:54:58.815536 2021] [fcgid:warn] [pid 121562:tid 139665541551872] [client 185.99.129.21:0] mod_fcgid: stderr: #1 /home/user/domains/HIDDEN.com/private_html/wp-content/plugins/multisafepay/vendor/php-http/discovery/src/Psr18ClientDiscovery.php(25): Http\\Discovery\\ClassDiscovery::findOneByType() [Mon Mar 01 21:54:58.815543 2021] [fcgid:warn] [pid 121562:tid 139665541551872] [client 185.99.129.21:0] mod_fcgid: stderr: #2 /home/user/domains/HIDDEN.com/private_html/wp-content/plugins/multisafepay/vendor/multisafepay/php-sdk/src/Client/Client.php(96): Http\\Discovery\\Psr18ClientDiscovery::find()Forum: Plugins
In reply to: [Mollie Forms] Language / PricefieldInderdaad een goede goede plugin. Ik heb dezelfde vraag als nikko73, wanneer verwacht je het open invulveld gereed te hebben? 5 sterren als het gelukt is!
Forum: Plugins
In reply to: [WP-Polls] String translation frontendIt doesn’t work, because if i’m in the dutch translated site, the words has to be in dutch, if in english -> english.