vladko13
Forum Replies Created
-
Thank YOU 🙂
Hmm, I can see 5 out of 5 stars there:
https://www.dropbox.com/s/526y8c5epomv22t/Opera%20Snapshot_2022-02-25_172504_ww.wp.xz.cn.png?dl=0
Well that was lightning-fast!!! 🙂
It really works now – and is a testament of the level of support you’re offering. Thank you, Elliot!
Hello,
Thanks for the reply. I just wanted to make sure we’re on the same page about the scenario I need.
Let’s consider this: I want to give a gift item if the cart amount is at least $50 from non-discounted products.
Scenario 1 cart contents:
Product 1: $30 (non-discounted)
Product 2: $25 (non-discounted)
Product 3: $10 (non-discounted)Total cart amount (from non-discounted products): $65
Gift – OK to give.
Scenario 2 cart contents:
Product 1: $30 (non-discounted)
Product 2:$25$15 (discounted – does not count)
Product 3: $10 (non-discounted)Total cart amount (from non-discounted products): $40 (Product 1 + 3)
Gift – NOT OK to give.
Forum: Plugins
In reply to: [MailChimp Forms by MailMunch] Option to exclude unnecessary jQuery loadSure – thank you.
@alexdelmont , another workaround (albeit manual) would be to use a module like “Intuitive CPO” to be able to re-order the meetings in the admin.
This is far from ideal, also – your JS solution is better, since it is automated.
Forum: Plugins
In reply to: [WooCommerce Product Carousel Slider] Multisite not supportedYep – sorry for the confusion. It seems WooCommerce is not being detected as “active” if it is activated on a network level.
Forum: Plugins
In reply to: [WooCommerce Product Carousel Slider] Multisite not supported@robpl1 Actually we found a solution. If you leave the module OFF on a network level, and activate it separately for each sub-site, it works 🙂
One more thing I found:
When I disable and enable the “Hide Backend” feature, it works partially. That is, if I visit the /wp-admin URL I get the /not_found page. BUT if I try to open the /hideme URL and get redirected to http://127.0.0.1/?itsec-hb-token=hideme, it seems to already “reveal” the /wp-admin URL and make it accessible. Si it seems it writes the proper cookie, but the redirect is wrong. Looks to me like the developer left his own address for local testing for the redirect.
I get this too – [date] is OK (without JS datepicker) without the module. But when I turn on the module, even the native [date] is visualized as a shortcode.
Forum: Plugins
In reply to: [Contact Form DB] Non Registered / Logged In User Cant View DataHm, I am setting the Shortcode setting to “Anyone”, but still get the login screen or “You do not have enough permissions” message.
- This reply was modified 9 years, 8 months ago by vladko13.
Forum: Plugins
In reply to: [Hyper Cache Extended] Exclude caching a particular page?Yes – in the plugin settings you have a “URI to reject” section. There you can paste all the URIs you want excluded, one per line – e.g. if you want to exclude http://www.yoursite.com/about, just enter “/about” in the URI reject box.
Forum: Reviews
In reply to: [AdRotate Banner Manager] Breaks the siteWhat do you mean by parallax? The scrolling effect for backgrounds / elements?
Forum: Plugins
In reply to: [WooCommerce] Allowed Countries in Shipped vs. Virtual ProductsI have exactly the same issue – physical product for the US, and virtual products worldwide. Maybe this is possible through some WooCommerce plugin?
Forum: Plugins
In reply to: [Nice Navigation] Does not show menu arrowYes – it does work with “List pages…” options, but when you select the wp_nav_menu() option the generated code does not add the “has_children” class to the necessary objects, and thus arrows do not appear.