Forum Replies Created

Viewing 15 replies - 16 through 30 (of 34 total)
  • Thread Starter misterfancy

    (@fancypeeps)

    That’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.

    Thread Starter misterfancy

    (@fancypeeps)

    I already edited those lines. It’s in the code I pasted. It’s not recognizing it for some reason.

    Thread Starter misterfancy

    (@fancypeeps)

    Yes, my mistake…. the TITLE tag.

    Thread Starter misterfancy

    (@fancypeeps)

    OR if I can just delete the ALT tag then that would be fine too. Which line should I delete?

    Thread Starter misterfancy

    (@fancypeeps)

    Okay, thanks. I posted in the theme section. I’ll close this one.

    Thread Starter misterfancy

    (@fancypeeps)

    It’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.

    Thread Starter misterfancy

    (@fancypeeps)

    Catch 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 Button
    Thread Starter misterfancy

    (@fancypeeps)

    Thanks 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?

    Thread Starter misterfancy

    (@fancypeeps)

    I want the background to be transparent in the header as I stated.

    I also stated that the background color was white initially.

    Thread Starter misterfancy

    (@fancypeeps)

    Yeah, 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;
    }

    Thread Starter misterfancy

    (@fancypeeps)

    There 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?

    Thread Starter misterfancy

    (@fancypeeps)

    Okay, 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.

    Thread Starter misterfancy

    (@fancypeeps)

    I 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.

    Thread Starter misterfancy

    (@fancypeeps)

    I don’t think I need to install a plugin just to change the font color and background in the header.

    Thread Starter misterfancy

    (@fancypeeps)

    I 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;}

Viewing 15 replies - 16 through 30 (of 34 total)