bplanchee
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Number of Invoices SkippedSame problem here!
Going from xxx78 to xxx81. Could it have to do with manual orders?Also, I noticed when (by accident) clicking the ‘pdf’ logo (under the ‘actions’ tab) it DOES generate an invoice, for CANCELLED orders as well! That is a manual mistake that we can avoid, but how can we fix the above problem?
“Calculate document numbers (slow)” is OFF.
This is annoying because in Belgium we do need sequential invoices for bookkeeping. And I can’t find the missing numbers as well when searching for them in the orders (so they have not been assigned?)
Help? ??
Thanks!!
Forum: Themes and Templates
In reply to: [Storefront] Handheld (mobile) footer bar (menu)Aha, thanks Jesse! That seems to do the trick!
Although, there seems to be something wrong with the icons when sized down (they show as small squares (=unknown ASCII?) on a real mobile device (iPhone 5SE). It looks fine on desktop Chrome in developer tools though.
What could be the issue and fix?
EDIT: Deleting cache seemed to have solved the problem!
- This reply was modified 6 years, 8 months ago by bplanchee.
I found it;
those preferring not to update or to just change through custom CSS, add this:
.contact_submit_wrap { float: right; }
What line of code exactly was changed where?
Hi,
I have the same problem since the update! It’s not even centered right now
Would appreciate help to solve this as well.
Thanks
Forum: Themes and Templates
In reply to: [Zerius] Parallax background opacityHi Alexandra,
In the meantime I have found the solution to this on:
https://themeisle.com/forums/topic/remove-opaque-filter-on-big-title-section-image/#post-3792171The code above did not work; the one below did the trick:
.header, .header-content-wrap, .packages, .contact-us { background: none repeat scroll 0% 0% rgba(0, 0, 0, 0) !important; }
Thanks!