marco.marsala
Forum Replies Created
-
Forum: Reviews
In reply to: [WP Splash Page] Works but annoying bugBecause no support topic got answer in last two years :p
- This reply was modified 8 years ago by marco.marsala.
@dave031284 for requirements related to food ordering please consider plugin WP-Pizza too
It’s perfect π
- This reply was modified 8 years, 10 months ago by marco.marsala.
- This reply was modified 8 years, 10 months ago by marco.marsala.
Sorry, it was because they’re empty. Adding
$args = array("hide_empty" => 0 );solved the issueForum: Plugins
In reply to: [Post Duplicator] Wrong timestamp when copyingObviously they are. I discovered the issue was the theme using PHP function
date_timezone_default_setthat is not supported by WordPress, even if not mentioned in docs.I wrote a post here about this documentation fault here: https://core.trac.ww.wp.xz.cn/ticket/38940
- This reply was modified 9 years, 5 months ago by marco.marsala.
Forum: Plugins
In reply to: [Yoast Duplicate Post] Wont’ copy some custom fieldsSee screenshot: https://snag.gy/Xts0lF.jpg
Forum: Plugins
In reply to: [Yoast Duplicate Post] Wont’ copy some custom fieldsFor example these settings won’t be copied:
- βallow customers to add additional ingredients to this item ?β
- βalternative taxrate (0%) ?β
- This reply was modified 9 years, 6 months ago by marco.marsala.
- This reply was modified 9 years, 6 months ago by marco.marsala.
Forum: Plugins
In reply to: [WooCommerce] Free shipping for specific street address?Hi jeremybooze, it isn’t a plugin but custom code I’ve added to a legacy template. I can do this customization for you.
Forum: Plugins
In reply to: [Redirection] .htaccess never writterUh, just noticed you need to input the full .htaccess path in config.
Seems enabling direct cache files for home page (/) solves the issue.
Forum: Plugins
In reply to: [WP Super Cache] Preloading Custom Post Types and Custom Taxonomies pagesSeems working now after many reinstallations, but in some cases didn’t work.
It works from my phone now. But I think it is a counterintuitive and crazy way to do it. Everyone here think that disabling “Mobile Toolbar” from plugin options would have brought to the same result.
Hi Julka,
I simply want to get rid of the Mobile Toolbar.
MM
Actually, you need to hook into the function that is sending mails to sellers and add SMS sending code. I already did it in my food delivery site (under construction) using an Italian SMS provider (I’m in Italy).