Forum Replies Created
- AuthorPosts
- This reply has been marked as private.This reply has been marked as private.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
for any further information regarding css and media queries, please use your favourite search engine
there are thousands of articles on the net regarding this , all of which will explain things in detailuse css and media queries
seems to me that perhaps your certificate on your server is the problem or ssl is not enabled but it’s just a guess
i just found somthing here
https://wordpress.org/support/topic/smtpautotls-overrides-smtpsecure-no-tlsssl-in-php-56/
(filter at the end of page)other than that, google is your friend
hacking core files is a VERY VERY bad idea (you will have the same problem every time wordpress updates)
All I can suggest is to look at your mail(error)logs and speak to your host
I know absolutely nothing about your server / server setup and if it’s not only the wppizza smtp settings but also other smtp plugins that throw errors then there’s clearly something wrong in your setup/credentials somewhere
there is no such thing as “Standard” style please refer to the shortcode documentation
https://docs.wp-pizza.com/shortcodes/This reply has been marked as private.> if the client wants to pay for it.
sure. (building websites is not a charitable event after all 🙂 )the whole layout there is done with css and media queries anyway so you could simply use the classes, id’s and elements provided (there are loads of them ) to overwrite things as needed
i.e float or scale things as is appropriate for your particular setup (but make sure to test things on different screensizes)>Do you know if this is something that anyone else has done successfully
probably, but i don’t know any particular examples off hand and – in any case – what’s suitable for your groups and ingredients available is probably unique to your site.i would not advise against doing it as such, but i can tell you that it needs a lot of fiddling with if you want to do it
i’m sure in some scenarios and for some themes what’s there can be bettered, but of course , i am only trying to offer something that’s universally acceptable for all scenarios (as much as this is possible)PS: if you dont want to wait you can also send me your *test* merchant key and md5key (if any) (if you do, mark the reply as private here)
and the currency you are using
i need to re-activate my epay.dk account until i can check things
i sent them an email , but dont know when they will replyi don’t find this very legible (just my opinion)
however (not exactly the same but will make it somewhat more condensed), it force wraps at 74 characters
if you want it to wrap sooner ,you could set a couple of constants to be lesshttps://docs.wp-pizza.com/developers/?section=constants
notably
WPPIZZA_PLAINTEXT_MAX_LINE_LENGTH
and
WPPIZZA_PLAINTEXT_MAX_LINE_LENGTH_WORDWRAPthe missing dot is just a typo here in this thread (it’s in the plugin though)
got a link ?
because using a server to send is quite different from using an email client
you’ll have to speak to your mail administratoryou could also try to disable the wppizza smtp functionality and see if you have more luck with another 3rd party smtp plugin
wppizza is of course not really a smtp plugin as such. i just added that option to perhaps be useful and i know it works on many/most servers (not to mention that i noticed that many smtp plugin store their smtp passwords in plaintext which – in my book – is far from ideal)
>What do you mean with “verify that the domain or address is defined for this server.”?
lol, *I* don’t mean anything by that. it’s the phpmailer script that says thiscan you check with your host/server admin first of all if From: Pizza XXX
is allowed to send in the first place to a non-local address (and/or have a look at your mail (error) log) - AuthorPosts