iObject
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce POS - Point of Sale] Unexpected Token (SQL Error)1) None of my plugins affect product SKUs, but not all products have an SKU. Regardless, the error I posted above was for a product that had an SKU on it.
2) It affects all products.As for plugins, here are my WooCommerce-specific plugins:
The official WooCommerce Wishlists plugin
The official WooCommerce Composite Products plugin
USPS (Basic) WooCommerce ShippingThe only one of these that I could see potentially being a problem is the Composite Products plugin, but something also tells me it’s not that.
Forum: Plugins
In reply to: [WooCommerce POS - Point of Sale] Unexpected Token (SQL Error)To add a bit more detail, if that makes it easier to respond to, the orders still post on the “Orders” section of our backend. The only thing this error prevents us from doing is printing the receipt and opening the cash drawer automatically.
Forum: Themes and Templates
In reply to: [Sparkling] Read more not working in homepageIt seems the problem stems from the front page not using excerpts. I had to de-activate then re-activate post excerpts from the Customizer menu to fix it for my website.
https://www.ads-software.com/support/topic/read-more-button-not-showing-2?replies=5#post-8264011
This is a very annoying bug.Forum: Themes and Templates
In reply to: [Sparkling] Read More button not showingWell it seems after turning excerpts off then on again fixed my problem.
-.-
That was really annoying.Thanks for your help in this!
Forum: Themes and Templates
In reply to: [Sparkling] Read More button not showingHi, thanks for replying to my question!
I already had “Excerpts” turned on in the customizer menu under Sparkling Options->Content Options.
Also the more-link which is displayed in the Inspect Element window that you’re talking about does not look as good as a simple “Read More” button and would certainly hinder the user experience on mobile.
I actually can’t seem to find any option about the Read More button on the customizer and, as stated in my OP, changing the CSS properties did not seem to work.
Thanks,
-JosephEDIT: I just noticed it was suddenly fixed for some reason. Thanks for the update and help!
After updating to v. 1.1.3.1 the issue still persists. I also tried updating from ion slider to the WooCommerce slider and the issue did not go away.
On a side-note, the categories list has become a drop-down again so that issue is fixed while filtering by price still doesn’t show as a slider and rather two text inputs on the WooCommerce slider and one text input for the ion slider.
Screenshot:
https://gyazo.com/e2e7056ef92ad4688aac92482fde9c7eForum: Plugins
In reply to: [WooCommerce] Virtual Products – No Available Payment MethodI just found a solution during this time. The whole time I was telling WooCommerce to only work for my available payment methods, but since Virtual Products don’t use a payment method the system locked me out of the checkout process. The solution is to leave the “Enable for Shipping Methods” field blank on the COD settings.
Thanks,
-JosephEDIT: For some reason I can’t mark this topic as solved. Strange.
Forum: Plugins
In reply to: [WooCommerce] Virtual Products – No Available Payment MethodYup, I triple-checked it.
COD Settings:
https://gyazo.com/4bc57cf5ae25c91e5b7f397cd30e72e9During Checkout:
https://gyazo.com/7c6feff47fee7bb88181a6562e0ba4c9Forum: Plugins
In reply to: [Slideshow] Have multiple slides appear at once?Wow, I didn’t even see that option! Once I set it to 4 everything worked exactly how I wanted it to! Thanks!
Forum: Plugins
In reply to: [Slideshow] Have multiple slides appear at once?Yep, that’s exactly what I mean. I want to know if there’s a way to do this without having to edit the pictures on each slide to contain 4 images and re-upload.
Okay, I’ve filled out the contact form and will be awaiting responses through that. Would it be alright if I left this topic as “Not Resolved” until I get this fixed? I feel it’s necessary to set this topic as “resolved” and post the workaround for this issue once I get it fixed so other people can find it as well.
Forum: Plugins
In reply to: [Slideshow] Slideshow appears smallApparently my theme changed the size based on the content on the page. When I added more stuff the slideshow changed size. Brilliant.
Forum: Plugins
In reply to: [Slideshow] Slideshow appears smallAll that did was make the slideshow even smaller.
Here’s the URL to the website in question:
https://wackyzacksmagic.com/home-page/Forum: Themes and Templates
In reply to: [News Flash] Change Text Hover Color and BackgroundI found out the issue. It was simply a CSS error on my part!
I was supposed to use:
.navbar-nav a:hover { color: red; }
But instead I was trying to use:
a { hover: red; }
and
a:hover { color:red; }