Title: kmuth's Replies | WordPress.org

---

# kmuth

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Grid Gutenberg Blocks for News, Magazines, Blog Websites - PostX] Post Grid 2 meta position](https://wordpress.org/support/topic/post-grid-2-meta-position/)
 *  Thread Starter [kmuth](https://wordpress.org/support/users/kmuth/)
 * (@kmuth)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/post-grid-2-meta-position/#post-13117531)
 * Excellent. Glad to have been able to help! It’s a great plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Grid Gutenberg Blocks for News, Magazines, Blog Websites - PostX] Post Grid 2 meta position](https://wordpress.org/support/topic/post-grid-2-meta-position/)
 *  Thread Starter [kmuth](https://wordpress.org/support/users/kmuth/)
 * (@kmuth)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/post-grid-2-meta-position/#post-13110970)
 * Thanks for your quick reply. There’s a missing conditional at line 2320 of Post-
   List-2.php, so the value of metaPosition is getting ignored. Restoring the conditional
   there and at line 2343 fixed it for me.
 *     ```
       // Meta
       if( $attr['metaPosition'] =='top' ) {
           include ULTP_PATH.'blocks/template/meta.php';
       }
   
       // Title
       if ($title && $attr['titleShow'] && $attr['titlePosition'] == 0) {
           include ULTP_PATH.'blocks/template/title.php';
       }
   
       // Excerpt
       if(($idx == 0 || $attr['showSmallExcerpt']) && $attr['excerptShow']) {
           if ( $attr['showFullExcerpt']== 0 )  {
               $post_loop .= '<div class="ultp-block-excerpt">'
                   .ultimate_post()->excerpt($post_id, $attr['excerptLimit']
                   ).'</div>';
           } else {
           $post_loop .= '<div class="ultp-block-excerpt">'.get_the_excerpt().'</div>';
           }
       }
   
       // Read More
       if ($attr['readMore'] && ($idx == 0 || $attr['showSmallBtn'])) {
               $post_loop .= '<div class="ultp-block-readmore"><a href="'.$titlelink.'">' 
                   ($attr['readMoreText'] ? $attr['readMoreText'] : __( "Read More", 
                   "ultimate-post" )).ultimate_post()- 
                   >svg_icon($attr['readMoreIcon']).'</a>. 
                   </div>';
       }
   
       // Meta
       if( $attr['metaPosition'] =='bottom' ) {
            include ULTP_PATH.'blocks/template/meta.php';
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popup Builder - Create highly converting, mobile friendly marketing popups.] Popup content scroll disabled on iPad](https://wordpress.org/support/topic/popup-content-scroll-disabled-on-ipad/)
 *  Thread Starter [kmuth](https://wordpress.org/support/users/kmuth/)
 * (@kmuth)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/popup-content-scroll-disabled-on-ipad/#post-8368069)
 * Yes, reducing the default height solved the ‘close’ button issue on small mobile
   screens. Thank you!
 * I’ve now tested on Safari, Firefox, and Chrome for iPad, and none scroll popup
   content. Again, working perfectly on other devices.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Harmonic] Main navigation menu disappeared](https://wordpress.org/support/topic/main-navigation-menu-disappeared-2/)
 *  Thread Starter [kmuth](https://wordpress.org/support/users/kmuth/)
 * (@kmuth)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/main-navigation-menu-disappeared-2/#post-8270442)
 * Resolved. Something was broken in my child theme css. Wiped the file, redid it,
   and voila. Banner returned.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Harmonic] Main navigation menu disappeared](https://wordpress.org/support/topic/main-navigation-menu-disappeared-2/)
 *  Thread Starter [kmuth](https://wordpress.org/support/users/kmuth/)
 * (@kmuth)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/main-navigation-menu-disappeared-2/#post-8270268)
 * Addendum: The menu shows up in mobile and tablet views. Media query problem?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Zerif Lite] How to set custom og:image for home page?](https://wordpress.org/support/topic/how-to-set-custom-ogimage-for-home-page/)
 *  [kmuth](https://wordpress.org/support/users/kmuth/)
 * (@kmuth)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/how-to-set-custom-ogimage-for-home-page/#post-6325544)
 * liznz, how did you do it? I’m having the same problem.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Zerif Lite] Front Page Featured Image for Social Media](https://wordpress.org/support/topic/front-page-featured-image-for-social-media/)
 *  Thread Starter [kmuth](https://wordpress.org/support/users/kmuth/)
 * (@kmuth)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/front-page-featured-image-for-social-media/#post-7237824)
 * Apologies, my site: [http://knowtheory.org](http://knowtheory.org)
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Login Redirect](https://wordpress.org/support/topic/login-redirect-30/)
 *  Thread Starter [kmuth](https://wordpress.org/support/users/kmuth/)
 * (@kmuth)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/login-redirect-30/#post-7225858)
 * Cheers! Thanks for the help bcworkz.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Login Redirect](https://wordpress.org/support/topic/login-redirect-30/)
 *  Thread Starter [kmuth](https://wordpress.org/support/users/kmuth/)
 * (@kmuth)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/login-redirect-30/#post-7225825)
 * Ah, yes… the default works great, if someone’s logging in from, say, a comment
   section. But when they login from the menu, it sends them to the Dashboard. I
   want to keep them on the front end.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Login Redirect](https://wordpress.org/support/topic/login-redirect-30/)
 *  Thread Starter [kmuth](https://wordpress.org/support/users/kmuth/)
 * (@kmuth)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/login-redirect-30/#post-7225805)
 * Thanks for this, bcworkz, but I’ve tried inserting `$_SERVER['HTTP_REFERER']`
   in place of `home_url()`, which just loops the user back to the login page.

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