owenjsutton
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Buttons invisible in Internet Explorer versions 9 and earlieragreed. Does anyone know of a work around?
Forum: Fixing WordPress
In reply to: Buttons invisible in Internet Explorer versions 9 and earlierThe issue is with basically all buttons. Of most concern is the button reading “Proceed To Checkout” when a visitor is viewing their cart and ready to checkout.
I do not have the problem with twentyeleven or twentytwelve.
Forum: Fixing WordPress
In reply to: removing 'theme installed' date from headerI can’t thank you enough. Problem resolved. Thanks Christine.
Forum: Fixing WordPress
In reply to: removing 'theme installed' date from headerThat’s the one. I’d like to stick with it for now if possible.
Forum: Fixing WordPress
In reply to: Link from header image to homepageI have to call it a night myself. Still no luck. That causes the same issue as before. I played with it quite a bit… I’m using a theme that allows me to edit php through the admin panel if that makes any difference to you. I’ve reverted back to the version I started the evening with for now. Thanks so much for your help.
Forum: Fixing WordPress
In reply to: Link from header image to homepageMr. Bartel, I gotta give it a shot, trying to learn. I replaced the logo-area div with your code. I think I understand what you did, and it makes sense but… The image now does not load at all. (or it least isn’t visible)
I’ve left the site in this state if you’d like to take a look.
Thanks again!
Forum: Fixing WordPress
In reply to: Link from header image to homepageThanks so much for your help. I’ve made six attempts at it. Haven’t broken anything, but still haven’t gotten anywhere. Here is where my code currently stands
<div id="banner-bg" class="cf"> <div id="banner" class="row"> <div id="logo-area" class="col5"> <<?php bfa_if_front_else( 'h1', 'h3' ); ?> id="sitetitle"> <img style="float:left; margin-right:5px;" <a src="https://maximusionsult.com/logo-template-header.png" > href="<?php bloginfo('url'); ?>"><?php bloginfo( 'name' ); ?></a> </<?php bfa_if_front_else( 'h1', 'h3' ); ?>> <p id="tagline"><?php bloginfo( 'description' ); ?></p> </div> <?php wp_nav_menu( array( 'container' => 'nav', 'container_class' => 'menu-wrapper col7', 'container_id' => 'menu1-wrapper', 'menu_id' => 'menu1', 'menu_class' => 'cf menu', 'theme_location' => 'menu1', 'fallback_cb' => 'bfa_page_menu' ) ); ?> </div> </div>