stsorrell64
Forum Replies Created
-
Forum: Plugins
In reply to: [Widgets for Google Reviews] Short code not generating properlyI found that I could not add the code into the widget using the live Customizer…I had to go into the widgets tab itself to add the code. Everything worked fine after that.
Forum: Plugins
In reply to: [Widgets for Google Reviews] Short code not generating properlyOkay…nevermind.
It works if I create a new page, but apparently doesn’t work properly in a specific widget area. I’ll work on it…Aha…forgive me. It is happening on more than one product…In fact, the above scenario describes any product with options where one of the options is set to “out of stock”.
So…in short, the radio buttons are not working properly on any product where any of the options are set to Out of Stock. Selecting even one of the in stock options does not allow the user to click the Add to Cart button.
Forum: Plugins
In reply to: [Robo Gallery - Photo & Image Slider] Issues with linksI never received a response from the developer. I’m found a work around for my issues, no thanks to them.
Forum: Plugins
In reply to: [Robo Gallery - Photo & Image Slider] Issues with linksUpdate to previous post:
I had forgotten that I have a paid PRO version of this plugin, so I should have access to the links feature on each image in a gallery. I deleted and re-installed the Pro Key and now it works again. But I do still have other issues, and I have submitted a ticket, which I hope is answered efficietly.
Forum: Plugins
In reply to: [Storefront Top Bar] Top Bar 2 not foundOkay. On a whim I disabled Gutenburg, which was the culprit. Considering the widespread usage of that plugin, you might want to check that out.
All is well now.
Forum: Plugins
In reply to: [WooCommerce] New Order Notification Email and HPePrint issueI’ve corrected this issue by using another method to print orders automatically.
I do not have a specific plugin that sent the email…I had entered my printer’s email address as the recipient in the New Order email field at Woocommerce>Settings>Emails. It was working fine…then it just stopped.
The emails are logged as successfully sent. But something is throwing it off. The HPePrint service can reject emails for a variety of reasons, and with the ever changing Woocommerce and other associated themes and plugins, I found it was going to be more reliable to find a new way to auto print my orders.
I use and continue to use Gmail for my email client, and unfortunately, Gmail does not have a filter to autoprint an email. So, I also installed Mozilla’s Thunderbird email client. With it, when I new order email comes in, I have a filter set to force it to print…and so far, so good. Matter of fact, I have orders that come to me from another source also, so this method works better for me…I can now print any incoming order, no matter which source it comes from.
So…my issue is indeed resolved, but certainly not due to finding a successful resolution with Woocommerce…but it’s all good. Like I said, the method I’m now using works out better for me anyway.
Forum: Plugins
In reply to: [Robo Gallery - Photo & Image Slider] Support is very slackI thought I had described it quite well. I’ve used this for more than two years. I had not made any changes to my theme, functions, or page setup, but yet after the last update, I could no longer scroll my home page on a phone…the page was frozen. Disabling the plugin worked, but I needed the gallery on other pages. So I reverted to a previous version and until I find another gallery that suits my needs, I’ll simply not update to the current version.
no…I have no scroll plugins, theme effects, or scroll navigation.
I did finally get an email from tech support, but a two day response time for an urgent support ticket is not adequate. I will be looking for another plugin.
I guess I have forgotten that I’m using Checkout Field Editor…which, according to other posts, is not supported.
Oh well. I’ll keep hoping that you add that support. In the meantime, I’ll still be looking for ways to print orders as they come in.
Forum: Plugins
In reply to: [Max Mega Menu] Menu disappears on Checkout page onlyDone. Thanks again…
Forum: Plugins
In reply to: [Max Mega Menu] Menu disappears on Checkout page onlyDude! Talk about feeling like a schmuck…yeah, that’s me.
That fixed it. Honestly, I don’t recall EVER changing anything in those particular settings. Once I built my site last fall, I have only tweaked other plugins…but not that one. Perhaps that is something that was fixed/updated/changed in a Jetpack update that caused this to happen recently.
When I was looking over everything to find the issue, here is what is actually stated in the Customization screen (didn’t look like anything to worry about):
Distraction Free Checkout
Removes all clutter from the checkout, allowing the customer to focus entirely on that procedure.Either way, thanks for the heads up. It wasn’t your problem, but you helped me out anyway…BIG THANKS!
Forum: Plugins
In reply to: [Max Mega Menu] Menu disappears on Checkout page onlyOkay…now I’m really confused. when I sent you the original message above, the menu was gone…when I deactivated the plugin, it returned, making me believe it was a plugin issue. I’ve spent the better part of my morning today, going through plugins, deactivating them, to see if I can narrow down any apparent conflict (and yes, I did revert to the Storefront Theme as you suggested…same issue). but now…I tried it again…I deactivated the MegaMenu plugin, but this time, the menu remained invisible on the checkout…so it is definitely NOT a plugin problem.
Now I have no clue what to do. Seems like this may have begun around the time I did a Woocommerce or Storefront update, but I can’t be sure.
But thanks anyway, Tom. Love the plugin, BTW.
that plugin does exactly what is needed…thanks for that suggestion! Now I can keep up to make sure that all emails are making it through to me.
Case in point…two days ago I created a simple application form for potential employees to fill out before coming in for an interview. One young lady has filled the form out twice and even sent me the screen shot showing the confirmation message…but I have yet to receive her email. Now I wonder how many others might be missing…and there’s no way to tell.
Forum: Plugins
In reply to: [The Events Calendar] Changing font size and color in widget areaI assume you changed the “Custom Rules” in the code to what you needed it to be? If not…here is what I added to my Additional CSS via the customizer…
.tribe-list-widget .tribe-events-list-widget-events h4 a {
color: blue;
font-size: 14px;
}In order to change the font size, change the 14px to whatever size you would like. 14px fits my theme and blends in well with the font sizes of other widgets and text on the page.
Hope this helps.