smarta-brett
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] New Order email cannot be changed or added towow – who’d have thought !
thanks for the tip – all good now
Forum: Plugins
In reply to: [WooCommerce] New Order email cannot be changed or added toI changed the main admin email and now the default is the correct one for wooCommerce
it’s just that now my client will get any admin emails now which will confuse the hell out of the poor old bugger!
Forum: Plugins
In reply to: [Connections Business Directory] Alphabetizing by organizationthansk agin
neither of those worked
adding number 0 to Amarco Holiday House listing and then 1 to the next listing resulted in them both going in order – but displaying right at the bottom of the list –
so I think for this to work all listings would need a 1 or 2 in them to specify if its the first group (with pic) or 2nd group (without pic)I also tried sorting by ‘Biography’ (as those with photo also have bios) but that didn’t work either
I’m just going to leave it alphabetical and if they complain I’ll do the paid for Extention option
thanks again for the fast replies!
Forum: Plugins
In reply to: [Connections Business Directory] Alphabetizing by organizationThanks Steve
I used the “department” method – I put the shortcode in place ion the pageand magically all the ones with images re-shuffled to the top without me editing any of the listings (ie – the Department field is still blank) so that was great!
however there is one listing that is appearing at the very bottom despite having images and starting with the letter A
would you mind taking a look and see if you can work out why
https://ilukansw.com.au/wp/business-directory/
happy to give you Wp Admin access if you let me know where to send itPS all listings were imported from a CSV
Forum: Plugins
In reply to: [Connections Business Directory] Alphabetizing by organizationHi
I have a site for a Business chamber – as is the case with most business associations some members get more involved than others
I have just over 1/2 the members who have sent bio info & photo (while the other half have not)
I’d like to re-order the listings (I’m using cMap) so that the member who have given photo & bio display at the top and then the other underneath them
I looked at the shortcode but couldn’t really see one that would do that
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Modal out – Elements in ?hi again
i solved this with some css
.woocommerce-checkout .StripeElement {
width: 100%;
}
.woocommerce-checkout .stripe-card-group {
width: 100%;
}still not very pretty but it works
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Modal out – Elements in ?yes that image is different from what I am getting
when I uncheck Modal I just get a single line (see image below)if I uncheck “Inline Credit Card Form” it gives the separte panels – but the text entry areas are less than 1 digit wide
https://movieconvention.com.au/
front end pw = movies
put something in the cart
go to checkout – you’ll see the credit card entry is in a single linehere is a screenshot
https://movieconvention.com.au/wp-content/uploads/2019/04/stripe-error.jpgfront end pw = movies
thanks for the prompt reply
“Checkout Field Attributes” is what the menu in wordpress admin says but the actual plug-in is here
Forum: Plugins
In reply to: [WooCommerce] payment delayed until shipping caluculatedthanks you Amanda – that looks like it will do the trick!
I just noticed a directory called “ShortpixelBackups” – I guess that can be removed?
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Hide tab unless logged init’s OK – i got it to work – stupid me thought the field was called “staff-notes_tab” – it was actually “staff-only_tab”…. slaps forehead!
I’ve adjusted it and it now works
however this begs another question – it is possible to great a “global” tab that will appear on all products (instead of having to do one for each product)
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Hide tab unless logged inhi
I had that CSS and it did not work – I tried creating a custom field (not using YIKES) and the CSS code I sent was for that – sorry for the confusion!
the url is
https://greenlifestructures.com/
access password to view the site is ” greenhouse ”the product
https://greenlifestructures.com/product/6mm-quad/
has both a tab and custom fieldthe CSS is
.staff-notes_tab{ display: none !important; }
body.logged-in .staff-notes_tab{ display: inline-block !important; }to hide the tab
and
.staff-notes{ display: none !important; }
body.logged-in .staff-notes{ display: inline-block !important; }to hide the field
but they both display weather logged in or not
I am happy to send you admin login if there is a secure way I can do it
thanks for your help!
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Hide tab unless logged inHi Thanks Kevin
i tried that and could not get it to work
I have now also added a custom text field using WC Fields plug in to see if it would work witrhg that but it still shows up when not logged in
I am using
.staff_notes { display: none !important; }
body.logged-in .staff_notes { display: inline-block !important; }any suggestions?
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Hide tab unless logged inI just saw this – would it work that way?
and if so what would the code be for a custom tab?
- This reply was modified 8 years ago by smarta-brett.
Forum: Hacks
In reply to: field not showing in email notificationthanks for that
it worked – it ain’t as pretty as the rest of the email … but it works !
thanks agian