ctrlaltdelete
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Logo appearing blurry on home pageJust checking to see if the problem is still there?
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Collapsing sidebar menuOk. that is not simple 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="https://isitshakespeare.com/">Home</option> <option value="https://isitshakespeare.com/the-definite-2/">The Definite 2</option> <option value="https://isitshakespeare.com/the-usual-suspects/">The Usual Suspects</option> <option value="https://isitshakespeare.com/the-chandos/">The Chandos</option> <option value="https://isitshakespeare.com/the-minor-suspects/">The Minor Suspects</option> <option value="https://isitshakespeare.com/the-weird-suspects/">The Weird Suspects</option> <option value="https://isitshakespeare.com/the-missing-suspects/">The Missing Suspects</option> <option value="https://isitshakespeare.com/the-unknown-suspects/">The Unknown Suspects</option> <option value="https://isitshakespeare.com/the-fakes-and-forgeries/">The Fakes and Forgeries</option> <option value="https://isitshakespeare.com/the-friends/">The Friends</option> <option value="https://isitshakespeare.com/the-critics/">The Experts & Critics</option> <option value="https://isitshakespeare.com/the-institutes-owners/">The Institutes (owners)</option> <option value="https://isitshakespeare.com/the-science-of-proof/">The Science of Proof</option> <option value="https://isitshakespeare.com/the-possessions/">The Possessions</option> <option value="https://isitshakespeare.com/the-missing-limning/">The Missing Limning</option> <option value="https://isitshakespeare.com/the-timeline/">The Timeline of the Face</option> <option value="https://isitshakespeare.com/the-search/">The Search</option> <option value="https://isitshakespeare.com/the-reason/">The Reason</option> <option value="https://isitshakespeare.com/the-private-collection/">The Private Collection</option> <option value="https://isitshakespeare.com/the-words-of-will/">The Words of Will</option> <option value="https://isitshakespeare.com/the-links/">The Links</option> <option value="https://isitshakespeare.com/the-funding/">The Funding</option> <option value="https://isitshakespeare.com/contact-me-with-something/">Contact me with something good !</option> </select> </form>
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Reduce blank space in 2016Oh and this needs another set of brackets so:
@media screen and (min-width: 61.5625em) { .site-header { padding: 50px 4.5455% 40px; } }
Lovely.
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Reduce blank space in 2016You 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
In reply to: [Twenty Sixteen] Collapsing sidebar menuSo 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?
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
In reply to: [Twenty Sixteen] Hamburger menu on mobileHello, 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="https://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
In reply to: [Disable Embeds] Can the plugin be hacked?Have you been downloading “free” themes or plugins from non-official sources?
I changed Cache Control policy: to no-cache
See if it helps.This was supposed to be a review, delete it please.
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 4 years, 8 months ago by ctrlaltdelete.
@sanzeeb3 How do i change email though? i’m stuck with an address that no longer exist!
Forum: Plugins
In reply to: [W3 Total Cache] How to remove extensive code or hide using hard code?@vmarko Look here: 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 4 years, 9 months ago by ctrlaltdelete.
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Few suggestionsBlaz 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 4 years, 9 months ago by ctrlaltdelete.