crdunst
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Download Monitor] Remove downloads from searchHi, check out the last post on this thread, you can use pre_get_posts in a function to limit search results to post types of your choosing:
Forum: Plugins
In reply to: [Twitter Widget with Styling] Firefox / httpsHi, thanks for getting back to me.
No the theme is the same, and we haven’t edited your plugin at all.
Strangely though I’ve just checked it again and it’s now working in Firefox! I tried it repeatedly earlier without success – perhaps it was an issue pulling from twitter or something.
Sorry to have bothered you, I’ll mark this as resolved.
Many thanks,
ChrisI just updated this plugin on a couple of sites. I had the same nag too on one of the sites, but not the other.
I think it was caused by trying to close the strip across the top, before closing the tour pop-up over the left menu.
On the other site I updated, I closed the tour pop-up first and then the top strip message, and didn’t get the repeated message.
I also don’t understand why either of these messages are displayed – I’ve just updated the plugin, so I don’t need to be reminded of that fact. Likewise the plugin isn’t a fresh install, so I don’t need the tour. Closing two pop-ups/nags is no big deal on the face of it, but when it’s repeated, or you manage dozens of sites, they start to grate…
Forum: Plugins
In reply to: [WooCommerce] Changing lightbox image sizeIf it helps anyone else, there doesn’t seem to be a filter for this, but you can copy the \single-product\product-image.php template into your theme, and edit it as follows:
Replace
$image_link = wp_get_attachment_url( get_post_thumbnail_id() );
With
$image_link_array = wp_get_attachment_image_src( get_post_thumbnail_id(), 'large' ); $image_link = $image_link_array[0];
Just replace the ‘large’ image size with whichever size you want to use.
Forum: Plugins
In reply to: [WooCommerce] some problem with categories – not all shownAre you 100% sure your missing categories have published products assigned to them? That’s the only thing I can think of.
Could one of your category names be breaking the display of them perhaps? I know Woo/WP is multi-lingual, so should work fine with Hebrew, but maybe one unusual character is causing a problem?
Perhaps try creating an extra test category, with the same name as one of the categories showing, and assign a product, see if your site displays it?
Forum: Plugins
In reply to: [WooCommerce] some problem with categories – not all shown@do0rway – are your missing categories actually sub-categories? i.e.
-category ---sub-category (missing) ---sub-category (missing) - category
If so, that could be the way your theme is designed – to only show categories and not the sub-categories.
I noticed you’re using Avada – that theme has a ton of options. You’d be better asking over there at their support forums, they may be better placed to help you.
Forum: Plugins
In reply to: [WooCommerce] Change text & icon in "Your Cart" area of top bar@dyers2 – the icon is added in by your virtue theme, not WooCommerce. It’s using a specific icon font built in with your theme.
Swapping it out with css is an easy enough job for a developer, but your theme is premium anyway, maybe the theme developer will advise on this for you.
Forum: Plugins
In reply to: [The Events Calendar] Equivalent to tribe_month_year_dropdowns()Thanks for getting back to me. We just went with a modified TribeBar as it happens, but your info is useful to know for the future.
Best regards
Thanks again, but unfortunately they’re still not coming through.
I’ve picked out what I believe to be the correct api key, client id and list id, based on guidance here: https://www.campaignmonitor.com/api/getting-started/#authenticating_with_an_api_key
I’m using the client id, and the client api key, I’ve even tried what looks like an overall api key in account settings of CM, but they’re just not dropping in there whichever one I use.
I’ve tried switching off contact form 7 db, just in case of a conflict. It’s not happening.
I think I might have to go with Paul’s compromise above. Thanks for helping out though.
Thanks Dave, that’s really helpful. Your version is identical to mine as it happens – using fmzac’s updated snippet above, but it’s not working for me.
Just to confirm – is your WP and CF7 up-to-date? If so, perhaps my key/client/list details are incorrect.
Thanks for posting, it’ll help me pin down the issue.
Thanks for that, it might be a good workaround if no-one has the core plugin working.
CheersGuys, can anyone post a full copy of the file somewhere? I’ve just spent 2 hours going round in circles editing the file with comments from above and elsewhere, trying to find the correct campaign monitor client/list ids, and I’ve still not got it working.
If someone has a copy of the plugin working perfectly with the latest contact form 7 and wp4.0.1, could you please post the contents of cf7-campaignmonitor.php on codepad.org or equivalent?
Thanks in advance…
Forum: Plugins
In reply to: [Event Organiser] Adding custom post types to the calendarThanks Stephen, as ever, great documentation and support, thanks.
My client is already using WooCommerce for selling trips, to make use of a number of WooCommerce addons. I’m familiar with your pro version though – I’ve recommended it and implemented it for another client, and I’ll continue to recommend it.
Cheers.
Forum: Plugins
In reply to: [Event Organiser] Schedule summary on front endHI andyx2v, if you check the template files from within /plugins/event-organiser/templates/, you can copy the ‘single-event.php’ template from there into your theme directory.
You should then be able to copy out the meta information from ‘event-meta-event-single.php’ into your version of the single-event.php
See more here: https://wp-event-organiser.com/documentation/editing-the-templates/
Forum: Reviews
In reply to: [Pay for Payment for WooCommerce] Great idea but where is the plugin?WooCommerce > Settings > Checkout > PayPal for example – the settings are on each payment option