Title: thinh94's Replies | WordPress.org

---

# thinh94

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Min and Max Quantity for WooCommerce] Custom / Changing Quantity Notification Message](https://wordpress.org/support/topic/custom-changing-quantity-notification-message/)
 *  Thread Starter [thinh94](https://wordpress.org/support/users/thinh94/)
 * (@thinh94)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/custom-changing-quantity-notification-message/#post-12691109)
 * Hello [@razyrx](https://wordpress.org/support/users/razyrx/),
 * thank you for your fast answer.
 * It worked out with Loco Translate.
 * Again, thank you very much.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[LuckyWP Table of Contents] Awesome Plugin & even better support!](https://wordpress.org/support/topic/awesome-plugin-even-better-support-17/)
 *  Thread Starter [thinh94](https://wordpress.org/support/users/thinh94/)
 * (@thinh94)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/awesome-plugin-even-better-support-17/#post-12625535)
 * [@jdembowski](https://wordpress.org/support/users/jdembowski/) Hey, thank you
   for telling and removing them. I didn’t know that.
    -  This reply was modified 6 years, 4 months ago by [thinh94](https://wordpress.org/support/users/thinh94/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Stackable - Page Builder Gutenberg Blocks] Automatically toggle / open accordion block after clicking anchor / link](https://wordpress.org/support/topic/automatically-toggle-open-accordion-block-after-clicking-anchor-link/)
 *  Thread Starter [thinh94](https://wordpress.org/support/users/thinh94/)
 * (@thinh94)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/automatically-toggle-open-accordion-block-after-clicking-anchor-link/#post-12625202)
 * I got a [solution](https://wordpress.org/support/topic/automatically-toggle-open-accordion-block-after-clicking-anchor-link-2/)!
   🙂
    The [creator ](https://wordpress.org/support/users/theluckywp/)of the ToC
   Plugin provided one which is working perfectly with the stackable accordion.
 *     ```
       (function($){
       	$(function(){
       		$('.lwptoc_item A').click(function(){
       			var $target = $($(this).attr('href'));
       			if ($target.length) {				
       				$target.parents('.ugb-accordion').each(function(){
       					var $this = $(this);
       					if (!$this.hasClass('ugb-accordion--open')) {
       						$this.addClass('ugb-accordion--open');
       					}
       				});
       			}
       		});
       	});
       })(jQuery);
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LuckyWP Table of Contents] Automatically toggle / open accordion block after clicking anchor / link](https://wordpress.org/support/topic/automatically-toggle-open-accordion-block-after-clicking-anchor-link-2/)
 *  Thread Starter [thinh94](https://wordpress.org/support/users/thinh94/)
 * (@thinh94)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/automatically-toggle-open-accordion-block-after-clicking-anchor-link-2/#post-12625196)
 * Hello [@theluckywp](https://wordpress.org/support/users/theluckywp/) !
    Thank
   you so much, this is working perfectly!
 * First I didn’t know how to add the script and then I found your Plugin: LuckyWP
   Scripts Control. You’re awesome!
 * Much appreciated 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Product Review Lite] Changing the HTML Heading Tags used in the review box](https://wordpress.org/support/topic/changing-the-html-heading-tags-used-in-the-review-box/)
 *  Thread Starter [thinh94](https://wordpress.org/support/users/thinh94/)
 * (@thinh94)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/changing-the-html-heading-tags-used-in-the-review-box/#post-12611327)
 * Again, thank you very much. I’ll try to find a workaround with the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Product Review Lite] Changing the HTML Heading Tags used in the review box](https://wordpress.org/support/topic/changing-the-html-heading-tags-used-in-the-review-box/)
 *  Thread Starter [thinh94](https://wordpress.org/support/users/thinh94/)
 * (@thinh94)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/changing-the-html-heading-tags-used-in-the-review-box/#post-12609241)
 * Sorry, I think I found the solution.
    [https://docs.themeisle.com/article/132-how-to-change-the-html-tags-option-name](https://docs.themeisle.com/article/132-how-to-change-the-html-tags-option-name)
 * I’ll try later. Status resolved for now.
 * —
    edit: status unsolved again 🙁 I don’t really understand what to do.
    -  This reply was modified 6 years, 4 months ago by [thinh94](https://wordpress.org/support/users/thinh94/).

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