Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Microshop is a self contained shop that can be integrated into WP. So no.

    For what you’re trying to do you could simply create a shopping cart link using paypal’s tools, then post the code into your page. I see no reason this wouldn’t work, except…

    TinyMCE futzes with the link code. You’d want to turn it off to follow this suggestion.

    I’ve looked at the cregy cart, and it’s barely past the alpha stage, imo. It’s of no use to me until it matures, but when it does it’ll be something, won’t it? 🙂

    The quick answer is no. The slightly longer answer is no, but there are shopping carts that work.

    Microshop works with WP2, but it will take you several hours to configure (manually fiddle with things to get it to work and look like it should), and the developer is decidedly unhelpful unless the problem is something major. That’s understandable, since it’s a free product. Some intense googling will fix most issues anyway.

    I’m looking at this right now: http://www.3g.co.nz/2/
    There are some AJAX features and might be cool, but this shopping cart is ten times the size (in kb) than microshop, and may have some other issues.

    I believe there are advanced options for the TinyMCE editor that can be turned on by going into the code. However, I cheated and installed the Xinha plugin for Firefox. When I need those advanced features, I just click the HTML button in TinyMCE, then right clock in the new text box and call Xinha.

    You, sir, rock my socks.

    Woooooo! I’ve been tearing my hair out over this all day. http://wordpress.org/support/topic/58650

    thank you!

    Thread Starter xhale

    (@xhale)

    Resolved by this thread- http://wordpress.org/support/topic/58689 . This could be a huge bug, considering the number of somewhat-similar support posts I see concerning images. I didn’t think they were related until now.

    Works for me – Mac/Firefox.

    Asking for anything to work in Mac IE is like asking your gas station to carry leaded gasoline. You and the other 4 people in the country may have a use for it, but not even Microsoft’s web site supports Mac IE anymore.

    I just finished doing all that myself!

    Now that you’ve turned them off, you have to edit your theme template.

    Here’s an example, if you’re using Kubrick. Open up single.php and look at the code there and see how it different from mine:

    <?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
    // Neither Comments, nor Pings are open ?>
    <!-- Both comments and pings are currently closed. -->

    <?php } edit_post_link('Edit this entry.','',''); ?>

    </small>

    </div>
    </div>

    <!-- <?php comments_template(); ?> -->

    <?php endwhile; else: ?>

    You’ll see a number of places that I’ve commented out (<!– xxx –>) and at least one place I deleted stuff entirely – I deleted the stuff right in front of “edit this post” but made sure to keep that in for my ease of use. I’m brand new at this, and if I had to do it over again, I wouldn’t have deleted anything – I’d have commented them out too somehow, just in case I ever wanted that functionality back. 🙂

    There are other files in your theme you’ll have to do the same thing for. While editing everything in the theme I had Safari open to edit the code in WP, Firefox open to view the site as a user not logged in, and my ftp program open so I could alter permissions as needed.

    The all sidebar edition is great, except when you’re not a php/css/html guru and you’ve already done a week and a half’s worth of custom modifications to the existing Kubrick theme. Mine is now far more of an easy-CMS than a blog. I’ve removed even the ability to comment on posts, no trackbacks or blogrolls, I’ve searched and replaced every instance of the word “blog” I could find, etc.

    I came here looking for this EXACT information.

    Thank you very much, John. After all the work I’ve done to -limit- my WP install’s functionality, you’ve saved me hours worth of work on adding one feature.

Viewing 8 replies - 1 through 8 (of 8 total)