dpearce04
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adding image links on top of a header backgroundAlso, the code for the current header image is:
<div class="head-img"> <?php $t_custom_background = get_option( "nattywp_custom_header" ); if ($t_custom_background != '') { ?> <img src="<?php echo $t_custom_background; ?>" alt="Header image" border="0" /> <?php } elseif (!isset($t_main_img) || $t_main_img == 'no' || $t_main_img == 'header2.jpg' ) { ?> <img src="<?php echo get_template_directory_uri(); ?>/images/header/headers.jpg" alt="Header image" border="0" /> <?php } else { ?> <img src="<?php echo get_template_directory_uri(); ?>/images/header/<?php echo t_get_option( "t_main_img" ); ?>" alt="Header image" border="0" /> <?php } ?> </div>Forum: Plugins
In reply to: [eShop] [Plugin: eShop] Shipping calculation errorRich,
Sorry I’ve been busy and haven’t had a chance to check back to this thread. Thanks for your support you’ve done a great job and this plugin is awesome, I’ll let you know if I run into the problem again. Thanks again!
Forum: Plugins
In reply to: [eShop] [Plugin: eShop] Shipping calculation errorIt’s set to state/county/province
The website is http://www.myequineclinic.com
The product was the EquiBloom 4 lbs and the address used was Austin, Arkansas 72007 United States
I also tried an address in Pine Bluff that defaulted as well.
Forum: Plugins
In reply to: [eShop] [Plugin: eShop] international shippingI did that with the US, but then someone from Canada ordered and it used the default shipping amount, which is not enough. And we originally had a high default shipping amount but some people just a few states away for some reason were getting the default shipping amount instead of their correct zone.
Any ideas?
Forum: Plugins
In reply to: [Plugin: eShop] shipping by weight (or options)How much would it cost to get you to do it?
Forum: Fixing WordPress
In reply to: Help! Want to display post by post IDworked great, thank you!
Forum: Fixing WordPress
In reply to: Adding a featured postbump
Forum: Fixing WordPress
In reply to: Adding a featured postbump