mapdi
Forum Replies Created
-
Forum: Plugins
In reply to: [FSM Custom Featured Image Caption] Source attributionHi there,
thanks for this Plugin!
Would you add the source attribution as an extra field, so that the caption text and the source attribution text can be added/output in different places?
Forum: Plugins
In reply to: [Secondary Title] Don’t show TitleHi @thaikolja
Thank you.
Maybe you can write me back through this WP forum?
This would also help other users.Forum: Plugins
In reply to: [Code Snippets] PHP 8 & WP 5.6 compatibilityHi @bungeshea,
Thank you very much for your reply.
You were right. I had deactivated the Search Feature in WordPress.
This caused the issue:
function wpb_filter_query( $query, $error = true ) { if ( is_search() ) { $query->is_search = false; $query->query_vars[s] = false; $query->query[s] = false; if ( $error == true ) $query->is_404 = true; } } add_action( 'parse_query', 'wpb_filter_query' ); add_filter( 'get_search_form', create_function( '$a', "return null;" ) ); function remove_search_widget() { unregister_widget('WP_Widget_Search'); } add_action( 'widgets_init', 'remove_search_widget' );Thanks!
Best regards!
Forum: Plugins
In reply to: [Secondary Title] Don’t show Titlefyi
It works in WP Classic Editor.
Maybe an issue with WP Gutenberg?
We can create a normal label.
But if we activate the “return label” field and try to create we get the error:
“Could not create label – Der angegebene Service ist nicht bekannt.”Hi @shadim
DHL answered and sent us just a link to sent to our client like:
However, the Retourenlabel function has always worked quite well otherwise.
Any other ideas?
@shadim THX
Can you confirm with DHL support if you need to enable Retourenlabel in your account?
I will check that!
Are you saying this error only occurs when you try to create a return label in addition to the normal label?
Exactly this is our problem.
Forum: Plugins
In reply to: [Osom Author Pro] How to add multiple prices in displayHi there,
We have the same problem that e-books have a different price. How can we display both prices correctly?
Best regards!
fyi
Your Plugin is not working with the following Plugin activated:
https://de.ww.wp.xz.cn/plugins/woo-product-variation-gallery/Thanks for your efforts, but your plugin still does not work for me.
I have the same problem with WP Astra? This is surely a conflict with another plugin. I also use https://de.ww.wp.xz.cn/plugins/woo-product-variation-gallery/.
Maybe the problem is caused by it.
Thanks, but it’s a productive Shop. I quickly deactivated your plugin …
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] “SECURITY_VIOLATION” ErrorYes, it works again.
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] “SECURITY_VIOLATION” ErrorError turned to:
“Error Fetching http headers”Anyone else?