traviss
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] adding more than one option for shippingthanks man! This worked
Forum: Fixing WordPress
In reply to: Dashboard VERY SLOW – Can't open anything!Your site is loading exactly like mine. And your dashboard issues are EXACTLY like mine.
It’s a godaddy issue. They claim support excellence which is a joke. They have no live chat, no email support, just phone support, where even when you hit 4 to get webhost support, it sends you to some other dept where you’ll wait 15 minutes to hear from someone they can’t help you, they need auth from a supervisor to transfer you to the dept you chose in the first place….. 50 fu*king minutes later im told it’s a server issue on their end and to wait it out.
What a joke of a hosting company. If you run a business, do you honestly want to wait 50 minutes for support?
Forum: Plugins
In reply to: [WooCommerce] Taxes not displayingPerfect zonkeyweb! Worked like a charm! Thanks a lot man, you saved me a lot of time and headache. Really apprecaite it.
Forum: Plugins
In reply to: [WooCommerce] Taxes not displayingNo solution and taking out state code did not work. This is kind of a big deal for our store at the moment.
Forum: Fixing WordPress
In reply to: Title and Tagline problemThanks. If I am not mistaken
<title><?php /* * Print the <title> tag based on what is being viewed. */ global $page, $paged; wp_title( '|', true, 'right' ); // Add the blog name. //bloginfo( 'name' ); // Add the blog description for the home/front page. $site_description = get_bloginfo( 'description', 'display' ); //if ( $site_description && ( is_home() || is_front_page() ) ) //echo " | $site_description"; // Add a page number if necessary: if ( $paged >= 2 || $page >= 2 ) echo ' | ' . sprintf( __( 'Page %s', 'twentyeleven' ), max( $paged, $page ) ); $theme_options = twentyeleven_get_theme_options(); $social_facebook = $theme_options['social_facebook']; $social_twitter = $theme_options['social_twitter']; $social_linkedin = $theme_options['social_linkedin']; $social_stumbledupon = $theme_options['social_stumbledupon']; ?></title>Is this the line I need to remove?
$site_description = get_bloginfo( ‘description’, ‘display’ );I assume this should remove it from the title but leave the tagline description underneath the blue link in google correct?
Forum: Plugins
In reply to: [WooCommerce] Category display being stretched and forced as listThis is perfect. Thank you lorro.
Forum: Plugins
In reply to: [WooCommerce] Category display being stretched and forced as listFirst I really appreciate the help you’re putting in lorro. This is really helping me a lot. I applied the custom css above and can’t seem to remove it now. When I click on different pages on my site it seems to load all of the header images briefly. I put everything back to the way it was so you can see what I mean about the footer on the homepage not centering… but it’s fine on the shop.
You can see the difference http://www.travisslack.com/ when you click on say.. about us.
http://www.vectorgeomatics.com/ and click about us and it does not try to load the header images.
any more info is greatly appreciated. also i turned off all my plugins except woocommerce and the simple css.
Forum: Plugins
In reply to: [Simple Custom CSS Plugin] How to Undo a ChangeI am having the same problem. I applied some custom css and now i can’t remove it. i’ve deactivated and deleted the plugin but it’s still affecting my whole site and I have no idea where it put it’s custom css.
Forum: Plugins
In reply to: [WooCommerce] Category display being stretched and forced as listHey man thanks a lot. That was perfect for the shop. It seems to only work when I am logged in as admin, and the footer seems to get messed up on the home page…
Forum: Plugins
In reply to: [WooCommerce] Category display being stretched and forced as listI managed to remove the category count that was stretching a yellow background across with css but for whatever reason the categories are still being listed as a list instead of grid…cant figure it out… also why my footer is being truncated as opposed to how it is on the main home. thanks in advance,
yes it did thank you