Forum Replies Created
-
AuthorPosts
-
di
ParticipantThanks Victor! Happy holidays!
di
ParticipantThanks @Porter for your good suggestions. One question: My theme uses both px and rem to define font size. Does this allow for responsiveness?
di
ParticipantThanks, Victor. As always, you offer good explanations and solutions. I always learn from you.
November 20, 2018 at 3:21 pm in reply to: Infinity Pro: Adjust front page background image size #224493di
ParticipantThanks, Victor! This did the trick!
di
ParticipantI'm getting the error message icon in my WordPress/Appearance/Editor screen. The icon appears along side this initial coding, which is unedited from Infinity Pro. When I click on the icon, it brings up a list of "Expected," however I'm unable figuring out a way to copy/paste this content let alone understand it.
The error also says in must be fixed before updating the file.
To be noted, this error isn't showing up in Dreamweaver and I am able to update via ftp.
di
Participant@sfdeaton, apparently you’re not the only idiot. Can you share your solution with the rest of us? Thanks!
di
ParticipantYou can remove it without CSS. Go to Appearance/Customize/Colors. Then click on Overlay Color. There is a percentage slider you can move to whatever percentage you’d like.
di
ParticipantYou can remove it without CSS. Go to Appearance/Customize/Colors. Then click on Overlay Color. There is a percentage slider you can move to zero.
April 20, 2018 at 8:48 am in reply to: Show content over page’s featured image rather than title #219145di
ParticipantThanks Brad. So you're saying this isn't a basic WP concept?
di
ParticipantAnyone have an opinion on this? What’s the most efficient way to have a blog within a WP website?
di
ParticipantThanks Brad, good suggestion. However, I would like to turn it off for some pages but not others. The toggle was ideal when it worked. Just can’t figure out why now it does not.
di
ParticipantThanks, I will do that. Additionally, I do think it's beneficial to communicate third party questions on this forum if they are for products StudioPress sells. Being the reputable company you are, consumers will come to your forums first because they know you stand behind and offer support for all the products you sell.
On that note, I have a possible answer to my own question, for those of you who may need it. Don't know what I did or didn't do, but the header is now staying fixed at the top. Perhaps going into Appearance/Customize/Theme Settings/Site Layout and clicking “enable fixed header” actually did the job but needed time to work through the cache? Who knows. It's working and that's all I care!
di
ParticipantBy the way, I’ve gone into Appearance/Customize/Theme Settings/Site Layout and clicked “enable fixed header.” But this doesn’t seem to do the trick.
di
ParticipantThanks Andrea for your help. My current website has a blog, however I have it set up as two distinct WP frameworks. The blog’s framework is within the website’s. I’d like to streamline and have one within the other, using the same framework. When searching online, I’m finding different ways of doing this; using page, using categories and page, using Multisite. I’m looking for the most efficient way to do this and if the Business Pro theme supports such.
di
ParticipantVictor, you saved me again! Those pesky, but necessary, end tags. Thanks so much!
di
ParticipantThanks Victor for getting back to me. I'm not fully understanding what you mean...my lack of knowledge:-)
I have Georgia in my header code as such:
h1 {
font-size: 48px;
font-size: 4.8rem;
text-transform: uppercase; /*added*/
font-family: 'Georgia', serif;}
h2 {
font-size: 36px;
font-size: 3.6rem;
font-family: 'Georgia', serif;
}h3 {
font-size: 30px;
font-size: 3rem;
font-family: 'Roboto', sans-serif; /*changed from original serif*/
}h4 {
font-size: 24px;
font-size: 2.4rem;
font-family: 'Georgia', serif;
}h5 {
font-size: 20px;
font-size: 2rem;
font-family: 'Georgia', serif;
}h6 {
font-size: 18px;
font-size: 1.8rem;
font-family: 'Georgia', serif;
}>>>>>>>>>>>>>>>>>>>>>
I then have this as a setting in my Typekit:textarea {
font-family: 'Roboto Condensed', sans-serif;}
h1,
h2,
h4,
h5,
h6 {
font-family: 'Georgia', serif;
}>>>>>>>>>>>>>
Where do I see the Google font settings? Is that in css?
Final question: My problems seems to be a bolded look for both the Georgia and the Roboto fonts when viewed from my laptop. I'm looking for a consistency in weight from all my computers. Any thoughts?
January 12, 2017 at 10:08 pm in reply to: Feature recent posts from one blog in sidebar of another blog #199310di
ParticipantThanks Brad, this worked great. Just one more request. How can I get the Featured Image of Blog A to show in Blog B. The post title shows but not the Featured Image.
June 2, 2016 at 9:53 am in reply to: Genesis Portfolio Pro plugin: portfolio types not showing #186773di
ParticipantI'd like the Portfolio type to show under each thumbnail in the gallery. For example, see my current portfolio here. You'll notice each thumbnail image is labelled with either Copywriting, Logo & Branding, Print Design or Web Design. These types are also listed above and allow the viewer to click on a chosen type and see portfolio items of that type only.
This is what I'd like to do with my new portfolio version. Thanks!
March 8, 2016 at 10:08 am in reply to: Workstation Pro creating list columns with Text Widgets in Front Page #180915di
ParticipantThanks Brad for responding. Do you know where I can make these changes? I couldn't find any class settings for Front-Page in style.css other than colors.
March 8, 2016 at 5:30 am in reply to: Workstation Pro creating list columns with Text Widgets in Front Page #180898di
ParticipantAh hah. So I'm a bit slow.:-) After working with this a bit and rereading this Workbench Pro page yet another time, I finally understand! No matter the Front-Page number, the layout will always follow the same order. So I need to have a single full row in every Front-page before I can have columns. The order must follow the numbered order provided by Workstation Pro, unless I'm willing to do some major coding. In that case, I should perhaps just go with another child theme.
-
AuthorPosts