Title: eSaner's Replies | WordPress.org

---

# eSaner

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 57 total)

1 [2](https://wordpress.org/support/users/esaner/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/esaner/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/esaner/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/esaner/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Query Monitor] Can’t open overview in frontend](https://wordpress.org/support/topic/cant-open-overview-in-frontend/)
 *  [eSaner](https://wordpress.org/support/users/esaner/)
 * (@esaner)
 * [1 month, 3 weeks ago](https://wordpress.org/support/topic/cant-open-overview-in-frontend/page/2/#post-18880127)
 * Ah, right — panel at the bottom, that was how it worked. Temporarily enabling
   the admin toolbar is fine for our situation. No idea how much effort it would
   take, but an option for output in browser devtools would be neat. Thanks for 
   all your work on this!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Query Monitor] Can’t open overview in frontend](https://wordpress.org/support/topic/cant-open-overview-in-frontend/)
 *  [eSaner](https://wordpress.org/support/users/esaner/)
 * (@esaner)
 * [1 month, 3 weeks ago](https://wordpress.org/support/topic/cant-open-overview-in-frontend/#post-18879390)
 * Had a similar issue, but the theme was returning ‘false’ for the ‘show_admin_bar’
   filter for all users. IIRC, in previous versions of Query Monitor the admin bar
   would still show on the frontend once Query Monitor was activated. We fixed the
   issue by returning ‘true’ for situations where Query Monitor will be used.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Links To] Error introduced in v3.4](https://wordpress.org/support/topic/error-introduced-in-v3-4/)
 *  [eSaner](https://wordpress.org/support/users/esaner/)
 * (@esaner)
 * [2 months ago](https://wordpress.org/support/topic/error-introduced-in-v3-4/#post-18873174)
 * I encountered the same error. I was filtering ‘page-links-to-post-types’ to exclude
   some custom post types by unsetting them from the return array. The error went
   away when I changed the filter to return an array of post types to include.
   add_filter(‘
   page-links-to-post-types’, fn() => [‘page’, ‘post’]);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minify HTML] schema.org data not minified](https://wordpress.org/support/topic/schema-org-data-not-minified/)
 *  Thread Starter [eSaner](https://wordpress.org/support/users/esaner/)
 * (@esaner)
 * [1 year, 12 months ago](https://wordpress.org/support/topic/schema-org-data-not-minified/#post-17821408)
 * Thanks for the quick response! It would be a nice feature, if possible.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Splide Carousel Block] Pause/Play button](https://wordpress.org/support/topic/pause-play-button-2/)
 *  Thread Starter [eSaner](https://wordpress.org/support/users/esaner/)
 * (@esaner)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/pause-play-button-2/#post-16505516)
 * So fast! Works as expected. Many thanks! A helpful future improvement would be
   some hooks to allow re-ordering of control and carousel elements. Wouldn’t need
   to be gui controls. Sometimes tabbing first to a pause button is preferred (or
   some other arrangement). Thanks again.
    -  This reply was modified 3 years, 3 months ago by [eSaner](https://wordpress.org/support/users/esaner/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider by Supsystic] Twig error makes plugin incompatible with Shield Security plugin](https://wordpress.org/support/topic/twig-error-makes-plugin-incompatible-with-shield-security-plugin/)
 *  Thread Starter [eSaner](https://wordpress.org/support/users/esaner/)
 * (@esaner)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/twig-error-makes-plugin-incompatible-with-shield-security-plugin/#post-12434140)
 * Shield is using Twig 1.42.2, Slider by Supsystic is Twig 1.33.2.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Logo not changing size](https://wordpress.org/support/topic/logo-not-changing-size/)
 *  [eSaner](https://wordpress.org/support/users/esaner/)
 * (@esaner)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/logo-not-changing-size/#post-12375313)
 * The easiest place to modify CSS will probably be in the Customizer (from WP admin:
   Appearance > Customize). There is a place there to add CSS to your site. Modifying
   your theme files is not recommended because a theme update could overwrite your
   changes. If you prefer to make your CSS changes in a file, you should create 
   a child theme.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [vertical scrollbar removal](https://wordpress.org/support/topic/vertical-scrollbar-removal/)
 *  [eSaner](https://wordpress.org/support/users/esaner/)
 * (@esaner)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/vertical-scrollbar-removal/#post-12374635)
 * I do not see a vertical scrollbar (chrome and firefox); only a horizontal scrollbar.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Logo not changing size](https://wordpress.org/support/topic/logo-not-changing-size/)
 *  [eSaner](https://wordpress.org/support/users/esaner/)
 * (@esaner)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/logo-not-changing-size/#post-12374613)
 * Your theme contains the following css, which limits the height of your logo to
   32px.
 *     ```
       header.main .hbox .logo img {
           width: auto;
           height: 32px;
       }
       ```
   
 * I would first recommend cropping your logo file as close as possible to the visual
   content. The extra blank space in the image file above and below the visual content
   is partly why it is currently displaying so small. If it’s still too small after
   cropping it, then some additional css tweaks may be necessary.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Footnotes Made Easy] Server issues](https://wordpress.org/support/topic/server-issues-3/)
 *  [eSaner](https://wordpress.org/support/users/esaner/)
 * (@esaner)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/server-issues-3/#post-11444322)
 * Deleting and reinstalling with wp-cli did not work for me. I had to do it from
   WP admin, then it worked.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Simple Melody] ‘melody_render_title’ not found or invalid function name](https://wordpress.org/support/topic/melody_render_title-not-found-or-invalid-function-name/)
 *  Thread Starter [eSaner](https://wordpress.org/support/users/esaner/)
 * (@esaner)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/melody_render_title-not-found-or-invalid-function-name/#post-10042561)
 * Yeah I see that it checks for versions older than 4.1, but the site is on 4.9.4.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Postman SMTP Mailer/Email Log] TIME TO LOOK FOR ANOTHER PLUGIN](https://wordpress.org/support/topic/time-to-look-for-another-plugin/)
 *  [eSaner](https://wordpress.org/support/users/esaner/)
 * (@esaner)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/time-to-look-for-another-plugin/#post-9470334)
 * [@nuvopoint](https://wordpress.org/support/users/nuvopoint/) is correct. This
   should be noted in plugin documentation.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy HTTPS Redirection (SSL)] Plugin fails on wordpress installs with their own Subdirectory](https://wordpress.org/support/topic/plugin-fails-on-wordpress-installs-with-their-own-subdirectory/)
 *  [eSaner](https://wordpress.org/support/users/esaner/)
 * (@esaner)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/plugin-fails-on-wordpress-installs-with-their-own-subdirectory/#post-8708504)
 * I had this same problem. I believe the issue is with https-rules-helper.php lines
   15. Using ABSPATH will return the wrong directory for the .htaccess file if your
   install looks like this (/root):
 * /wp/ (core files)
    /wp-content/ (plugins, themes, uploads) /index.php /wp-config.
   php /.htaccess
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Menu Item Visibility Control] WordPress 4.3](https://wordpress.org/support/topic/wordpress-43-47/)
 *  [eSaner](https://wordpress.org/support/users/esaner/)
 * (@esaner)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/wordpress-43-47/page/2/#post-6470545)
 * So fast! Thanks! Would be great if you could take over this plugin.
 * Just to clarify, this worked for me when the closing bracket for that IF statement
   goes after the IF and ELSEIF statements that immediately follow it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Menu Item Visibility Control] WordPress 4.3](https://wordpress.org/support/topic/wordpress-43-47/)
 *  [eSaner](https://wordpress.org/support/users/esaner/)
 * (@esaner)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/wordpress-43-47/page/2/#post-6470543)
 * Thanks, Ryan. I just installed your updated version of the plugin and it works,
   but I get the following error when I add a menu item to menu:
 * Notice: Undefined index: menu-item-visibility in /var/www/wordpress/wp-content/
   plugins/menu-item-visibility-control/init.php on line 79

Viewing 15 replies - 1 through 15 (of 57 total)

1 [2](https://wordpress.org/support/users/esaner/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/esaner/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/esaner/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/esaner/replies/page/2/?output_format=md)