misterfancy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Catch Everest] Social Media Button ALT tagThat’s what I was thinking too. I thought I deleted the cache plugin. I even disabled the host provider cache settings. I’ll double check again.
Forum: Themes and Templates
In reply to: [Catch Everest] Social Media Button ALT tagI already edited those lines. It’s in the code I pasted. It’s not recognizing it for some reason.
Forum: Themes and Templates
In reply to: [Catch Everest] Social Media Button ALT tagYes, my mistake…. the TITLE tag.
Forum: Themes and Templates
In reply to: [Catch Everest] Social Media Button ALT tagOR if I can just delete the ALT tag then that would be fine too. Which line should I delete?
Forum: Fixing WordPress
In reply to: Social Media Buttons ALT tagOkay, thanks. I posted in the theme section. I’ll close this one.
Forum: Fixing WordPress
In reply to: Social Media Buttons ALT tagIt’s more of a PHP issue rather than a theme issue. I’m mainly a CSS/HTML coder and PHP is way over my head.
I know is simply editing a few lines in the code but I’m not sure which ones.
Forum: Fixing WordPress
In reply to: Social Media Buttons ALT tagCatch Everest theme.
//Yelp if ( !empty( $options[ 'social_youtube' ] ) ) { $catcheverest_social_networks .= '<li class="you-tube"><a href="'.esc_url( $options[ 'social_youtube' ] ).'" title="'.sprintf( esc_attr__( '%s <strong>on Yelp</strong>', 'catcheverest' ),get_bloginfo( 'name' ) ).'" target="_blank">'.get_bloginfo( 'name' ).' Yelp </a></li>';
}
Forum: Fixing WordPress
In reply to: Social Icon ButtonThanks for the help. I managed to do it another way but there’s one little problem. The new Yelp button I added for the social media icons says “on YouTube” for the ALT text. How do I changed this to “on Yelp”?
I just noticed something else and I’m stumped. The new Yelp button shows on my webpage when I’m logged in to WordPress but when I log off and view the webpage the new Yelp button doesn’t show up. Any ideas?
Forum: Fixing WordPress
In reply to: Font size for headerI want the background to be transparent in the header as I stated.
I also stated that the background color was white initially.
Forum: Fixing WordPress
In reply to: Font size for headerYeah, I knew that part. So, how do I go about doing that.
This is the structure of the website:
.site {
width: 990px;
margin: 30px auto;
}
#header-left {
float: left;
max-width: 100%;
}
#primary {
clear: both;
float: left;
width: 570px;
}
#header-right {
float: right;
max-width: 300px;
}
#secondary {
float: right;
width: 300px;
background-color: #D2B48C;
}/* =Margins and Paddings
———————————————– */.page-links,
.widget,
blockquote,
.site-content article,
.site-content .site-navigation,
#infinite-handle,
.comments-title, #reply-title,
#respond {
margin-bottom: 40px;
}
#homepage-message {
margin-top: 40px;
}
article.sticky .featured-post,
.page-header,
p,
.featured-image,
.entry-content table,
.comment-content table,
.widget.widget_catcheverest_social_widget,
#content .searchform {
margin-bottom: 30px;
}
#header-right .widget,
.entry-header,
article.format-aside .entry-title,
.comments-area article header {
margin-bottom: 20px;
}
.page .entry-header,
.widget-title,
#header-right .widget.widget_catcheverest_social_widget {
margin-bottom: 10px;
}
#featured-post .entry-header {
margin-bottom: 0;
}
.container {
padding: 0 40px;
}
#site-logo,
#hgroup,
#header-right,
#supplementary,
#main {
padding-top: 20px;
}
#hgroup-wrap,
.hentry,
.comments-area article {
padding-bottom: 40px;
}
#site-generator .site-info {
padding: 30px 0;
}
.entry-header .entry-title {
padding-bottom: 10px;
}
.page .entry-header .entry-title,
.tag-post-formats .entry-header .entry-title{
padding-bottom: 0;
}Forum: Fixing WordPress
In reply to: Font size for headerThere are ways to fix this. That’s why I’m here. I need help to make it happen.
How do I go about separating them so I can edit either one exclusively?
Forum: Fixing WordPress
In reply to: Font size for headerOkay, that didn’t answer my question.
I don’t have issues editing CSS. I edit the style sheet directly because I have a back up. I don’t edit the php files.
I’m trying to change my background for the header to transparent but the issue is that the header is connected to the site/body color. I ONLY want to change the header color.
Forum: Fixing WordPress
In reply to: Font size for headerI noticed the multiple instances. They were like that in the theme. It’s cluttered with them.
What do you mean by changing the background to #FFF? That was the original color. I want the background of only the header to be transparent.
Forum: Fixing WordPress
In reply to: Font size for headerI don’t think I need to install a plugin just to change the font color and background in the header.
Forum: Fixing WordPress
In reply to: Font size for headerI tried to add a font size to #site-title but it didn’t change the size. I also tried to change the background color of the header which is white to transparent but that’s didn’t work either.
#site-title {font-size: 16px;}
#hgroup-wrap {background-color:transparent;}