Title: singhal1992's Replies | WordPress.org

---

# singhal1992

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] How to create a header element with custom alignment](https://wordpress.org/support/topic/how-to-create-a-header-element-with-custom-alignment/)
 *  Thread Starter [singhal1992](https://wordpress.org/support/users/singhal1992/)
 * (@singhal1992)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/how-to-create-a-header-element-with-custom-alignment/#post-14699035)
 * Thanks Leo, will do. Either ways, I have been able to create the shortcode to
   fetch the date and get the required data. Would you be able to help with the 
   CSS?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] How to create a header element with custom alignment](https://wordpress.org/support/topic/how-to-create-a-header-element-with-custom-alignment/)
 *  Thread Starter [singhal1992](https://wordpress.org/support/users/singhal1992/)
 * (@singhal1992)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/how-to-create-a-header-element-with-custom-alignment/#post-14698876)
 * Hello, how can I login into premium support, I don’t think I have an account,
   but I do have the license key
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Generate press category page taking long to load](https://wordpress.org/support/topic/generate-press-category-page-taking-long-to-load/)
 *  Thread Starter [singhal1992](https://wordpress.org/support/users/singhal1992/)
 * (@singhal1992)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/generate-press-category-page-taking-long-to-load/#post-13492785)
 * Thanks David. The hosting provider came back and, they found out that there were
   high RAM usage problems on the server on which the site is hosted.
 * The issue seems to be resolved now. thanks for your help again 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Generate press category page taking long to load](https://wordpress.org/support/topic/generate-press-category-page-taking-long-to-load/)
 *  Thread Starter [singhal1992](https://wordpress.org/support/users/singhal1992/)
 * (@singhal1992)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/generate-press-category-page-taking-long-to-load/#post-13492367)
 * I am using this plugin, I do some delays for database queries seemed to be caused
   by the gp-premium plugin. Please find the screenshot link.
 * [Query Monitor ](https://ibb.co/7WFZmXB)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Generate press category page taking long to load](https://wordpress.org/support/topic/generate-press-category-page-taking-long-to-load/)
 *  Thread Starter [singhal1992](https://wordpress.org/support/users/singhal1992/)
 * (@singhal1992)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/generate-press-category-page-taking-long-to-load/#post-13491979)
 * Hello David – thanks for the response. Is there a way to narrow down the issue
   to the host or if it is related to wordpress?
    I checked with the host (siteground),
   and they seem to suggest that the issue could be with how wordpress is setup,
   maybe a plugin.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Restrict the height of the sidebar](https://wordpress.org/support/topic/restrict-the-height-of-the-sidebar/)
 *  Thread Starter [singhal1992](https://wordpress.org/support/users/singhal1992/)
 * (@singhal1992)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/restrict-the-height-of-the-sidebar/#post-13336974)
 * Made it to work by adding as a before_footer hook. But it didn’t quiet add it
   in the container div, so had to add the css classes within the hook.
 *     ```
       <div class="inside-article">
       	<div class="hfeed site grid-container container grid-parent">
       		<h3 class="section-title">Home Appliances</h3>
       		<div class="wpsp-table">[wp_show_posts id="3140"]</div>
       		<div> </div>
       		<h3 class="section-title">Kitchen Appliances</h3>
       		<div class="wpsp-table">[wp_show_posts id="3146"]</div>
       	</div>
       </div>
       ```
   
 * Does this look okay ?
    -  This reply was modified 5 years, 8 months ago by [singhal1992](https://wordpress.org/support/users/singhal1992/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Restrict the height of the sidebar](https://wordpress.org/support/topic/restrict-the-height-of-the-sidebar/)
 *  Thread Starter [singhal1992](https://wordpress.org/support/users/singhal1992/)
 * (@singhal1992)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/restrict-the-height-of-the-sidebar/#post-13336635)
 * Hi, thanks for the response. As suggested, I tried creating a hook. So, the intent
   is that the Home Appliances Section & the Kitchen Appliances Section should take
   the complete width of the container after the main content.
 * Even with this hook, the sidebar area is taken. Am I using an incorrect hook?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Dispatch wp post mobile align horizontal](https://wordpress.org/support/topic/dispatch-wp-post-mobile-align-horizontal/)
 *  Thread Starter [singhal1992](https://wordpress.org/support/users/singhal1992/)
 * (@singhal1992)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/dispatch-wp-post-mobile-align-horizontal/#post-13329981)
 * Marking resolved. Thanks again for the help 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Dispatch wp post mobile align horizontal](https://wordpress.org/support/topic/dispatch-wp-post-mobile-align-horizontal/)
 *  Thread Starter [singhal1992](https://wordpress.org/support/users/singhal1992/)
 * (@singhal1992)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/dispatch-wp-post-mobile-align-horizontal/#post-13329438)
 * understood, thanks.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Dispatch wp post mobile align horizontal](https://wordpress.org/support/topic/dispatch-wp-post-mobile-align-horizontal/)
 *  Thread Starter [singhal1992](https://wordpress.org/support/users/singhal1992/)
 * (@singhal1992)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/dispatch-wp-post-mobile-align-horizontal/#post-13329244)
 * One last question, on the desktop view for align, is there a way to reduce the
   width and height of the image. And since there would be more horizontal space
   for the title and excerpt, they should align with the image in the reduced height.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Dispatch wp post mobile align horizontal](https://wordpress.org/support/topic/dispatch-wp-post-mobile-align-horizontal/)
 *  Thread Starter [singhal1992](https://wordpress.org/support/users/singhal1992/)
 * (@singhal1992)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/dispatch-wp-post-mobile-align-horizontal/#post-13329150)
 * Worked like a charm. Thanks for all the help David 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Dispatch wp post mobile align horizontal](https://wordpress.org/support/topic/dispatch-wp-post-mobile-align-horizontal/)
 *  Thread Starter [singhal1992](https://wordpress.org/support/users/singhal1992/)
 * (@singhal1992)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/dispatch-wp-post-mobile-align-horizontal/#post-13328801)
 * Thanks, that’s what I was going to ask you. The meta is already set to below 
   title on the list. This css is overriding that:
 *     ```
       .generate-columns-container article .entry-header, .wp-show-posts-entry-header {
           display: -webkit-box;
           display: -ms-flexbox;
           display: flex;
           -webkit-box-orient: vertical;
           -webkit-box-direction: reverse;
           -ms-flex-direction: column-reverse;
           flex-direction: column-reverse;
       }
       ```
   
 * I think this is intended to keep the category above the title in the magazine
   grid. Is there a way to disable this for the lists other than the magazine grid?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Dispatch wp post mobile align horizontal](https://wordpress.org/support/topic/dispatch-wp-post-mobile-align-horizontal/)
 *  Thread Starter [singhal1992](https://wordpress.org/support/users/singhal1992/)
 * (@singhal1992)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/dispatch-wp-post-mobile-align-horizontal/#post-13328536)
 * Did some modifications to the css you sent.
 *     ```
       @media(max-width: 420px) {
           .wpsp-align .wp-show-posts-single {
       		margin-bottom: 0px !important;
           }
           .wpsp-align .wp-show-posts-inner .wp-show-posts-image {
               max-width: 120px;
               margin-right: 1em;
           }
   
           .wpsp-align .wp-show-posts-inner .wp-show-posts-entry-summary {
               display: none;
           }
           .wpsp-align .wp-show-posts-inner .wp-show-posts-entry-title{
       		font-size: 16px;
           }
       }
       ```
   
 * Can you please check if this looks okay?
    -  This reply was modified 5 years, 8 months ago by [singhal1992](https://wordpress.org/support/users/singhal1992/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Dispatch wp post mobile align horizontal](https://wordpress.org/support/topic/dispatch-wp-post-mobile-align-horizontal/)
 *  Thread Starter [singhal1992](https://wordpress.org/support/users/singhal1992/)
 * (@singhal1992)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/dispatch-wp-post-mobile-align-horizontal/#post-13328335)
 * Hi David, thanks for the response.
 * The css has helped with the alignment on mobile per as I wanted. A couple of 
   more things I want (to make it similar to the one here: [https://www.kitchenarena.in/](https://www.kitchenarena.in/))
 * 1. The image seems to be zoomed in, I want the full image and occupying 1/3rd
   of the width of mobile while preserving the aspect ratio (I understand that the
   height can be different then for different posts – which is ok).
    2. Date should
   appear below the title 3. The font of the title should be reduced
 * ideally, same as the one here: [https://www.kitchenarena.in/](https://www.kitchenarena.in/)
 * Thank you

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