COP
Forum Replies Created
-
Forum: Reviews
In reply to: [WP EXtra – One Click Optimize] Better Than WPRocketThank you for sharing your experience! I’m really glad to hear the plugin helped resolve the issues you were having with WordPress.
WP EXtra offers a lot more beyond basic optimization.
To receive your free Pro key, please contact us through our official website. Our team will get back to you quickly with full access details.
Looking forward to hearing from you!
Forum: Plugins
In reply to: [Database Addon for Contact Form 7 - CFDB7] Save hidden URL field ?Additionally, you need to insert the following line before
$form_data = apply_filters('cfdb7_before_save_data', $form_data);$form_data['_url'] = isset($_SERVER['HTTP_REFERER']) ? esc_url_raw($_SERVER['HTTP_REFERER']) : '';Forum: Plugins
In reply to: [Database Addon for Contact Form 7 - CFDB7] Save hidden URL field ?Hi, I’m also a plugin developer and currently facing the same issue as you. I found a workaround by modifying the line:
if( $rm_underscore ) preg_match('/^_.*$/m', $key, $matches);
if( ! empty($matches[0]) ) continue;and replacing it with:
if( $rm_underscore && $key !== 'url' ) { preg_match('/^.*$/m', $key, $matches);
if( ! empty($matches[0]) ) continue;
}Additionally, you can add some other hidden fields using: https://contactform7.com/special-mail-tags/
Forum: Plugins
In reply to: [JSM Show Post Metadata] Some warnings and errorsBy replacing
${var}with{$var}, you make your code compatible with PHP 8.x and avoid deprecated warnings. This change does not affect functionality and ensures your code remains future-proof.return sprintf( "%.{$dec}f{$sep}%s", $bytes / pow( 1024, $factor ), $size[ $factor ] );Forum: Plugins
In reply to: [UX Flat] The idea of a new functionThe feature has been integrated into the new version for the button element and module. You can try it out using simple functions at: https://www.w3schools.com/jsref/event_onclick.asp
Forum: Plugins
In reply to: [UX Flat] The idea of a new functionThank you for your great idea. The feature will be added as soon as possible
Forum: Reviews
In reply to: [UX Flat] TệMình chắc chắn bạn không phải người VN rồi vì cộng đồng người VN luôn giúp đỡ nhau chứ không phải như bạn. Mong rằng bạn đừng sử dụng bất cứ những gì mà Team mình từng share.
Forum: Reviews
In reply to: [WP EXtra – One Click Optimize] Best Admin menu organizer. But…Please upgrade to the latest version. Tks
Cám ơn sự góp ý của bạn, phiên bản đã tối ưu bằng cách thêm button Edit Classic cạnh bên nút Chỉnh Sửa mặc định nhé.
Forum: Plugins
In reply to: [UX Flat] Future requestDear Tomasz Dutkowski,
Please upgrade to version 3.0 to use the new features
Best regards,
COPForum: Reviews
In reply to: [UX Flat] Essential pluginThanks
Forum: Plugins
In reply to: [UX Flat] Future requestDear Tomasz Dutkowski,
1. I think this feature is really unnecessary as we already have the element [block].
2. This feature is available in version 2.9. To enable it, go to “UX Flat -> Preview button allows you to quickly view the page” and turn it on. Then the UX Builder page will display the Preview button.
3. I have added the height for the [more] shortcode.Best regards,
COPForum: Plugins
In reply to: [UX Flat] Future requestThank you for your feedback, here’s my response:
I advise you to use HTML elements to address this issue.
This feature has been available since version 2.8. You can go to “UX Flat -> Add New Icons from a CDN URL” to enable it, then create a custom icon and add the icon’s class.
I have improved the [more] shortcode. Now, I only use “more” without using “less” to increase the website’s engagement.
I don’t understand this question yet.
There is a new shortcode called [position], you can try it out.
This feature is available in version 2.8. To enable it, go to “UX Flat -> MCE FONT SIZES” and turn it on.Forum: Plugins
In reply to: [UX Flat] Future requestYes. You can suggest any ideas.
Forum: Reviews
In reply to: [UX Flat] Must have for flatsomeThank you very much ❤