Nate Shivar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: New site, "Server Not Found," and other issuesHey missoulajobz –
1. Thanks for checking out the guide (I wrote it). Sorry it sounds like it got confusing.
2. I just checked the site – and it looks like it’s loading. Was it just the issue with the nameservers?
Forum: Fixing WordPress
In reply to: Widget LogicHave you tested it with the default theme?
Forum: Fixing WordPress
In reply to: Widget LogicHave you tried
is_page ('forums')?Forum: Fixing WordPress
In reply to: Move Checkout Button in WooCommerce drop down cartIt looks really specific to the Theme you are using.
The basics are that you’ll have to find the file within the Theme file that controls the shop drop down – then look for the exact widget that controls the checkout – then look for the paragraph tag that controls the button, then cut and paste it to the top of that file.
edit – use the inspect element tool to find the names of bits that you are looking for.
And…it also happens when you click “update” …. to update to 2.2
Entire site…gone.
I guess you’d need to work with it via FTP to save your site – it’s like a time bomb.
Forum: Plugins
In reply to: how to show a product but don't sell onlineLooks really cool – I’ll have to check it out.
Be sure to note this as ‘Resolved’
Good luck!
Forum: Plugins
In reply to: Single (digital) product Ecommerce Plugin adviceWP eCommerce I think would score a 5.5 out of 6 – though it can be a pain to get exactly right.
s2Member is a membership plugin with a “download option” – ie, “members” can download the product. It has a shorter checkout, easier to integrate, and all your customers are automatically registered.
I believe WooCommerce might work – though it has a bit of a longer checkout
Good luck and let me know how it turns out.
Forum: Plugins
In reply to: [Widgets Controller] [Plugin: Widgets Controller] wp ecommerce product pageTry Display Widgets instead – http://ww.wp.xz.cn/extend/plugins/display-widgets/
Does the same as widgets controller, except that it supports custom post types (which is what product pages are).
Let me know if that works!
I had that exact situation.
I ended up adding a “No Thanks” Variation to the one that was optional. So they still had to choose it, but not really if that makes sense.
But even then – it was a total pain.
In hindsight, I would have used WooCommerce, Shopp, or MarketPress instead of WP eCommerce.
Forum: Plugins
In reply to: White Screen When Installing Ecommerce PluginsNo problem. Glad to help!
This maybe an odd way of thinking about it – but I find that plugins that change WordPress’ built-in functionality (like permalinks) are more likely to cause a problem than plugins that add functionality (like contact forms).
The accordion problem probably just that it’s sharing a CSS class. You could hunt it down and change it if you really want to stick with that plugin.
Forum: Fixing WordPress
In reply to: Best Ecommerce Plugins? Any suggestions?I love to use WooCommerce – but Shopp is excellent as well.
I’ve had problems with WP eCommerce lately – especially when trying to work with tracking and customizations, but it’s solid overall.
Forum: Plugins
In reply to: Is WooCommerce Secure – especially with other pluginsDitto – I’d add that if you pair it with WP Better Security or WordFence – I’d say you’re good to go.
The premium version of WordFence will also screen your Themes and Plugins for any vulnerabilities.
Forum: Plugins
In reply to: White Screen When Installing Ecommerce PluginsI’m guessing it’s Accordion or the custom permalinks.
Is there anyway you can deactivate them, then try activating the ecommerce plugin?
And (just to make sure) are you using the latest version of both WordPress and WP eCommerce?
Forum: Plugins
In reply to: which e-commerce plugin to use for our custom build?WooCommerce also allows custom gateways, customer accounts, and has myriad extensions that will link up invoicing software.
Forum: Plugins
In reply to: Stuck on community based features in wordpressTo create an account – just be sure to have “Allow people to register” enabled in the Settings, then send them to http://www.YOURDOMAIN.com/wp-login.php?action=register
To create a forum – use bbPress
eCommerce plugins like WooCommerce, WP eCommerce, etc should play nicely with bbPress (they run off WordPress’ account system as far as I know).
I’ll try to test this myself. Let me know if that helps.