Title: kinggeneral's Replies | WordPress.org

---

# kinggeneral

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Quality Construction] Mobile : cannot click issue !](https://wordpress.org/support/topic/mobile-cannot-click-issue/)
 *  Thread Starter [kinggeneral](https://wordpress.org/support/users/kinggeneral/)
 * (@kinggeneral)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/mobile-cannot-click-issue/#post-9272050)
 * So after all i fix my own issue :
    by adding “col-xs-12” and disable the rightsidebar
   float
 * css to apply in your style.css :
 *     ```
       /* Portrait tablet to landscape and desktop */
       @media (min-width: 768px) and (max-width: 979px) {
           .right-sidebar .left-block {
               float: none; 
           }
       }
       ```
   
 * code to apply , please search in your theme this line, and add col-xs-12
 *     ```
         <?php if ($quality_construction_designlayout != 'no-sidebar') { ?>
             <div class="col-md-3 col-xs-12">
                  <?php get_sidebar(); ?>
             </div>
         <?php } ?>
       ```
   
 * i place that in every php that have no sidebar, and its work fine. all button
   can now be clicked well.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Quality Construction] zh_CN Language Problem](https://wordpress.org/support/topic/zh_cn-language-problem/)
 *  Thread Starter [kinggeneral](https://wordpress.org/support/users/kinggeneral/)
 * (@kinggeneral)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/zh_cn-language-problem/#post-9271953)
 * hi, finally i can do it so it’s good to see without ‘…’ in every description 
   text
 * i add this line : in every page of your templates.
 * <?php echo esc_html( wp_trim_words(get_the_content(), 255) ); ?>
 * so it will only trim when it reach 255 words.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Quality Construction] zh_CN Language Problem](https://wordpress.org/support/topic/zh_cn-language-problem/)
 *  Thread Starter [kinggeneral](https://wordpress.org/support/users/kinggeneral/)
 * (@kinggeneral)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/zh_cn-language-problem/#post-9269340)
 * in my case . i am using polylang ( the newest polylang Version 2.1.5 ) for multi
   language,
 * and this happen,
 * **but for the “Quality Welcome Message” that have character limiter, i place 
   it for 150 words and its works fine.
 * only happen in widget at front page
 * link : [https://prnt.sc/fp51dg](https://prnt.sc/fp51dg)
    -  This reply was modified 9 years, 1 month ago by [kinggeneral](https://wordpress.org/support/users/kinggeneral/).
      Reason: add link screenshot
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Quality Construction] Tree Listing CSS Problem (solution)](https://wordpress.org/support/topic/tree-listing-css-problem-solution/)
 *  Thread Starter [kinggeneral](https://wordpress.org/support/users/kinggeneral/)
 * (@kinggeneral)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/tree-listing-css-problem-solution/#post-9269304)
 * this works well for me.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Quality Construction] Mobile : cannot click issue !](https://wordpress.org/support/topic/mobile-cannot-click-issue/)
 *  Thread Starter [kinggeneral](https://wordpress.org/support/users/kinggeneral/)
 * (@kinggeneral)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/mobile-cannot-click-issue/#post-9269299)
 * i have search the treat of this issue, this issue started when resolution of 
   width is lower than 1000px
 * so when its 999px it will get bugged like this. (happen to form and woocommerce)

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