Forum Replies Created
- AuthorPosts
-
how can i remove that or translate it?
https://wordpress.org/plugins/wppizza/faq/ -> My shop doesn’t do Pizzas, how do I change the name and icon in the administration panel ?
one is the “WPPizza Categories” not change to the string i have set in the po file.
all others strings works“categories” is a wordpress string so install the correct language for your installation
re WPPizza , see abovehave you tried just putting the plain shortcode on a page somewhere ?
(i.e create a page and put [wppizza category=’!all’ ] in the content area and save)(ps: that shortcode is a loop in itself by the way – i .e it loops through items in category(ies))
sounds to me like you are putting a loop into a loop
i would suggest you first just put the shortcode on a page as opposed to using
<?php echo do_shortcode('[wppizza category="!all" ]'); ?>
in a template somewhere and see what happens
>many restorans working on holidays so it could be where useful to many restaurants to show when the open in holidays
i would have thought just typing it in somewhere would do the job just fine
(not sure why you want to make things unnecessarily complicated, but maybe i’m missing things)
sorry, but this really is your customisation/programming
you can of course already set opening times for specific date that override the others under
“Any dates/days where opening times differ from the standard times above (such as christmas etc).”
but if you want to display holiday names etc etc , that’s really your baby
there are a bunch of codesnippets though you could have a look at here
https://www.wp-pizza.com/forum/code-snippets/
and in your case, the following would probably/possibly be a good starting point
https://www.wp-pizza.com/topic/extending-the-plugin-with-a-class/
PS: don’t know why you are using “echo do_shortcode” instead of just the plain shortcode on a page…but that’s up to you. just wondered
Hi
from the screenshot you posted i can’t see anything wrong there
you have three different items, all of which are assigned to the same categorywhere is the problem ? am i missing something ?
>Added two custom groups but as I configure one group the customization of other was set to zero
hmm, i just added 2 more (custom) ingredients groups in your admin (labelled test 1 and test 2) without any problems
i did not assign them to any menu item, so it does not affect the frontend, but nothing got reset or set to zero or anything like thatcan’t see any issue there ….(?)
This reply has been marked as private.got partial access, but no access to ingredients…
hmm, all i get is “access denied”
got it , will have a look
phpinfo looks alright from what i can see.
still don’t have any access to the backend thoughcan you please also put a file (let’s call it wppizzainfo.php or whatever-you-want.php) into the root of your server with the following code in it
<?php phpinfo(); ?>
so i can have a look at your server settings
(let me know when you’ve done so and the link/url to that file)thanks
>I also have sent you an email with admin access to one of my sites.
haven’t received anything yet 🙁
once i do it’s probably more efficient to do it directly by email for the momentwhat puzzles me though is this:
>This Problem occurred suddenly on all of my sites.i would have thought something changed somewhere as things don’t tend to change “suddenly” without any reasons
either way, once i can have a look at your admin i might be able to tell more
>Please help.
i’m trying
>i can not read these massages, sorry
makes sense (because you are not the original poster)
anyway, i made the replys public, so you should be able to read themyou might also want to start a new thread….
also, is it possible to get admin access to http://www.amorepizza-service.de
so i can at least have a look ?
(in any case, make a backup of the db beforehand – always a good idea regardless)
d) and just to reiterate, if this was the case generally, i would have hundreds of emails/complaints (which just isn’t the case) so it seems there is something specific to your setup/theme/etc. don’t know yet. let’s try to find out what happend
couple of things:
a) your issue appears to be totally different to the issue of the original poster (but that’s just by the by)
b) It was working just fine.
so, what exactly did you do between it working fine and it not working anymore
c) Yesterday issue with paypal
totally unrelated – did you update the plugin ?
also read here – the orange bit (https://www.wp-pizza.com/paypal-gateway-extension/)
if paypal changes things i don’t know beforehand so can only react anyway
and if there are major things that pretty much break the internet (like the POODLE vulnerability) it will always take a few days to fix (though – from what i can make out , this was addressed more or less within 24hours) … - AuthorPosts