2CAN
Forum Replies Created
-
i tried to change the layout of second timeline to Horizontal 9 and it works!
may be te problem is that plugin set “<div id=”timeline-horizontal-6″……” and ID must be unique?!
I,
i used “Horizontal 6”.
I forced css to set height to height: 33vh.
I have 12 point in timeline, and i need to create a sort of wall, with 6 dates on top, and 6 dates on bottom, so i thinked to insert 2 different timeline with 6 dates each.Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Account attivationhi, can anyone help me? is it possible that there is not even a link to send the confirmation email again?
- This reply was modified 5 years, 10 months ago by 2CAN.
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Translation problemit works! thanks
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Translation problemif you see here https://www.transifex.com/wp-translations/salon-booking-system/
Italian (Italy)
99.8%italian is already translated
The strange thing that happens to me is that some things are translated, but others are not
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Not enough time fori close
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Not enough time forHi, i changed Booking rules to Basic, because i have only to book a service every 15 minutes.
I set Duration of session to 15 min, no offset between prenotation.
The service is only 1, No staff member required.
I have this trouble again “Insufficient time for this service”
Can you help me?
Thank youForum: Plugins
In reply to: [Salon Booking System - Free Version] Not enough time forcan you tell me what am i doing wrong?
Forum: Fixing WordPress
In reply to: Woocommerce Attributes LinkThis is the solutions, solved in another forum by user itzmekhokan
_____________________
Add the follows code snippet in your active theme’s functions.php –
function filter_woocommerce_attribute_value( $value ) { return preg_replace( '#<a.*?>([^>]*)</a>#i', '$1', $value ); } add_filter( 'woocommerce_attribute', 'filter_woocommerce_attribute_value', 99 );Forum: Fixing WordPress
In reply to: Woocommerce Attributes Linkhi,
i know how to override the page, i already use a child theme.
what i need is how to call only the attribute name, because
wp_kses_post( $product_attribute['value'] )creates html code inclusive the link
Thank’s
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Custom fieldgreat! it’s work with _billing_myfield5
i dont’ know why, it is not an hidden field.
anyway, thankyou
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Custom fieldI had already tried but it does not work.
I tried also “billing_myfield5” that is the id of field. does not work.any suggestion?
Thank you