dl292
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Popular Posts] How exact is this plugin?Great, thanks Hector. I will investigate further.
Could I just ask: How does it track a view. Is there some code which increments by one every time the page loads for example? I presume theres something preventing a user refreshing the page 50 times to automatically inflate the figures?
Cheers
Forum: Plugins
In reply to: [WordPress Popular Posts] How exact is this plugin?Im just thinking, could it be a caching issue? We’re not using any caching plugins, but perhaps there a caching setting on the server (such as Cloudflare has). What do you think?
Forum: Themes and Templates
In reply to: [CoverNews] How is the trending widget working?OK. Keep up the good work! ??
Forum: Themes and Templates
In reply to: [CoverNews] How is the trending widget working?Thanks for fast response! ??
So to confirm, the Trending panel only shows the last x posts?
Do you have a timescale for when it can show most viewed posts?Forum: Plugins
In reply to: [WooCommerce] All products are to been shown as sold after 1 purchase?Thanks!
Forum: Plugins
In reply to: [WooCommerce] How do I handle these shipping fees?Fantastic – thanks all so much. Ill look at this later today.
Forum: Plugins
In reply to: [WooCommerce] How do I handle these shipping fees?Is there not a way to do this in php? There are only 5 products that are ONLY available to UK.
Its almost like I need an option for a class that says “not available for delivery” rather than “N/A” that is currently the default value for a class. (Leaving it as “N/A” obviously means to ship it for £0).
Thanks so much for your assistance with this.
Forum: Plugins
In reply to: [WooCommerce] How do I handle these shipping fees?Great @seank123 – thanks for the concise answer. Ive got it working wonderfully!!
A slight complication Ive just realised: PRODUCT CATEGORY 2 is only available in the UK Zone. At the moment if I select a product from PRODUCT CATEGORY 2 and set my shipping address to another country, it says the shipping fee £0. In other words, its picking up the default flat rate of 0. I need it to say “delivery for this product is not availble to this location” (or similar).
How can this be done?
Forum: Fixing WordPress
In reply to: What the easiest way to sell event tickets?Forum: Plugins
In reply to: [WooCommerce] How to setup these Shipping feesThanks so much @seank123, I will do as you suggest, and report back here if I get stuck if thats ok.
Forum: Themes and Templates
In reply to: [Himalayas] How to create a child theme!?Thanks. Will do.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Apple Pay payment method issueThanks for your time Stuart. Thats very helpful. I will do as you suggest. ??
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Apple Pay payment method issueIve added
add_filter( 'wc_stripe_show_payment_request_on_checkout', '__return_true' );
To my functions.php file and Ive enabled Apply Pay in my Stripe settings and Im getting the error “IntegrationError: Please call Stripe() with your publishable key. You used an empty string.”
If I disable Apply Pay I dont get that error.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Apple Pay payment method issueThanks @stuartduff . But adding that filter wont solve the error Im getting. Or will it? ??
Forum: Networking WordPress
In reply to: Theme for a multisiteAh cool, thats good to know about the functions.php file cascading to sub sites.
The reason why I dont want to make direct edits to the various themes header/footer files is because I need this setup to be as hands-off as possible. We may have users that want to add their own themes etc… and I dont want to have to manually make edits to these. (IE: create a child theme, edit the header/footer files etc…). Also, if theres a change needed to the ‘all-encompassing header/footer’ then I just want to edit it in one place, and have that reflected across every website.
Or perhaps Im misunderstanding you(?). Is there another/better way to have a standard header/footer across all sub sites without having to edit all of the themes headers/footer files?
Thanks