akdmcnicoll
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Log in Capability Like an LMS Site?Thank you, Orange Ambition. I will give those plugins a try.
If you don’t mind, I’d like to see the site that you used these plugins on.
If you do mind, no problem
Thanks again.
Forum: Themes and Templates
In reply to: [Twenty Thirteen] How to change Page Header size?batharoy,
Just noticed when sized down to a mobile device dimensions, the entry title stays at 40px and does not respond accoringly. Any thoughts?
Thanks.
Forum: Plugins
In reply to: [Social Media Icons Widget] Disable RSS Feed iconSolved. Just delete the RSS link attached by default to the RSS icon. Duh…
Forum: Themes and Templates
In reply to: [Twenty Thirteen] How to change Page Header size?Brilliant! Thank you, batharoy!
I set it at 40px and it looks great in the Twenty Thirteen theme. Try it ya’ll!
By any chance, do you know what the default size was? I’m thinking it was somewhere around 50px, which was a little too big for me.
Thanks, again, batharoy!
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Change Color of Footer to Match header imageThe rgba code I gave you is not CSS. Search for .widget in your style editor (child theme, of course) and you’ll see those rgba background-color values. Replace the tan color rgba values with yours.
Thanks for the colorhexa site link. Will check it out.
As for the brown color, I just changed it in the style editor from #220e10 to #000000.
Thanks for your quick reply. Yes, using child theme. I will try your CSS, but I was just wondering what it’s name is in the editor because I could not find it.
I found where to change the site-title and site-description font sizes, but not the page title/header.
Any thoughts would be appreciated.
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Header "search" option.See here, goki1:
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Change Color of Footer to Match header imagebatharoy,
You mentioned adjusting the size of the entry title header via CSS. However, can you tell me where I can find it in the Style editor, specifically the font size for the entry title header?
.entry-title a {
color: #4F4E4A;
font-size:38px;
}Thanks in advance.
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Change Color of Footer to Match header imageNice use of the 20-13 theme, RCC!
Did you decide on leaving that widget background color to that light tan color?
If not, in the editor under Styles, search for this code and change the RGBa values. The widget background color is not a Hex color.
.widget {
background-color: rgba(247, 245, 231, 0.7);In Photoshop, you can find out the RGB equivalent to your desired Hex color and plug in those values. The 0.7 adjusts the opacity (I believe) from 0.1 to 0.9. Play with that and see what it does to your RGB color.
Good luck.
Forum: Themes and Templates
In reply to: [Twenty Thirteen] How to change Page Header size?Thanks, PODxt. I don’t see any font sizes in your code, however.
You see the header above that says “Forums?” That’s what I want to decrease in size in the 20 13 theme. I’m trying to find it in the editor but have no clue what the name is/what to look for. h1 perhaps?
Please advise.
Thank you.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] i can't get https to workOk. Check this out:
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] i can't get https to workLmk.
Forum: Plugins
In reply to: [Social Media Icons Widget] Disable RSS Feed iconI look forward to any solutions.
Thanks for the great info here.
I’m using the same theme and would like to have a widget show only on the landing page and not the others. Does anyone know of a CSS snippet to could make this possible? Right now, whatever you put in the secondary widget area shows on all pages through out the site.
Thanks in advance.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] i can't get https to workHey Rick. Did you purchase an SSL cert via one of the recommended SSL providers?