Forum Replies Created
-
AuthorPosts
-
December 24, 2017 at 12:48 pm in reply to: Cafe-Pro Question Regarding Site Title and Tagline #214787
Jasonewillis
MemberMr. Font,
The child theme is Cafe-Pro. I did place this information in the post title, but I guess I should have also placed in the post itself.
The site is on my local machine.
The code tweaks are below. These tweaks have hidden css styles and removed title and description. Once I deleted the cache, this also helped. So, now that the site title, description, and style isn't hovering over the image, will removing 'genesis_seo_site_description' be a negative seo choice? I'm not trying to negatively affect seo.Functions.php
// Remove the site title
remove_action( 'genesis_site_title', 'genesis_seo_site_title' );
// Remove the site description
remove_action( 'genesis_site_description', 'genesis_seo_site_description' );Stylesheet.css
.title-area {
/* background-color: #000; */
/* border: 1px solid #fff; */
/* box-shadow: 0px 0px 0px 10px #000; */
display: inline-block;
margin: 10px auto;
text-align: center;
text-transform: uppercase;
width: auto;
}
.site-title {
border-bottom: 1px solid #fff;
font-size: 48px;
font-size: 4.8rem;
font-weight: 400;
line-height: 1.2;
padding: 8px 30px 4px;
visibility: hidden;
}.site-description {
color: #fff;
font-size: 16px;
font-size: 1.6rem;
font-weight: 600;
letter-spacing: 3px;
line-height: 1.5;
padding: 8px 30px 10px;
visibility: hidden;
}December 24, 2017 at 12:07 am in reply to: Cafe-Pro Question Regarding Site Title and Tagline #214777Jasonewillis
MemberBasically, the site owner doesn't want the title-area, site-title, and site-description hovering over the homepage image. I tried this within chrome's dev tools and was able to visually see the title area, site-title and site-description disappear. When I tried on a local version, it didn't work. Not sure what I'm messing up but this is taking too long to resolve.
.title-area { /* background-color: #000; */ /* border: 1px solid #fff; */ /* box-shadow: 0px 0px 0px 10px #000; */ display: inline-block; margin: 10px auto; text-align: center; text-transform: uppercase; width: auto;
}
.site-title { border-bottom: 1px solid #fff; font-size: 48px; font-size: 4.8rem; font-weight: 400; line-height: 1.2; padding: 8px 30px 4px; visibility: hidden;
}.site-description { color: #fff; font-size: 16px; font-size: 1.6rem; font-weight: 600; letter-spacing: 3px; line-height: 1.5; padding: 8px 30px 10px; visibility: hidden;
}I really hope I can get this resolved soon with this forum's help.
December 23, 2017 at 3:58 pm in reply to: Cafe-Pro Question Regarding Site Title and Tagline #214774Jasonewillis
MemberThank you for your interest Mr. Rathore,
Unfortunately, I'm not sure "how" this in implemented. I searched and found 'screen-reader-text' within the stylesheet, but I'm not sure how this is accomplished. I would need more specific instruction. Additionally, while I'm trying to hide the text I would also need the black background to be removed as seen in my screenshot.Jason
December 17, 2017 at 8:05 pm in reply to: Cafe-Pro Question Regarding Site Title and Tagline #214655Jasonewillis
MemberI found the following references:
Site Title
site descriptionUnfortunately, it doesn't explain much. If I remove the genesis_site_title but not the genesis_seo_site_title, will this remove title display while not removing seo benefits? Same as the tagline or site description?
// Remove the site title
remove_action( 'genesis_site_title', 'genesis_seo_site_title' );
// Remove the site description
remove_action( 'genesis_site_description', 'genesis_seo_site_description' );Well, I tried this and it leaves a small black box with what looks like a period in the middle.
Do I now need to comment out some CSS? Will this get overwritten when the child theme is updated?
Screenshot: https://screencast.com/t/kX1hyeZNgPMW
Can someone please help me understand and/or point me in the documentation I can't seem to find?
jw
December 16, 2017 at 5:08 pm in reply to: Cafe-Pro Question Regarding Site Title and Tagline #214616Jasonewillis
Memberbump
Jasonewillis
MemberIs there a discount for Premise? I am having trouble finding the coupons or discounts on the new forum, can someone point me in the right direction please? Thanks,
jw
-
AuthorPosts