glenlipka
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Make Post Excerpt ClickableI ended up going a different route. I added in a cover block wrapping the H1 and Post Excerpt using the Stretch Link property. It would be smart for the theme editors to make this property available on the group block. Or just give a property to the post excerpt block called “Link to post”.
Details here: https://commadot.com/wordpress-twenty-twenty-two-part-2/
Thanks. What is the benefit of hosting google fonts locally?
Also, what is Font 1 and Font 2? How do I make all of the H1, H2, H3 into Font 1 and all the rest of the text font 2?UPDATE: Nevermind, I figured it out. its very confusing, but I think it’s wordpress’ fault.
Is there a change log somewhere, so I can make sure to use the latest features?
I updated my site to use the new Twentig with 2022 theme. I find the full editor quite hard to get used to.
Anyway, one small but important feature in the grid view… I think you had an option to make each card clickable (the whole article card). Can you add that back in? I added my own CSS to make it look nice, but Im not sure how to make the whole article click.
I could use jQuery to add a click handler I suppose, but it would be so much better if you guys handled it.
Thanks,Why only 17? Can you add “Special Elite” and make it 18? Ideally, you have 1000. 🙂
I am interested in using the Grid layout. I think it’s an awesome way to present a blog. Will that be possible still?
My main uses are:
1. custom CSS
2. Custom google fonts
3. grid layoutI look forward to the release!
Glen
https://commadot.comIm using Twenty Twenty Two (5.9) on https://commadot.com
I had to disable Twentig, but really want it back for
1. Google font choices
2. Grid styleBut its working so far.
I am having this problem right now. I turned off Jetpack comments. Is there a fix? Im using the twenty twenty one latest theme. Site is https://commadot.com
The code didnt work for some reason, but changing to Card with Shadow worked. So alls well. 🙂 Thank you.
Forum: Themes and Templates
In reply to: Reducing width of sidebar of Twenty-Fiteen themeUsing the plain Twenty Fifteen theme, I reduced the left hand bar and added my modifications in the custom CSS part of the theme editor. (I believe this is enabled using Jetpack) I am also using a Google font. (Raleway)
I used the following code in my custom CSS. (Some were modifications for the responsive smaller screens)
.hentry, .page-header, .page-content { box-shadow: 4px 10px 15px rgba(0,0,0,0.8); border-radius: 15px; } .site-header { margin: 0;} .widget { margin: 10% 0;} .page-header { border-left: 0;} .hentry+.hentry, .page-header+.hentry, .page-header+.page-content { margin-top: 5%;} select,input { font-family: raleway;} body:before { max-width: 413px;} #sidebar { left: 0;} #page { margin-left: 0;} @media screen and (min-width: 59em) { #masthead { margin-top: 10%; } } @media screen and (max-width: 59em) { #masthead { padding: 3%; } } .widget_pages h2 { display: none;}I hope this is helpful.
Forum: Themes and Templates
In reply to: Reducing width of sidebar of Twenty-Fiteen themeI figured it out. Thanks Nadreck for the hint.
body:before { max-width: 413px;} #sidebar { left: 0;} #page {margin-left: 0px}(I meant max-width. Fixed. Also tweaked the margin)
Forum: Themes and Templates
In reply to: Reducing width of sidebar of Twenty-Fiteen themeI agree. I can’t figure out how to modify it without breaking it.
Forum: Alpha/Beta/RC
In reply to: Jetpack comments not showing up (sometimes)It turns out that the posts had “allow moderation” turned off. No idea why. It had happened to about 30 posts. I found and ran a SQL update to make them open and it fixed the issue. No idea why it happened tho.
Forum: Alpha/Beta/RC
In reply to: jQuery file corrupted?Still happening every time I do a nightly upgrade. I can’t imagine I am the only one. I even put up a real example above of it not working. Hello? hello? echo… echo…
Forum: Alpha/Beta/RC
In reply to: jQuery file corrupted?I literally overwrote the file with a fresh copy and it started working. Still this is annoying no response.