brio39
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hemingway] Logo instead of site name/tag line?Perfect! Thank you!!
Forum: Themes and Templates
In reply to: [Hemingway] Logo instead of site name/tag line?I’m sorry, can you tell me where in this code it goes?
<!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" > <title><?php wp_title('|', true, 'right'); ?></title> <?php if ( is_singular() ) wp_enqueue_script( "comment-reply" ); ?> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div class="big-wrapper"> <div class="header-cover section bg-dark-light no-padding"> <div class="header section" style="background-image: url(<?php if (get_header_image() != '') : ?><?php header_image(); ?><?php else : ?><?php echo get_template_directory_uri() . '/images/header.jpg'; ?><?php endif; ?>);"> <div class="header-inner section-inner"> <div class="blog-info"> <div id="bio-image"> <img src="https://danahy.com/wp-content/uploads/2014/03/Danahy-Advisors-gold_small_header.jpg" alt="bio image" /> </div> <!-- end of #bio-image> <?php if ( get_bloginfo( 'description' ) ) { ?> <h3 class="blog-description"><?php echo esc_attr( get_bloginfo( 'description' ) ); ?></h3> <?php } ?> </div> <!-- /blog-info -->
Forum: Themes and Templates
In reply to: [Hemingway] Logo instead of site name/tag line?https://danahy.com/ is the site.
Forum: Themes and Templates
In reply to: [Hemingway] Logo instead of site name/tag line?Hi Anders,
I put this code in and added the logo.<div id="bio-image"> <img src="https://danahy.com/wp-content/uploads/2014/03/Danahy-Advisors-gold_small_header.jpg" alt="bio image" /> </div> <!-- end of #bio-image>
But it is changing the page background to gray. Any idea why or what I can do to keep it white?
Thanks!
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] shortcode makes form too big, resize?Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] shortcode makes form too big, resize?Forum: Themes and Templates
In reply to: [zeeMagazine] make a page with no sidebars for printingPerfect, thank you. The printing preview is working without sidebars now.
But on the home page the click here for more information isn’t showing as a link. Only on the individual post page. That seems weird to me.
Forum: Themes and Templates
In reply to: [zeeMagazine] make a page with no sidebars for printingAlso, do you know if there is a way for the links in a post to be active when on the front page? You can click on them on the individual post page but not on the home page.
Forum: Themes and Templates
In reply to: [zeeMagazine] make a page with no sidebars for printingThanks,
I use the code but the left sidebar is still showing up. Is there a way to get rid of that too?Forum: Fixing WordPress
In reply to: 3.8.1 missing Editor under AppearanceThank you for your help. I finally realized it may have something to do with godaddy and called them. They have a new ‘manage wordpress’ account and it limits the editing capabilities. Once I downgraded and reinstalled I could get to the control panel on the server and into the Editor on WordPress. Good to know now and for others to know. Don’t let them upsell you! ??
Forum: Fixing WordPress
In reply to: 3.8.1 missing Editor under Appearanceyes
Forum: Fixing WordPress
In reply to: 3.8.1 missing Editor under AppearanceIt is a hosted site on www.remarpro.com but it was a backup file from wordpress.com. Is that the issue?
Forum: Plugins
In reply to: [Easing Slider] Where to put the code in Willingness theme?Oh, no. It wasn’t the theme developer, he never commented. It was just a member. I figured out it was a style issue and just played with it. I’m just waiting for the theme developer to respond, but I don’t see that happening.
And thanks for your help! Your code fixed my issues on FireFox too!I do have another question for you… Is there a way to turn off the photo names when you hover over the slide show?
Forum: Themes and Templates
In reply to: [Willingness] Position a logo to the right side of the headerWorked like a charm! Thank you again!!!
Forum: Themes and Templates
In reply to: [Willingness] Position a logo to the right side of the headerI just noticed my Trusted Choice logo link is not working in Google Chrome. It was working fine yesterday. IE is still working. The only thing I have done is to add a slider plugin, but all my header code was unchanged. Do you have any suggestions as to why that would be?