klishb
Forum Replies Created
-
ever figure this out?
Forum: Plugins
In reply to: [WooCommerce Shipping & Tax] No longer picking correct boxIs it just me or is this a completely different problem? Seems like it should be in a new thread.
Forum: Plugins
In reply to: [Tappd Press for Business] Events won’t displayIt seems this plugin is very much unsupported
Forum: Plugins
In reply to: [WooCommerce Shipping & Tax] No longer picking correct boxHi Marcin,
Thank you for your response. I guess for now I’m going to try making the dimensions smaller to work around the problem.
Interesting that you went with a geometry-based approach. This is for my dad’s website and for him he’s only selling Maple Syrup bottles so the geometry is a bit strange. Is the new algorithm calculating off the assumption the products are a rectangle?
Forum: Plugins
In reply to: [WooCommerce Shipping & Tax] No longer picking correct boxIf this is the way it calculates box packing then I don’t see why it’s picking the large flat rate box now.
The medium flat rate top loading box should be a volume of 514.25 (11 x 8.5 x 5.5 in)
The volume of my two products is only 438.048 (5.2 x 5.2 x 8.1 in)When I turn on debugging that is the value returned by the USPS API for the medium flat rate box (I tested with a different product). Also, my product dimensions are shown on the cart page with debugging on. I can therefore confirm the correct values are being used, but it’s still not picking the correct box.
Forum: Plugins
In reply to: [Quick Restaurant Menu] Change Font TypeI’m new to all this so you might get a different answer from an actual web developer, but I’ll try to help. If you inspect the CSS it’s being overridden by this stylesheet in the plugin:
https://dev.bailiweb.com/luckyspub/wp-content/plugins/quick-restaurant-menu/assets/css/erm-front.css
Either set your font-family as !important in a less specific CSS selector or use the same selectors the plugin uses to override the built in styles. For example, try this selector for the section title that you mentioned:
.erm_menu .erm_section_title {
font-family: “Roboto Slab”;
}Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Redirect after loginI stopped using LearnPress. Too many issues and support was lacking. For example, I never heard back from them on this thread after he asked for the URL. I’ve switched to LearnDash which isn’t perfect either, but it seems quite a bit better.
I’ve been using this plugin to create redirects when needed. It can do conditional redirects that only execute when logged in and things like that.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Redirect after loginForum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Viewing other users coursesUgh. It seems like overkill to need that plugin just to secure things properly. I honestly want no defined instructor at all. I’ve gone out of my way to use CSS to hide all traces of the instructor.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Disable skip to quiz?I saw that, but didn’t consider it because the description says “Set a specific of time”. I’m not looking to do that. I just want them to go through the course. $40 seems like a high price to pay for that. It should be the norm.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Viewing other users coursesI already did that for one person, but there are 3 users that need access. I can only set one as author.