Forum Replies Created
-
AuthorPosts
-
from your dropbox it looks like you DO actually have 2 categories, but only one is showing.
can you please post the info under wppizza->tools : system info(mark the reply with that data as private if you wish)
the changelog will tell you what has been done.(but in short, yes)
i believe this is fixed now as of 1.5.2
so, looking at the code of the plugin, other than being able to set this text, it is not actually implemented anywhere
maybe it was in an earlier version and i somehow managed to overwrite it , but instead of spending time to find out if that’s the case, I will just fix it.thanks for letting me know. there will be an update to that effect in the next couple of days.
sorry about that
every article element has the appropriate post id
sorry i forgot , there’s one more thing to change (same file)
approx line 156 changeif($_SESSION[$this->dbpSession]['dbp']=='') {to
if($_SESSION[$this->dbpSession]['dbp']==='') {it depends on a multitude of things, but the following should certainly help, so please try this :
a) make a backup of your site / db (also turn on debug like so please as it might come in useful : https://support.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/)
b) if at all possible i would also strongly suggest you do this on a demo/staging site instead of a live/production site first
c) open wppizza-delivery-by-postcode.php and edit as follows
on approx line 117 change
if ( is_user_logged_in() && $_SESSION[$this->dbpSession]['dbp']==''){to
if ( is_user_logged_in() && $_SESSION[$this->dbpSession]['dbp']===''){on approx line 125 change
$userMetaDbpKey=!empty($validAreas[$userMetaDbpLbl]) ? $validAreas[$userMetaDbpLbl] : '' ;to
$userMetaDbpKey=(isset($validAreas[$userMetaDbpLbl]) && $validAreas[$userMetaDbpLbl]>=0) ? $validAreas[$userMetaDbpLbl] : '' ;d) go to an wp admin : wppizza->post/zipcode “deliver options” page and save (this will clear the session so you are not looking at old data)
e) let me know if this is better/the same / worse.
there might well be a couple of other bits that need adjusting/changing (coding or set-up wise), but one step at a time
at the moment i think you are the only user that actually uses the redirection option to start off with.
i somewhat agree that it perhaps should not only redirect but perhaps also use that setting/selection in the site the plugin will redirect too. This is not the case at the moment and it just redirects and nothing else.Let me see what can do. I’ll have to see what other issues doing this may cause though
at the moment it seems to do as intended, but I’ll have to have a look again when you’re closed again.
just drop me a line when that is the case so i can have a look then@ jacknjons
a) please start your own topic and do not hijack somebody elses
b) the image you are referring to is non-exitent
c) what were you thinking by including some totally unrelated link to something totally unrelatedi have marked this topic as closed now
and a simple search for the message you get from AOL would also provide you with tons of info and links as to why it gets rejected
>that says that AOL will not accept delivery of this message:
then the right thing to do is contact AOL why they reject it.
I know nothing about your server setup . perhaps your server is blacklisted. Perhaps your ptr/mx/dmarc/whatever settings are incorrect on your server.
So you should also speak to your mailserver administrator.There is nothing I will be able to help you with
excellent. thanks for that.
i’ll make sure i’ll check it out when i get the chance.(i’ve also moved it to the user contributions as you suggested)
>but I don’t think that would work in this case
??? why wouldn’t it ???
in fact, you are definitely using parent wrong. parent() does not take any arguments/elements
maybe you should try
closest('article').find.....etcThis reply has been marked as private.>Can you see my private reply
sure, but
a) i cannot see any “view options” anywhere
and
b) if you want to do / customise things that the plugin does not provide, then that’s something that you have to do yourself really.see also https://support.wp-pizza.com/topic/customisation/i don’t know your site or where you are inserting your elements, but my guess is you are using
parent wrong
https://api.jquery.com/parent/except .parent() only travels a single level up the DOM tree
PS: you will also have received a couple of reminders btw before the license expired….
-
AuthorPosts