ant8
Forum Replies Created
-
Hi,
I’m trying to get the same result, I need to get rid of these 3 image size definitions:
‘shop_catalog’
‘shop_single’
‘shop_thumbnail’Anyone has any more news? If I find a way I’ll publish here.
Thank you
Hi sewdainty. No you do not need necessarily Microsoft 365.
I think that the linked post is too specific, maybe the author used it because he do not have a more specific post at the moment.You could try to obtain some more information about the problem trough the plugin’s tests. There is a connectivity test and a diagnostic test.
Hope it helps
- This reply was modified 4 years, 3 months ago by ant8.
Forum: Fixing WordPress
In reply to: Error: [] cURL error 7:This suggestion from @peterbooker made the difference for me:
The way I do it, in a docker-compose setup, is by adding to the PHP container:
extra_hosts: - "localhost:172.18.0.1"iirc, 172.18.0.1 is the default docker gateway and βlocalhostβ is the WordPress Address in my setup (without the http bit at the start).
source:
https://ww.wp.xz.cn/support/topic/what-is-the-url-used-for-the-loopback-curl-check/Forum: Plugins
In reply to: [Post Type Archive Descriptions] using ptad_description_capabilityHi @mrwweb, thank you for your answer.
I have to say that I’m a little lost with the capability definition for custom post type, although it seems that I finally achieved what I wanted to do, so for the moment I send you another big thank you and close this post.
Cheers!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce New order Doesn’t send emailsSame problem here, I already spending so much time looking for a solution…
The logs of the server I’m using for the SMTP shipping I see that the emails aren’t even being sent, so no errors are shown.
Anyone found a solution?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product Meta – Strip dd and dt labelsHi, I’m trying to implement this solution but I get this error:
Fatal error: Call to a member function get_formatted() on null in /var/www/wp-content/themes/theme-name/functions.php on line 163
This is the snippet in my functions.php
function filter_wps_order_items_meta_display( $output, $class ) { $meta_list = array(); $formatted_meta = $class->get_formatted( '_' ); foreach ( $formatted_meta as $meta ) { $meta_list[] = '<dd class="variation">' . wp_kses_post( wpautop( make_clickable( $meta['value'] ) ) ) . '</dd>'; } $output = '<dl class="variation">' . implode( '', $meta_list ) . '</dl>'; return $output; }; add_filter( 'woocommerce_order_items_meta_display', 'filter_wps_order_items_meta_display', 10, 2 );And here is the part printing the cart product meta data in my mini-cart.php:
<?php echo apply_filters( 'woocommerce_order_items_meta_display', WC()->cart->get_item_data( $cart_item ), $this ); ?>Any idea? As I see the problem is in the class, that’s not being passed correctly or something related.
Thank you in advance.
Antonio.Forum: Plugins
In reply to: Infinite scroll vs. FB Like and GIt works! You are really kind!
Thank you so much! πForum: Plugins
In reply to: Infinite scroll vs. FB Like and GHi bear,
suddenly, after the the first page, my FB share botton doesn’t appear again! πwhat’s happen! π
antoniocaparrelli.com
debug is ONForum: Plugins
In reply to: Infinite scroll vs. FB Like and Gworks! Thank you again!
Forum: Plugins
In reply to: Infinite scroll vs. FB Like and GHi beaver,
g+ button in mysite is not working anymore and I cant figure why.
p.s.
debug mode is activatedThank u.
Forum: Plugins
In reply to: Infinite scroll vs. FB Like and GResolved, thank you bear!
Arrr!π
Forum: Plugins
In reply to: [Infinite-Scroll] Not working in WordPress 3.2ops! Something strange has happened. Now the FB sharer button and the one of google plus doesn’t appear in the posts added by infinite-scroll.
should I add some javascript in the admin panel?Thanks again π
Forum: Plugins
In reply to: [Infinite-Scroll] Not working in WordPress 3.2It works now!
Thank you so much! πForum: Plugins
In reply to: [Infinite-Scroll] Not working in WordPress 3.2Hi, beaver!
First of all thank u for your useful code!
I don’t know why but the plugin doesn’t work for me. I tried many selector configurations, but it doesn’t work. Simply nothing happens.
my (in development) web is:
http://www.antoniocaparrelli.com/a/the debug mode in ON
and the selectors are:
Content CSS Selector: #posts
Post CSS Selector: #posts div.post
Navigation Links CSS Selector: div.page-nav
Previous posts CSS Selector: div.page-nav div.alignleft a:firstIf you can give a quick look at it for an opinion I’ll apreciate so much.
Thank you.