Forum Replies Created
-
AuthorPosts
-
you either use avada or you use 2012 , you cannot use both.
if you want avada to look like 2012 (for some reason) i suggest you ask them .i cannot help you with individual themes.
>It is possible to have 2 templates for the products depending on the page?
probably. you’ll most like have to create some templates for your theme you select and reference some of the wppiza templates (perhaps edited versions in your theme directory)
alternatively you can probably also show hide things with css
in any event, this isn’t really a plugin question but a “how to use themes” question , so i cannot really help you with that much
> I just want exactly a side like this twentytwelve.
just use the twentytwelve theme. that’s what that demosite is.
i ‘ll make a note of that, but can’t see this being very high on the list of things to do as i would have thought someone should be able to remember what he clicked on a quarter of a second ago…
read whats written next to in in big red letters….
layout -> menu items per page
i believe this should be fixed now in v4.10.5
weird.
i was positive i checked that and it was working as you (and I ) want it to.
I will fix that asap (might be a few days though)definitely a feature request.
will see what i can do. maybe in the next update (should be available later this week i hope)none of your post/zipcodes entered are enabled from what i can see….?!
can’t tell you without a link.
also, a screenshot of your defined post/zipcodes would be helpful (feel free to send it to dev[at wp-pizza.com if you dont want to post it here, ]> because the notice was appearing in html code
which is precisely why you should never output errors/warning/notices on a production site…(alongside security implications)do this instead
https://support.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/(or disable debug altogether of course)
i dont know why you would want to downgrade wp because of a php notice, but anyway , please read here
https://wordpress.org/support/topic/wp-43-wp_widget-deprecated
now we fixed it (and for the benefit of anyone else reading this)
setting the permissions to anything higher than 755 stops the ipn.php (silent post url) from working on some servers (which is fair enough)so, make sure your silent post url when accessed from your browser is nothing other but a blank page
funny thing is, it shouldnt really work if the silent post url does not send anything as just returning to the site when clicking on that link should not do much..i’ll double check though
can you send me the output of your system info in
wppizza->tools : system info please to dev[at]wp-pizza.com and perhaps the output when clicking “show php configuration” (alternatively give me access to the wp backend, but that’s up to you)also , how does the php_mail.log end up in your ipn directory of the plugin ?
furthermore, the permissions should not (have to ) be changed on the ipn.php file – you can if you really want to, but i would not recommend it
it’s the logs directory that has to be writable to by the plugin (which it would normally be automatically)updates are done when they are warranted. sometimes multiple times a day , sometimes a few days apart, sometimes weeks.
i expect the next one to be available in about a week or so (as a lot has changed so this one has taken a bit longer than usual)
PS: you can alwasy have a look at the changelog which will also give you an idea
20 August, 2015 at 6:14 pm in reply to: Disable preorder option for orders that are delivered? #11668you’d have to use a filter.
somethig like this i guessadd_filter( 'wppizza_filter_formfields_order', 'my_filter',99 ); function my_filter($formfields) { if(empty($_SESSION['wppizza']['selfPickup'])){ foreach($formfields as $ffkey=>$ff){ if($ff['key']=='wppizza_preorder'){ unset($formfields[$ffkey]); } } } return $formfields; }>But i will comply with your diplomatic answer that i won’t get help.
not sure i understand that sentence really…anyway a simple jQuery :
onblur
$(‘the button element’).trigger( “click” );should do the job
first of all, please do not post here AND email. we really only need a question once (and preferably just on the forum here for the benefit of all)
that out of the way, i replied to your email anyway, but here it is again for others
——————–
you’ll probably find that most people will just hit enter anyway.
that said, let me think about it for a bit.
it’s quite easy to do, but am not yet sure whether that’s actually such a good ideamight be in the next update if i cannot think of a reason not to do it
-
AuthorPosts