Jon
Forum Replies Created
-
Yes I would be interested in the Pro Version. The payment methods we have enabled on WooCommerce are PayPal and WooPayments.
I am trying to automate things for a very small company with very little in-house expertise, so I am not entirely clear on why the WooCommerce order needs to be created in SOS as a Sales Order instead of a Sales Receipt (other than the explanation of “that is how we do it now”). It might have to do with their SOS being integrated with QuickBooks or with needing SOS to be able to print UPS shipping labels. I certainly need to do some more research to see if it is a true requirement, or a matter of them not knowing that either option might work for them. Unfortunately, my expertise is in WordPress and not directly in any of the back end systems, so I am learning as I go.
Based on their preferences, I am trying to provide a solution where to cost is up-front, and not based on transaction levels or monthly subscriptions like some of the other Woo to SOS third party solution providers.
Feel free to reply here or via email directly regarding acessing the pro version. Thanks much for you speedy and comprehensive reply.
Forum: Plugins
In reply to: [Gallery Box] Gallery box backend not shownSame issue here, based on a fresh install today. Awaiting reply.
Forum: Plugins
In reply to: [Ultimate Lightbox] Disabling Lightbox for just one galleryThank you, I will give that a try.
Forum: Plugins
In reply to: [Ultimate Lightbox] Disabling Lightbox for just one galleryHaving a “skip selector” in a gallery is a great idea. I can tell you I have looked at a few other lightbox plugins, and they do not have that option.
Is there a way to just hardcode my own DIV or SPAN to wrap the gallery shortcode in that would have a class that would exlude lightboxing its output?
There does already seem to be a built in version of this…but this class might be coming from my theme or another plugin – I don’t know how it got there? See the sample of my gallery shortcode output below…there is a DIV that wraps the gallery output. <div ID=”gallery-4″> is a unique value for each gallery. Is there a way to grab that and use it to exclude lightboxing all the images inside it? I’ll do a little more hunting later on to see where that is coming from, or if it is actually a default feature of the wordpress gallery shortcode.
( FYI – There is also a GalleryID value, but that does not work well, as some galleries, like the ones I am working with which use media_categories instead of image IDs, always set the GalleryID to zero and not unique value for each gallery.)
EXAMPLE – using this shortcode: {gallery media_category=”12″} gives this output >>>>>
`<div id=”gallery-4″ class=”gallery galleryid-0 gallery-columns-3 gallery-size-thumbnail”><dl class=”gallery-item”>
<dt class=”gallery-icon landscape”>
<a href=”https://dennispearsonbeasties.com/yard1-2/” class=”ewd-ulb-lightbox”><img width=”150″ height=”150″ src=”https://dennispearsonbeasties.com/wp-content/uploads/yard1-150×150.jpg” class=”attachment-thumbnail size-thumbnail” alt=”” aria-describedby=”gallery-4-938″ srcset=”https://dennispearsonbeasties.com/wp-content/uploads/yard1-150×150.jpg 150w, https://dennispearsonbeasties.com/wp-content/uploads/yard1-75×75.jpg 75w” sizes=”(max-width: 150px) 100vw, 150px”></a>
</dt>
<dd class=”wp-caption-text gallery-caption” id=”gallery-4-938″>
Beasties in the yard </dd></dl><dl class=”gallery-item”>
</div> `FYI – The media library categories I use are created by this plugin. This page might be helpful in understanding what it does, if that becomes important.
https://wpuxsolutions.com/documents/enhanced-media-library/enhanced-media-shortcode-possible-conflictsThank you! I see that this does work. I appreciate the quick response.
Unfortunately, I cannot use this solution with dynamically created galleries, as they all show galleryID=0.
I am using categories and tags in my media library, and so my gallery shortcode looks like this {gallery media_category=”12″} and the unique GalleryID’s are only assigned for traditional galleries that call images by specific IDS. For dynamic galleries it is always GalleryID=0I tried setting GalleryID like this, but it did not work {gallery media_category=”12″ GalleryID=”123″}
I will take a different tack on this problem. Thank you anyway for your quick reply, it is much appreciated.
Forum: Plugins
In reply to: [Ultimate Lightbox] Disabling Lightbox for just one galleryAnyone have any ideas on this?
Basically looking for a way of Disabling the lightbox at the Gallery level instead of the image level?Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Option for Thumbnail navigation?Thank you very much, I missed that. Is there a parameter/setting so the thumbnails show up by default when the lightbox opens, instead of the user having to click the grid icon? I did not see an option like that.
Wow, thanks. Can you keep me posted by updating this thread?
If you need me to test something, let me know.Also, FYI, I am not a coder at all, but I do use snippets (https://wordpress.org/plugins/code-snippets/) to update a few plugins, so if you want me to test a bit of code via this method, I would be happy to do that as well, if that makes any sense for you. That is how the developer of this plugin (https://wordpress.org/plugins/shortcodes-ultimate/)provided me a patch that allows enhanced media libraries to work with his shortcodes
thank you for the comprehensive reply!
Just to clarify, the error message was only in response to using the media_category parameter. Photonic is working just fine otherwise.I was hopeful that since the Enhanced Media Libraries plugin does not actually “break” or re-write/hijack the native wordpress gallery function, that your plugin might be a small tweak away from working. (At least as far as I understand as a non-coder. They explain it more fully here: https://wpuxsolutions.com/documents/enhanced-media-library/enhanced-media-shortcode-possible-conflicts.)
But since that is not the case, I will have to look elsewhere for these specific types of galleries. Attaching the images to the post itself is not an options, since I need multiple unique galleries in one page.
For my other galleries, I really like your functionality and execution, and the ability to rename it to my own shortcode without affecting native galleries makes it easy to use both.
Thanks again for the quick response.Thanks to the excellent support from the Shortcodes Ultimate developer, I received a bit of code that makes his slider shortcode work with a custom taxonomy filter.
This is a great solution, but since that is not a full-blown, fully featured slider tool, I am still looking for any other suggestions I can get.BTW, in case this is useful to anyone, I guess some sliders cannot support filtering by a custom media taxonomy because, to quote the Shortcodes Ultimate developer, “It’s related to post_status=inherit added to media posts, while gallery/sliders only look for posts with post_status=publish.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Inactive for non-stock variationsI have a question on the same topic…but wanting a different outcome. I can post it on FB, but then how do I track it?
Here is what I will post on FB:
The Variation Swatches plugin does not seem to respect the out of stock status of individual variations. I would like to have the swatch color hidden from the customer entirely if that particular color is out of stock.If I disable the swatches plugin, then this behavior works as expected, the the name of the color in the default Woo variation drop down list is hidden by WOO, (when the checkbox for Products>Inventory>Out of Stock Visibility is checked).
When swatches plugin in enabled, the color swatches show up. Granted, they are not clickable, but I want them to be hidden altogether. Is there a way to make that happen?
As a side note, I noticed that Woo’s most recentupdate to 3.3.2 had the following note in its bug fix list: Fix – Set woocommerce_hide_invisible_variations to true so disabled variation attributes are hidden on product pages. So they may have just changed how this behavior works.
Also, i did find a snippet of php code that is supposed to fix this issue, but it did not work for me so I am not using it. If you are interested, here is the link: Found this code are this site. https://iconicwp.com/blog/hide-stock-products-woocommerce-catalog-pages/
Thank you.
Thanks for the reply, but it does not work for me.
(I mostly was hoping to get this into their enhancements list, but since I am not a paying user, I don’t get access to that.)
This fix worked for me. Thanks a ton!
Might mentions where to find the category-template.php file…
Its in the mysite.com/wp-includes/ folder. (At least that is where mine was) – I probably had no business editing it if I did not know where it lived…but it worked out fine anyway :).