Title: 2CAN's Replies | WordPress.org

---

# 2CAN

  [  ](https://wordpress.org/support/users/2can/)

 *   [Profile](https://wordpress.org/support/users/2can/)
 *   [Topics Started](https://wordpress.org/support/users/2can/topics/)
 *   [Replies Created](https://wordpress.org/support/users/2can/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/2can/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/2can/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/2can/engagements/)
 *   [Favorites](https://wordpress.org/support/users/2can/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[History Timeline for Biography, Company History & Event Timeline] Double Timeline](https://wordpress.org/support/topic/double-timeline/)
 *  Thread Starter [2CAN](https://wordpress.org/support/users/2can/)
 * (@2can)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/double-timeline/#post-13652864)
 * 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?!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[History Timeline for Biography, Company History & Event Timeline] Double Timeline](https://wordpress.org/support/topic/double-timeline/)
 *  Thread Starter [2CAN](https://wordpress.org/support/users/2can/)
 * (@2can)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/double-timeline/#post-13652779)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] Account attivation](https://wordpress.org/support/topic/account-attivation/)
 *  Thread Starter [2CAN](https://wordpress.org/support/users/2can/)
 * (@2can)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/account-attivation/#post-13116333)
 * hi, 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, 11 months ago by [2CAN](https://wordpress.org/support/users/2can/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Salon Booking System - Free Version] Translation problem](https://wordpress.org/support/topic/translation-problem-142/)
 *  Thread Starter [2CAN](https://wordpress.org/support/users/2can/)
 * (@2can)
 * [6 years ago](https://wordpress.org/support/topic/translation-problem-142/#post-12960514)
 * it works! thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Salon Booking System - Free Version] Translation problem](https://wordpress.org/support/topic/translation-problem-142/)
 *  Thread Starter [2CAN](https://wordpress.org/support/users/2can/)
 * (@2can)
 * [6 years ago](https://wordpress.org/support/topic/translation-problem-142/#post-12953338)
 * if you see here [https://www.transifex.com/wp-translations/salon-booking-system/](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Salon Booking System - Free Version] Not enough time for](https://wordpress.org/support/topic/not-enough-time-for/)
 *  Thread Starter [2CAN](https://wordpress.org/support/users/2can/)
 * (@2can)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/not-enough-time-for/#post-12485893)
 * i close
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Salon Booking System - Free Version] Not enough time for](https://wordpress.org/support/topic/not-enough-time-for/)
 *  Thread Starter [2CAN](https://wordpress.org/support/users/2can/)
 * (@2can)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/not-enough-time-for/#post-12481599)
 * Hi, 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 you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Salon Booking System - Free Version] Not enough time for](https://wordpress.org/support/topic/not-enough-time-for/)
 *  Thread Starter [2CAN](https://wordpress.org/support/users/2can/)
 * (@2can)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/not-enough-time-for/#post-12469832)
 * can you tell me what am i doing wrong?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Woocommerce Attributes Link](https://wordpress.org/support/topic/woocommerce-attributes-link/)
 *  Thread Starter [2CAN](https://wordpress.org/support/users/2can/)
 * (@2can)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/woocommerce-attributes-link/#post-11716988)
 * This 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Woocommerce Attributes Link](https://wordpress.org/support/topic/woocommerce-attributes-link/)
 *  Thread Starter [2CAN](https://wordpress.org/support/users/2can/)
 * (@2can)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/woocommerce-attributes-link/#post-11714914)
 * hi,
    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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Custom field](https://wordpress.org/support/topic/custom-field-52/)
 *  Thread Starter [2CAN](https://wordpress.org/support/users/2can/)
 * (@2can)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/custom-field-52/#post-7124421)
 * great! it’s work with _billing_myfield5
 * i dont’ know why, it is not an hidden field.
 * anyway, thankyou
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Custom field](https://wordpress.org/support/topic/custom-field-52/)
 *  Thread Starter [2CAN](https://wordpress.org/support/users/2can/)
 * (@2can)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/custom-field-52/#post-7124418)
 * I 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

Viewing 12 replies - 1 through 12 (of 12 total)