SmashBrando
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] 2.26 Breaks Button IconsThanks Alex!
Your support is always appreciated.Forum: Plugins
In reply to: [Jilt for WooCommerce] Deprecated WooCommerce functionAs someone who’s been digging into finding the cause of a 502 error on a site using Jilt, I can confirm the issue above is impacting sites and is not an isolated issue.
We’re experiencing the exact same errors in our log related to get_product_from_item and are getting intermittent 502 errors.
Any ideas? Possibly a different plugin.
Realistically I would like to create multiple galleries/albums/categories (i use all of these terms since it seems there is no common definition of these). I want to upload a ton of images to an album lets say, and then continue to upload more images as time goes on. Then I would like to use a short code to attach a a number of random images to that post. This way instead of getting a random gallery on a page refresh, I get a static set of random images.
I currently have the wordpress gallery capabilities working well. I just want a way to simplify the task of attaching images to a post.
Forum: Plugins
In reply to: Comment Image TaggingOkay, I updated my code on my mirror test site and I was able to get a generic image # below the image. However my goal here is not only to do that but to allow the user to comment on a specific image by referring to it in their comment. If you refer to the site I mentioned and scroll to the comments you will see what I mean.
A user can say #1 and then a thumb of that image will automatically be added to their comment.
I don’t see how to add that functionality given your tutorial. Unless I am misunderstanding something.
You can see by adding the code and making the recommended change what I have achieved. https://brandonjkidd.com/testpress/?p=336
Also there is a plugin called Image Counter that adds an image # to the image and does some nice styling as well. Could I use that to in conjunction with some custom code to achieve my goal here?