Forum Replies Created
-
AuthorPosts
-
site seems down at the moment….
in any case (just checking): are you sure you did not install the plugins logged in as one (admin) user and then log in as a different user ?
if so, the admin has to give permissions in the plugins for that other user (there is an “access rights” tab at the top of each plugin)
>I did not realize it was Friday
sounds familiar…:)>This can wait until Monday.
ok, let’s pick up the pieces then>It will probably be tomorrow
if there’s no immediate urgency than that’s fine by me – or whenever suits you as it happens…..kind of late here.the domain mapping *might* have something to do with it, but i cannot be sure as it stands
not necessarily related, but no harm done, it might be worth re-saving your permalink settings
This reply has been marked as private.This reply has been marked as private.first of all i’d suggest you update/upgrade your network as per notice in your admin
i’d need admin access if you want me have a look at it.
if you do, post it here, marking the reply as privateThis reply has been marked as private.>now it is working
hooray>Thanks man for your very quick update and support..appreciated..
no problemin any case, there appears/might be a namespace collision with another plugin somewhere.
try updating the cloudprint plugin to the latest version (3.5.2) which I just made available (might take a few minutes to show up in your dashboard/plugin admin)Let me know if that helps or indeed if you still have the same issue after updating
can you send me a list of all the other plugins you have installed ?
you can go to wppizza->tools : [system info tab]
and copy and paste the output here (mark the reply as private if you wish)if you want to use the default template, use the filter
wppizza_filter_html_email_style to set the imageand set
$htmlEmailStyle['mailHeaderBackgroundImage']to something like
background:url('http://www.domain.com/logo.png') 10px 10px no-repeat;so – in full :
add_filter('wppizza_filter_html_email_style', 'my_prefix_email_style'); function my_prefix_email_style($htmlEmailStyle){ $htmlEmailStyle['mailHeaderBackgroundImage'] = "background:url('http://www.domain.com/logo.png') 10px 10px no-repeat;"; return $htmlEmailStyle; }see also: https://support.wp-pizza.com/topic/html-email-editing/
footer text as above
use wppizza -> templates to add/use a drag and drop template, setting it to html format.
logo: open the css section of that template and you’ll find site details -> table . the textbox underneath will have
padding:30px;text-align:center;background-color:#21759B;color:#FFFFFF;
in it by default. add your css background url declaration there to add your imagebottom of the mail: just go to localisation and add / adjust the footer text (it’s labelled ” Order Email: Text you would like to display at the end of emails after everything else.” )
>Is that possible?
no, sorryall you can do (which would at least add some linebreaks per group) is enable
wppizza->ingredients : options: Display ingredient groups in emails(assuming your have different groups for different sets of ingredients/topping to start off with of course)
>Should we edit the file located here wp-content/plugins/wppizza/templates/wppizza-order-print.php?
NO. NEVER edit corefiles. see the faq’s how to edit things> Because when we are trying to edit wppizza-order-print.php
i assume you are using the/a drag and drop template in wppizza->templates. wppizza-order-print.php has nothing to do with thoseit also appears your printer is offline. check out these
https://www.google.co.uk/?gws_rd=ssl#q=cloudprint+op%3Dofflinefirst thing to do/try:
– enable debug https://support.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/
– check the debug.log and your server error logs to see what the 500 error is about (it can absolutely be anything)
– de-activate the cloudprint plugin and see if the 500 error goes away (if you have no access to the backend because of the 500 and assuming you checked your error logs to make sure it’s caused by the cloudprint plugin to start off with, delete the plugin directory using ftp, you can always reinstall it)let me know what you find
PS: when you say “All of sudden, something happened and printer stopped printing the orders.” What changed ?
This reply has been marked as private.your site has a bunch of other problems. first of all i’d suggest you fix those.
to do that :
a) de-activate any caching plugin
b) enable debug like so https://support.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/
and check the logs
c) i would also recommend you have a look here https://support.wp-pizza.com/twentytwelve/our-menu/user/ for some toppings/ingredients examples , as there are also instructions/screenshots as to how these are set upok, no problem, i’ve removed the second screenshot . will just confuse matters leaving it
-
AuthorPosts