ashf
Forum Replies Created
-
Forum: Plugins
In reply to: [PayPal for WooCommerce] Yith SubscriptionThank you for clarifying it.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Paypal Pro is not shownSorry, you are right.
I forgot I disabled force SSL when I got another checkout problem.Forum: Plugins
In reply to: [Swifty Image Widget] link on caption textThank you.
I didn’t notice that I can use html tagsForum: Plugins
In reply to: [Max Mega Menu] Themify FlowThank you.
It uses wp_nav_menu() in render_shortcode() if “default menu” is selected in header template setting.
So eventually It seems that Flow is compatible with MMM.Forum: Plugins
In reply to: [Max Mega Menu] Themify FlowWhat I ‘ve found so far is render_shortcode() in /tf/includes/modules/menu/module.php is outputting menu.
Also If you take a look the code, I seems that if you choose other than “default menu” in menu module setting of header template part, Max Mega Menu will not be shown.
Though you can modify render_shortcode() directly.Forum: Plugins
In reply to: [WordPress Post Tabs] Responsive designThank you.
Looking forward to it.Thank you for considering the new feature.
It would be nice if that includes regular expression or an action hook.Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Resie event on becoming visibleThank you.
Slider itself looks fine now.
But thumbnails under the slider left in wrong size even after msCli(“update”).Forum: Plugins
In reply to: [Quick Restaurant Menu] 2 columnsVote one for multi-column on wide screen!
None of popular restaurant menu plugin has it.
Looking forward to it.Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] .shiftnav-wrap padding setting requestThank you.
I think css box in setting panel is useful.
But some theme has fixed header that has variable padding in css.
So I had to remove the padding output from function.php since its !important.Forum: Plugins
In reply to: [Bogo] Fix admin laguageI noticed you fixed it.
Thank you very much!Forum: Plugins
In reply to: [WooCommerce] Hide specific variation infoMy bad. Not “archive”, it’s “achieve”.
typo.Forum: Plugins
In reply to: [WooCommerce] Hide specific variation infoWhat I’m trying to do is mimic auto-ship function from popular eCommerce sites.
I can use some subscription plugin to archive this.
But If you want to sell onetime purchase product and subscription on same product page, You have to use variation.
But Woocommerce does not let me use blank text for a variation.
So if you put variation “Auto-ship: No”, it show up everywhere including cart, invoice and so on.
This is lame.Only plugin you can archive it without any hack is WooAutohip which is really pricey.
https://wooautoship.com/Forum: Plugins
In reply to: [WooCommerce] Hide specific variation infoActually woocommerce_get_cart_item_from_session filter removes variation text meta from order info and it will be saved to database as is.
So woocommerce_get_cart_item_from_session filter alone is enough to archive my propose, I guess.Forum: Plugins
In reply to: [WooCommerce] Can eCommerce support attributes set function?Have you checked plugin like this?
https://codecanyon.net/item/woocommerce-extra-product-options/7908619