Tunn
Forum Replies Created
-
Forum: Plugins
In reply to: [DFX Automatic Role Changer for WooCommerce] PayPal Sandbox paymentsEven if it can be a nice feature to be able to test the DFX Automatic Role Changer plugin while the Woocommerce plugin is tested with Sandbox accounts (PayPal, Stripe), the DFX Automatic Role Changer for Woocommerce plugin does very well what it says when purchases are made with real credit cards. Today I tested the Woocommerce and DFX Automatic Role Changer when a product was purchased with a real credit card and the selected role was assigned to the buyer account. Nice! Good work!
Thank you very much, @dvankooten, for a very operative support! ??
I added also a review.
Hi,
No, I just mean that it would have been useful if we could sort/order forms alphabetically in the “HTML Forms>All Forms” section. Now I don’t see a such possibility, my forms are listed now in the order of the creation/saving date and I can’t sort/order them alphabetically by clicking on the “Form” column name, like the “Title” in the “Posts” section.
Forum: Plugins
In reply to: [Featured Image Generator] Unsplash crediting informationThank you!
Checked today the error_log file, before the plugin update, with the patched plugin, no more errors. Thank you!
Thank you!
I will report here later if the error disappeared.Very good! Thank you very much!
No succes! I suppose that in the case of
hf_form_html
filter hook this doesn’t work, it accept only one argument –$html
, that contains the form itself.Ok, my code for getting the current form slug can be simplified, but the question remains: is there a plugin specific or simpler way to do this?
add_filter( 'hf_form_html', function( $html ) { $dom = new DOMDocument(); $dom->loadHTML( $html ); $slug = $dom->getElementsByTagName( 'form' )-> item(0)->getAttribute( 'data-slug' ); if( $slug == 'my-form-slug' ) { ... } }
@mattv, you are right! ??
This information is already saved as a post thumbnail (attachment) excerpt, so you can get it with the
get_the_excerpt( get_post_thumbnail_id() )
.@ionutcalara, I use this feature (the post thumbnail excerpt ), so, please, don’t remove it accidentally. And thank you for your work! ??
Forum: Themes and Templates
In reply to: [Twenty Minutes] How to remove lines between menu itemsOlivia, you already have the CSS code I suggested above. You just need to correct /change your code from:
#menubar .sitenav ul li a{ padding:20px 25px; display:block; color:#222; border-right:none;}
to:
#menubar .sitenav ul li a{ padding: 20px 25px !important; border-right: none !important; }
Forum: Plugins
In reply to: [XML Sitemap & Google News] Too many warningsThank you for the
define( 'WP_DEBUG_DISPLAY', false );
, I didn’t know about it. By the way, you made a great plugin. I’m waiting for the next version.@mcoolu, I confirm this again, but because it happened to me with other plugins too (at least with one), I can assume that this can be related to the server where WP is installed (cheap option/low resources), but also to the size of the updated plugin, and the SBS is not a small one.
Forum: Plugins
In reply to: [Salon Booking System] Wrong week calendarOr maybe you are using a caching plugin?