Forum Replies Created
-
AuthorPosts
-
>function of wordfence
yup, seems all wordfence is doing is hiding WP version no (for whatever reason that’s supposed to be good for)so it seems something else is getting rid of all other version numbers everywhere else….
anyway, jut thought i’d mention it. what you do about it is up to you of coursewell, of course it’s possible.
but you will have to write your own script/php/js using the filters in ajax/admin-get-json.phpno
i don’t even know what the benefit would be
furthermore, technically speaking , it *is* actually htmlyou have installed 2 versions of wppizza on the same domain ????
as in the files literally exist 2 times ?
Enable “empty cart” button has nothing to do with this (well, only very remotely)
there are plenty of plugins available on wordpress.org that let you duplicate/clone posts
(make sure the one you think of using supports custom post types though)
by default it doesnt do that anyway
seems to me you might have “Cart per site:” turned off (wppizza->settings) ?>protects version numbers by default.
possibly, but i doubt it. if so , it would be exceptionally stupidlet me explain why:
a) visitor comes to your site , does stuff. scripts are now in his cache
b) you update site/plugins with newer versions
c) visitor comes back to your site. browser of visitor says: cool it’s the same file, no need to download again
d) result: site doesn’t work as visitor is using old script…..unless that is wordfence does something very clever with expiry times somehow
>can you check
how ? got a link ?
> Duplicate the shared sections?
actually duplicate the menu item i would have thought, but essentially , yes
you cannot have the same item not available and available at the same timethere is a “minicart” available (check the widget/shortcodes) which does some of the things (at the top though not what you call “footer”)
may i ask for what purpose?
the input type=”date” doesnt work in IE ….(nor do most other types apart from the standard input, button etc)
turn on debug, and check the logs
i can’t even guess from the info you are giving here22 September, 2015 at 1:31 pm in reply to: Google Map Location and save IP-Adress from customer #12525This reply has been marked as private.This reply has been marked as private.22 September, 2015 at 1:16 pm in reply to: Google Map Location and save IP-Adress from customer #12522there are a ton of action hooks you can use for this sort of thing.
for example
add_action('wppizza_emailhtml_end','some_function'); funstion some_function($param){ echo"<tr><td>".$_SERVER['REMOTE_ADDR']."</td></tr>"; }or something along those lines
22 September, 2015 at 1:11 pm in reply to: Google Map Location and save IP-Adress from customer #12520> but not everyone know how to make orders from different ip-adresses
but the people who want to send fake orders are the ones that most likely do know
@kaybee
i’m confused.
you are already using 3.0.2 from what i can see, so there would not be any updates showing up anywaythat said, if you downloaded it manually and updated from 2.1.7.somethimg
then this should work a lot more reliable now for versions 3.+
22 September, 2015 at 2:05 am in reply to: Google Map Location and save IP-Adress from customer #12514>a simple Google Map Image which shows the ordered location…
there is nothing “simple” about getting the order location based on what address people input in some form>if someone orders something the IP-Adress will be saved…
it already is actually and i could – optionally – display it somewhere.however, using ip addresses to identify people doing fake orders (if that is what you are referring to) is VERY simple to circumvent as well as VERY unreliable.
i can easily do 10 orders on your site from 10 different ip addresses without any effort so the above would not help you at allit works just fine as is.
i suspect however you want to not show images in the frontend, in which case
a) don’t upload any
and
b) disable wppizza->layout :Display placeholder image when no image associated with meal item:>So I guess you should still implement the changes
already done that… -
AuthorPosts