phantommenace
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Name of prodcuts disappeared since 4.0.9Thanks @mbrsolution – works perfectly now ??
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Name of prodcuts disappeared since 4.0.9I am getting this too, my code is as follows:
<div class="wp_cart_button_wrapper"><form method="post" class="wp-cart-button-form" action="" style="display:inline" onsubmit="return ReadForm(this, true);"><input type="submit" value="Add to Cart" /><input type="hidden" name="product" value="D2DLP Alice Badge" /><input type="hidden" name="price" value="3" /><input type="hidden" name="shipping" value="0.001" /><input type="hidden" name="addcart" value="1" /><input type="hidden" name="cartLink" value="https://www.dtodstore.com/?preview=true&preview_id=2&preview_nonce=b25cd1099e" /><input type="hidden" name="product_tmp" value="D2DLP Alice Badge" /><input type="hidden" name="item_number" value="" /></form>
Page: https://www.dtodstore.com/
Price goes through to the cart but no name, and so people can’t check out.
Any help would be much appreciated, thanks.
Forum: Themes and Templates
In reply to: How to add the ability to make a comment to home pageOK, I read through the links you directed me to alchymyth and I have sorted it, thanks.
artduck-o
The text I added was:
<?php comments_popup_link('No Comments ?', '1 Comment ?', '% Comments ?'); ?>
and I added it to this page:
Main Index Template
(index.php)I added it after this bit of code:
<?php the_time('F jS, Y') ?> <?php if (current_user_can('edit_post', $post->ID)) { ?> | <?php edit_post_link('Edit', '', ''); } ?>
Now the comments link appears on the front page under the headline of each post. Hope you get yours sorted too.
thanks, Steve
Forum: Themes and Templates
In reply to: How to add the ability to make a comment to home pageI think before the content would be good. Does this mean there is a specific place I should place the code? Thanks once again, Steve
Forum: Themes and Templates
In reply to: How to add the ability to make a comment to home pageThanks for the quick reply. I’m new to WP and a bit unsure as to where I should put the code. Do I add it to the ‘Main Index Template’ and can it go anywhere? Thanks, Steve