Rustaurius
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Issue with Excluding CategoriesHi rgallagher30,
Hope you’re having a nice day as well π How are you editing your FAQs, manually, using a page builder, etc. ?
It appears that either an extra opening or closing <div> may be present in the code. This could be because you’ve added an extra <div> HTML tag in one of your FAQs, probably unintentionally.
Forum: Plugins
In reply to: [Order Tracking - WordPress Status Tracking Plugin] Several contact emailsHello @matrixshopping,
What is your setting currently for “Set Order Email Frequency” in the “Basic” tab in the “Options” area? If it’s set to “On Creation”, the customer should get an email when their order is created, or if it’s set to “On Change”, they should receive an email whenever the status of their order changes.
Forum: Plugins
In reply to: [Ultimate WooCommerce Filters] Can’t find the filter resultsHi dapower,
The issue affecting the two users above was corrected months ago. We’d need to see your shop page to try and better understand the issue you’re having. Could you please provide us with a link to your shop page?
Thank you
- This reply was modified 7 years, 3 months ago by Rustaurius.
Hi @cogburnarsenal,
Sorry to hear about your missing orders, and glad to hear that you were able to restore them. I double checked before replying, and this plugin doesn’t use the wp_delete_post function or run any queries on the wp_posts table other than one that updates a post’s status:
$wpdb->query($wpdb->prepare(“UPDATE $wpdb->posts SET post_status=%s WHERE post_status=%s”, $OTP_Status, $WC_Status));
You can check for yourself by doing a text search of the plugin files for βwp_delete_postβ and βpostsβ.
Based on the above as well as the fact that we haven’t heard of anyone else experiencing a similar issue in the 5 years the plugin has been available, I think you might be looking in the wrong place for a culprit for your missing orders. Please let us know if we can help you figure it out in any way.
Forum: Plugins
In reply to: [Ultimate Lightbox] Disabling Lightbox for just one galleryHi Jon,
Do you have a link to the gallery you’re trying to disable?
If you don’t mind editing the JavaScript file, it would definitely be possible to disable for a particular gallery, but I’d need to see what classes are currently applied to the gallery to be able to suggest a change.
Adding a “skip selector” option could be an interesting feature idea for a future update as well.
Forum: Reviews
In reply to: [Ultimate WP Mail] “Send Later” feature doesn’t workHi bruceandmrgiggles,
Thanks for getting back to me, and thanks for clarifying where you were trying to send later.
The quick edit time/date option definitely won’t work, it’s just a default WordPress field for quick editing, we’re going to look into removing it in an update to avoid any possible confusion.
I tested out the scheduled send feature on my development server, and was able to send without any issues. Here’s a screenshot of that:
http://etoilewebdesign.com/Screenshots/Email_Scheduled_Send.pngDoes the email send normally when if you go to send it immediately instead of scheduling it? Was there any part of the date or time in the field that was left blank? If you’ve got a screenshot of the email you’re trying to send, and could send it to [email protected], that would be really helpful in terms of seeing any potential issues we might have missed.
Thanks for your help!
Forum: Reviews
In reply to: [Ultimate WP Mail] “Send Later” feature doesn’t workHi bruceandmrgiggles,
Thanks for the feedback, would love to help get the plugin working correctly for your site. When you say the “send later” feature, do you mean the “Send Events” that you set up in the “Options” tab of the plugin?
For the “quick edit” of the email, that would only make changes to the content of the email (ex. changing the subject line of the email), just like for a normal WordPress post, not schedule it to send at a certain time.
Forum: Reviews
In reply to: [Ultimate Product Catalog] No Support – waste of moneyHi @kbanderson04,
Just wanted to follow up, to make sure that the questions that you had got answered by our support team after the initial accidental delay. Please let me know if that was not the case!
Tim
Forum: Reviews
In reply to: [Ultimate Product Catalog] No Support – waste of moneyHi @kbanderson04,
Sorry that your email went unanswered since Sunday. We’ve looked into it, and it appears like your original email was accidentally archived while we were going through the emails we received over the weekend. You should have received a reply to the follow up email that you sent today, and I’d like to apologize again for any delay that this might have caused to your project,
Tim
- This reply was modified 7 years, 7 months ago by Rustaurius.
Hey sitebuilder,
Thanks for the feedback. We’re looking to balance trying to get more feedback on how the plugin can be improved with trying not to overly pester people. Do you have any suggestions on how we could change our message timing so that it’s less annoying but could still drive more feedback?
Thanks again for your help.
Forum: Plugins
In reply to: [Front End Users] Unable to login for Woocommerce checkoutHi ymzdev,
Font-End Only Users creates a separate set of users from standard WordPress users, to prevent them from having any access to the back-end of your site, preventing escalating privilege attacks on your site. As such, the users don’t have access to the standard WordPress user features.
Hi bit,
First off, sorry for the delayed reply.
Just to understand the issue that you’re having:
1) Are the orders that can’t be tracked coming in from WooCommerce? If an order is manually created using the plugin, does it display correctly the first time?
2) When you say that the plugin was working correctly, were the orders being added the same way (either via WooCommerce or manually)? Did anything change between the first day when it was working correctly and when you noticed it no longer working correctly (was the plugin updated, woocommerce updated, theme updated, etc.)?
Thanks for helping us to pin down what might be going wrong.
Forum: Plugins
In reply to: [Order Tracking - WordPress Status Tracking Plugin] Customer Form ErrorHi iknmg,
When you say “Manually change it”, do you mean that you’re changing the URL or that you’re just hitting “Enter” after putting your cursor in the address bar of your browser?
The tracking page that gets linked to from the customer form is taken from the “Emails” tab (the “Status Tracking URL” field), so you can double check that tab to make sure that you’ve got the correct URL in that field.
Forum: Plugins
In reply to: [Ultimate Product Catalog] additional information tabHi Vaclav,
In the “Options” tab, in the “Product Page” section at the bottom of the page, there’s an option titled “Product Page Elements (Additional Info)”. You can use those checkboxes to select what information you’d like to display in the “Additional Information” tab.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Contact formHi don,
I’m not sure that I understand your first question – are you trying to just add the contact form to the product page?
For your second question, you can add a custom field value to your form by adding
%custom-field-slug%where you replace “custom-field-slug” with the slug of the custom field that you’re trying to insert.