gleenk
Forum Replies Created
-
I tried it on 2 websites, checked for images with network tab in chrome console and the only webp are the featured images of blog (post_thumbnail and images generated inside the_content). The acf-image fields are still in jpeg or png
Forum: Plugins
In reply to: [Tooltip CK] BugHi Ced, yes that could be possible. But how to remove automatic meta description? It’s the default for Yoast and can’t disable it (or not?) could you do something for that even if auto-meta is active?
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Add to cart – AJAX – RefreshSame problem here. I don’t want the page to refresh, i need that product should be added to cart without refreshing page in AJAX. Is it possible?
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] Export Role+1 same question, how to export a role?
Unfortunately can’t create a copy (site too big to host a copy). The problem was on a production site so i had to remove it. If i’ll try in a future i’ll check js error too if present
I’m creating a staging copy to try, and inform you about that.
Forum: Plugins
In reply to: [Export any WordPress data to XML/CSV] How to get ACF Relationship IDI know it’s a basic example, but even if that it doesn’t return the ID as predicted ??
I solved by using this:
<?php $edit_page = (int) wpuf_get_option( 'edit_page_id', 'wpuf_frontend_posting' ); $post_id = $post->ID; $url = add_query_arg( array('pid' => $post->ID), get_permalink( $edit_page ) ); $edit_page_url = apply_filters( 'wpuf_edit_post_link', $url ); ?> <a href="<?php echo wp_nonce_url( $edit_page_url, 'wpuf_edit' ); ?>">Modifica</a>
Forum: Plugins
In reply to: [Export any WordPress data to XML/CSV] How to get ACF Relationship IDThank you for support but it returns empty value
- This reply was modified 5 years, 11 months ago by gleenk.
Forum: Plugins
In reply to: [Yoast SEO] 9.2 and 9.2.1 breaking text view and content boxIt’s a conflict with WPML -> https://wpml.org/it/forums/topic/errore-ultima-versione-4-0-8-con-yoast/
Forum: Plugins
In reply to: [Cache Enabler] How to print WebP?Great! That was the problem, didn’t know. Thank you!
Okay, thanks for the answer!
Input type range is an html5 input type…
No, i mean that “conditional field” doesn’t take care of input range values. So nothing happens when you reach desired number
Forum: Plugins
In reply to: [ManageWP Worker] PHP 7.1 compatibilityTy, I’ll do an upgrade so.