Title: ctrlaltdelete's Replies - page 2 | WordPress.org

---

# ctrlaltdelete

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 203 total)

[←](https://wordpress.org/support/users/ctrlaltdelete/replies/?output_format=md)
[1](https://wordpress.org/support/users/ctrlaltdelete/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/ctrlaltdelete/replies/page/3/?output_format=md)…
[12](https://wordpress.org/support/users/ctrlaltdelete/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/ctrlaltdelete/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/ctrlaltdelete/replies/page/14/?output_format=md)
[→](https://wordpress.org/support/users/ctrlaltdelete/replies/page/3/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Sixteen] Logo appearing blurry on home page](https://wordpress.org/support/topic/logo-appearing-blurry-on-home-page/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/logo-appearing-blurry-on-home-page/#post-13232273)
 * Just checking to see if the problem is still there?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Sixteen] Collapsing sidebar menu](https://wordpress.org/support/topic/collapsing-sidebar-menu/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/collapsing-sidebar-menu/#post-13229265)
 * Ok. that is [not simple](https://wordpress.stackexchange.com/questions/27497/how-to-use-wp-nav-menu-to-create-a-select-menu-dropdown)
   to do at all.
 * I would rethink the whole menu. Do you really need so many items? Could be overwhelming
   for users. Maybe instead link to a category or tag that contains group of posts?
 * But to offer a solution: you could create your own dropdown to put on a simple
   HTML sidebar widget using html:
 *     ```
       <form name="mymenu" action="" method="post">
       <select onchange="window.location.href=this.value">
       <option value="" disabled selected>Menu</option>
       <option value="http://isitshakespeare.com/">Home</option> 
       <option value="http://isitshakespeare.com/the-definite-2/">The Definite 2</option> 
       <option value="http://isitshakespeare.com/the-usual-suspects/">The Usual Suspects</option> 
       <option value="http://isitshakespeare.com/the-chandos/">The Chandos</option> 
       <option value="http://isitshakespeare.com/the-minor-suspects/">The Minor Suspects</option> 
       <option value="http://isitshakespeare.com/the-weird-suspects/">The Weird Suspects</option> 
       <option value="http://isitshakespeare.com/the-missing-suspects/">The Missing Suspects</option> 
       <option value="http://isitshakespeare.com/the-unknown-suspects/">The Unknown Suspects</option> 
       <option value="http://isitshakespeare.com/the-fakes-and-forgeries/">The Fakes and Forgeries</option> 
       <option value="http://isitshakespeare.com/the-friends/">The Friends</option> 
       <option value="http://isitshakespeare.com/the-critics/">The Experts & Critics</option> 
       <option value="http://isitshakespeare.com/the-institutes-owners/">The Institutes (owners)</option> 
       <option value="http://isitshakespeare.com/the-science-of-proof/">The Science of Proof</option> 
       <option value="http://isitshakespeare.com/the-possessions/">The Possessions</option> 
       <option value="http://isitshakespeare.com/the-missing-limning/">The Missing Limning</option> 
       <option value="http://isitshakespeare.com/the-timeline/">The Timeline of the Face</option> 
       <option value="http://isitshakespeare.com/the-search/">The Search</option> 
       <option value="http://isitshakespeare.com/the-reason/">The Reason</option> 
       <option value="http://isitshakespeare.com/the-private-collection/">The Private Collection</option> 
       <option value="http://isitshakespeare.com/the-words-of-will/">The Words of Will</option> 
       <option value="http://isitshakespeare.com/the-links/">The Links</option> 
       <option value="http://isitshakespeare.com/the-funding/">The Funding</option> 
       <option value="http://isitshakespeare.com/contact-me-with-something/">Contact me with something good !</option>                   
       </select>
       </form>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Sixteen] Reduce blank space in 2016](https://wordpress.org/support/topic/reduce-blank-space-in-2016-2/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/reduce-blank-space-in-2016-2/#post-13224555)
 * Oh and this needs another set of brackets so:
 *     ```
       @media screen and (min-width: 61.5625em) {
       .site-header {
           padding: 50px 4.5455% 40px;
       }
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Sixteen] left aligned images act like there’s an image where there isn’t](https://wordpress.org/support/topic/left-aligned-images-act-like-theres-an-image-where-there-isnt/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/left-aligned-images-act-like-theres-an-image-where-there-isnt/#post-13224543)
 * Lovely.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Sixteen] Reduce blank space in 2016](https://wordpress.org/support/topic/reduce-blank-space-in-2016-2/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/reduce-blank-space-in-2016-2/#post-13221974)
 * You need to change the CSS, this bit:
 *     ```
       @media screen and (min-width: 61.5625em)
       .site-header {
           padding: 5.25em 4.5455%;
       }
       ```
   
 * The first number (5.25em) **is both** the top and bottom spaces you see, the 
   percentage (4.5455%) is the padding of the sides (both left and right).
 * So to the request, you want to adjust each separately. you would need to edit
   your style.css file (maybe on a child theme) at the bottom add:
 *     ```
       @media screen and (min-width: 61.5625em)
       .site-header {
           padding: 50px 4.5455% 40px;
       }
       ```
   
 * Where 50px is the top space in pixels and 40px is the bottom.
 * Hope that works.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Sixteen] Collapsing sidebar menu](https://wordpress.org/support/topic/collapsing-sidebar-menu/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/collapsing-sidebar-menu/#post-13221937)
 * So you want the site main menu to be on the sidebar instead of the header top?
   And it’s gotta be a drop-down menu?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Sixteen] left aligned images act like there’s an image where there isn’t](https://wordpress.org/support/topic/left-aligned-images-act-like-theres-an-image-where-there-isnt/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/left-aligned-images-act-like-theres-an-image-where-there-isnt/#post-13221759)
 * As a quick fix you could reduce the text on “Basketweave Lace Shawl/Shawlette
   by Riin” if you cut it exactly there the last image will go under it. Alternatively
   put the image with the long text last.
 * It could be fixed by setting a fixed height for the boxes but i don’t want to
   overwhelm you with code.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Sixteen] Hamburger menu on mobile](https://wordpress.org/support/topic/hamburger-menu-on-mobile/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/hamburger-menu-on-mobile/#post-13221605)
 * Hello, i will share with you a method to achieve that:
 * Edit the file “**header.php**” (maybe use a child theme?)
 * Line 50: `<button id="menu-toggle" class="menu-toggle"><?php _e( 'Menu', 'twentysixteen');?
   ></button>`
 * Delete that line, replace with:
 * `<button id="menu-toggle" class="menu-toggle"><svg aria-hidden="true" focusable
   ="false" data-prefix="fas" data-icon="bars" style="width:22px" role="img" xmlns
   ="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor"
   d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0
   67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-
   8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 
   160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-
   16 16v40c0 8.837 7.163 16 16 16z"></path></svg></button>`
 * This method uses inline SVG graphics, no png images. let me know if it works 
   for you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disable Embeds] Can the plugin be hacked?](https://wordpress.org/support/topic/can-the-plugin-be-hacked/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/can-the-plugin-be-hacked/#post-13147429)
 * Have you been downloading “free” themes or plugins from non-official sources?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Home page doesn’t show latest version unless manually refreshed](https://wordpress.org/support/topic/home-page-doesnt-show-latest-version-unless-manually-refreshed/)
 *  Thread Starter [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/home-page-doesnt-show-latest-version-unless-manually-refreshed/#post-13142832)
 * I changed Cache Control policy: to no-cache
    See if it helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disable URL Autocorrect Guessing] Must have plugin works in WP 5.4.2 (July 2020)](https://wordpress.org/support/topic/must-have-plugin-works-in-wp-5-4-2-july-2020/)
 *  Thread Starter [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/must-have-plugin-works-in-wp-5-4-2-july-2020/#post-13132986)
 * This was supposed to be a review, delete it please.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] can’t change ‘from email’](https://wordpress.org/support/topic/cant-change-from-email-3/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/cant-change-from-email-3/#post-13061020)
 * hello, thanks for your reply.
    The authorized gmail account no longer exists 
   so that authorization is not worth anything any more. I had to select a different
   mailer. Save, and select again gmail for it to be cleared. It’s not very intuitive.
   I think it’s a workaround. But got the job done. If i’m not allowed to remove
   that email address then i am not able to authorize a new working gmail address.
   that can’t be.
    -  This reply was modified 6 years, 2 months ago by [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] can’t change ‘from email’](https://wordpress.org/support/topic/cant-change-from-email-3/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/cant-change-from-email-3/#post-13046299)
 * [@sanzeeb3](https://wordpress.org/support/users/sanzeeb3/) How do i change email
   though? i’m stuck with an address that no longer exist!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] How to remove extensive code or hide using hard code?](https://wordpress.org/support/topic/how-to-remove-extensive-code-or-hide-using-hard-code/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/how-to-remove-extensive-code-or-hide-using-hard-code/#post-13042896)
 * [@vmarko](https://wordpress.org/support/users/vmarko/) Look here: [https://github.com/W3EDGE/w3-total-cache/blob/master/Generic_Plugin.php#L224](https://github.com/W3EDGE/w3-total-cache/blob/master/Generic_Plugin.php#L224)
 * It can be disabled like so:
 *     ```
       add_action('wp_enqueue_scripts', 'kill_admin_bar_style',11);
       function kill_admin_bar_style() {
       wp_deregister_style( 'admin-bar' );
       }
       ```
   
 * But that will make the admin bar look unusable.
    -  This reply was modified 6 years, 2 months ago by [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rate My Post - Star Rating Plugin by FeedbackWP] Few suggestions](https://wordpress.org/support/topic/few-suggestions-6/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/few-suggestions-6/#post-12945812)
 * Blaz i just want to say. I installed this plugin because it did the same my 1.50
   MB plugin did in 150 KB (zipped, both).
    Please don’t overdevelop it into oblivion,
   it’s a mistake the majority of wp-plugins devs do.
 * Some do optional “addons”, if you go that route by all means go nuts. I’ll just
   get the basic functionality, everybody’s happy.
    -  This reply was modified 6 years, 3 months ago by [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/).

Viewing 15 replies - 16 through 30 (of 203 total)

[←](https://wordpress.org/support/users/ctrlaltdelete/replies/?output_format=md)
[1](https://wordpress.org/support/users/ctrlaltdelete/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/ctrlaltdelete/replies/page/3/?output_format=md)…
[12](https://wordpress.org/support/users/ctrlaltdelete/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/ctrlaltdelete/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/ctrlaltdelete/replies/page/14/?output_format=md)
[→](https://wordpress.org/support/users/ctrlaltdelete/replies/page/3/?output_format=md)