heavygel
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Shopping Cart] Discount Code per ProductHi graftedin, I am trying to do the same thing. I know how to implement code. I also do not want to buy the whole wp e store plugin.
Can you post your code edits here to allow individual item discounts?
Forum: Plugins
In reply to: [Simple Shopping Cart] Put shortcode in image gallery captionsI haven’t fixed this in the easiest solution. But the gallery captions do support HTML, so I just tracked down the actual “add to cart” link that the shortcode uses and swapped it out for the code paypal supplied.
” <form method=”post” class=”wp-cart-button-form” action=”” style=”display:inline” onsubmit=”return ReadForm(this, true);”><input type=”image” src=”http://heavygel.com/wp-content/uploads/buybutton1.jpg” class=”wp_cart_button” alt=”Add to Cart”><input type=”hidden” name=”product” value=”SCATTERANGLES ART PRINT”><input type=”hidden” name=”price” value=”$15.00″><input type=”hidden” name=”shipping” value=”0″><input type=”hidden” name=”addcart” value=”1″><input type=”hidden” name=”cartLink” value=”http://heavygel.com/scatterangles-art-print/”><input type=”hidden” name=”product_tmp” value=”SCATTERANGLES ART PRINT”><input type=”hidden” name=”item_number” value=””></form>”
Forum: Plugins
In reply to: [Etsy Importer] Products not publishingI am having the same problem. I am not sure what shortcodes I should be using.
Forum: Themes and Templates
In reply to: [Hatch] Hatch, native gallery Lightbox captionsFixing all my own problems today since getting a response on here seems to never happen. Anyways…
Deleted this
wp_register_script( ‘hatch_fancybox’, get_template_directory_uri() . ‘/js/fancybox/jquery.fancybox-1.3.4.pack.js’, array( ‘jquery’ ), ‘1.0’, true );
wp_enqueue_script( ‘hatch_fancybox’ );from my functions.php
and activated a different lightbox. The hatch theme uses a it’s own fancybox pre installed with the theme in the functions, so you have to delete it if you want to use another, otherwise you’ll have two lightboxes and people will think your site is ridiculous.
Forum: Themes and Templates
In reply to: [Hatch] Only new images showing when updating galleryI have noticed this too. I initially thought maybe it was organizing them by date and only showing images from the same date. Weird bug. Unresolved.
Forum: Themes and Templates
In reply to: [Hatch] Header/Banner Image clickable linkFixed. I added this image link code to the home.php page just under the header/banner info
This happens to be a rollover image
<a href="URL"><img src=" Header image " onmouseover="this.src=' rollover image '" onmouseout="this.src='image again'" /></a>[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
check it out at
http://www.micheleboyer.com