websta
Forum Replies Created
-
Forum: Networking WordPress
In reply to: How to remove Super Admin?Yes, I am. I can login as the original Super Admin, or as the temporary Super Admins that I am trying to remove.
This appears to have been plugin related, reacting poorly with WP 3.9+. My apologies.
Forum: Requests and Feedback
In reply to: "Keep Line Breaks" missing in 3.9.1I believe I am grappling with the same issues.
Line breaks are disappearing, even when they still appear in the source code for the same post/Page/whatever contains text.
Is this a feature/bug of the new version of the text editor bundled with WordPress?
Ziplist posted the WP3.9 capable version today! So fast!
http://wordpress.org/plugins/ziplist-recipe-plugin/
Thank you, Ziplist!!
Forum: Reviews
In reply to: [ZipList Recipe Plugin] Worked well until WordPress 3.9Thank you, Ziplist! Awesome, and so quick! Thanks again!
Forum: Reviews
In reply to: [ZipList Recipe Plugin] Worked well until WordPress 3.9I contacted Ziplist’s email support and they emailed me a new version of the plugin, which works perfectly. I would forward it to you, but don’t know how via the forum. Regardless, I believe they’ll post the fix shortly on WordPress.org.
Forum: Reviews
In reply to: [ZipList Recipe Plugin] Worked well until WordPress 3.9Thank you, I ran into the same problems. Hoping that a fix is forthcoming — soon!
Forum: Reviews
In reply to: [Getty Images] Does plugin work with new embed-images feature?Thank you, Getty Images, for your response. I appreciate it, and am very glad to hear of your on-going efforts with the plugin, especially with incorporating embeddable images.
Best wishes!
Forum: Plugins
In reply to: WooCommerce Categories – Sub-Categories Shortcodes & Page Display IssuesI am also wondering about this exact issue.
(I could copy and paste Mike’s post to a new topic, Esmi, but an answer or suggested link would be most helpful.)
The code examples on the Woocommerce shortcodes page does include this:
array( 'number' => 'null', 'orderby' => 'name', 'order' => 'ASC', 'columns' => '4', 'hide_empty' => '1', 'parent' => '', 'ids' => '' )I am wondering if I could insert comma-delimited category-id-numbers there, if that would work?
Also, if it would work, how could we get this code to display on a post/Page? I assume Woocommerce expects anyone using their cart to already know how to couch that snippet in code to make it work (I don’t).
This seems like a fundamental issue, for any cart; selected product subcats need to be arranged on specific Pages. Just like every store IRL, ever.
And perhaps there is a super obvious solution, but for the life of me, I haven’t been able to find it in weeks of (off and on) searching.
ANY HELP APPRECIATED.
Forum: Plugins
In reply to: [wp-greet] How to connect WP gallery to Page?It works! Thank you very much for your help, Tuxlog.
For what it’s worth, for anyone else, here is my version of how to install and setup the awesome wp-greet:
- Install plugin.
- Create a Page with “[wp-greet]” on it, and a link back to your store’s homepage, e.g., “Send another ecard now!” Publish the Page, but leave it out of your menu.
- Publish additional Pages/posts, as you like, creating WordPress galleries on each one. Keep these gallery Pages/posts in your menu so people can visit them.
- Go to admin wp-greet > Galleries, and click all the galleries you’ve created, and click “Save.”
- Check and save settings at admin > wp-greet > wp-greet.
- For “Gallery plugin,” choose WordPress.
- For “Form-Post/Page,” choose the first Page you made, the one with “[wp-greet]” on it.
- For “Mailtransfermethod,” choose SMTP.
- For “Static Senderaddress” and “Mailreturnpath,” enter an email address you’ve set up for this purpose, e.g., “ecards@yourwebsite.com.”
- Leave the BCC line blank.
- Put a check mark in for “Allow more than one recipient” and “Send image inline.”
- Leave everything else as is, and click the “Update options” button.
- Try to send an ecard to yourself or someone else: Go to one of your galleries, and click on one of the images; it should take you to a page with the image you clicked at top, and an email form at the bottom. Send it. If it works, you’re done. Revel in the awesomeness.
- If it doesn’t send (check your spam filter, etc., to be sure), you may need to adjust a plugin file so the email via SMTP function works. To do that:
- Go to admin > Plugins > Editor, and at top right select wp-greet to edit.
- Click to open the file: phpmailer-conf.php (toward the bottom right)
- The file has three lines to edit. Remove the // marks and change them to look like this:
$wpg_smtpserver="localhost"; $wpg_smtpuser="your-email-address-e.g.,'ecard'"; $wpg_smtppass="your-email-account's-password";
This is what appears to work for me, YMMV.
Tuxlog, please note if those instructions are incorrect, or if a better approach is available.
Forum: Plugins
In reply to: [wp-greet] How to connect WP gallery to Page?I have upgraded the login to super admin.
Forum: Plugins
In reply to: [wp-greet] How to connect WP gallery to Page?I’m sorry, but I could not find your email address on the site.
I sent a private message to your Facebook account.
Forum: Plugins
In reply to: [wp-greet] How to connect WP gallery to Page?Thank you very much for your help. This is the main plugin for ecards on wordpress, so I was confused why I could not make it work.
How can I send you the login information privately?
Forum: Reviews
In reply to: [Getty Images] Does plugin work with new embed-images feature?Apparently this plugin will make Getty image embeds responsive: http://wordpress.org/plugins/fitvids-for-wordpress/
Forum: Plugins
In reply to: [WooCommerce] Why is WooCommerce welcoming me 3 times?Is there a way to reduce/remove the multiple WooCommerce welcome pages from the dashboard?