wedideas
Forum Replies Created
-
Hi Andrew, I’m using a thumbnail regeneration plugin already, but seeing as we have 10,000+ images it’s going to take quite a while ??
Hi Andrew,
I’m not sure as the new theme has different size thumbnails that would need to be rebuilt and I don’t fancy doing this on the live site en-masse.
I’ve also made some changes to some page content, along with updating several plugins on the test site. Is it possible that updating them on the live site could cause problems even though they were fine when I updated them on the test site?
Forum: Plugins
In reply to: [Fantastic ElasticSearch] Elasticsearch Status – always yellowI’ve managed to get around the yellow status by removing the need for replicas using the following curl PUT command on https://localhost:9200/_settings
{
“index” : {
“number_of_replicas” : 0
}
}Now my index status is showing as green, but for some reason the default WP search results are still showing up. I can query the index fine through POST and I’m getting the results I expect. An example query is…
{
“query”: {
“match”: {
“post_content”: “jewellery”}
}
}I have tried using my current theme (which uses the default wordpress search function) and by using the twentyfourteen theme and nothing happens ??
Can anyone help. Am I missing something obvious?
Forum: Plugins
In reply to: [Social] Social 3.1 update Facebook pages missing?Great stuff crowdfavourite – thanks for getting the update sorted so quickly, very much appreciated ??
Forum: Plugins
In reply to: [Social] Social 3.1 update Facebook pages missing?Same here – any ideas when this will be addressed as this function is very important to our site.
Thanks, James
Forum: Plugins
In reply to: [Stockists Manager for Woocommerce] Is this plugin being supported?Hi Nick,
After no updates about these issues, I’ve pretty much given up and I’m looking at moving our stockist function over to the Store Locator Plus plugin.
It is a paid plugin afaik but the support seems good and there a lot of extra functionality available via extensions.
https://www.ads-software.com/plugins/store-locator-le/
Hope this helps,
James
Forum: Plugins
In reply to: [Stockists Manager for Woocommerce] Allow location access resetThanks for the reply Dima.
Is it worth using a postcode entry rather than an automatic location setup?
When using the plugin in a live environment, especially on mobile devices the site asks for location information but without explaining what for. If a user could enter a zip/postcode instead, this would put the control in the hands of the user, and enable people to see what stockists were in an area they may visit at a later date.
Thanks, James
Forum: Plugins
In reply to: [Stockists Manager for Woocommerce] SQL Errors coming upThanks Dima
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Images on search suggestionsI’d like to know if this is possible too ??
Forum: Plugins
In reply to: [Stockists Manager for Woocommerce] Search by postcode optionHi Dima,
any idea when you’ll be updating the plugin with new features?
Thanks,
James
Forum: Plugins
In reply to: [Stockists Manager for Woocommerce] Some stockists not showing up :-(Hi Dima,
thanks for your replies – that makes sense and it’s all working as expected now. It’s taken me a while to go through all the products (1500+) and set the stockist correctly though!
I have a couple more feature requests if that’s ok?
On the stockist entry/edit page, can you increase the height of the categories field as it’s only showing around 4 lines and if you’ve got a lot of categories it takes a lot of scrolling to get to the one you want.
Also on the stockist edit page, it would be good to have the edit link near the stockist name. At the moment it’s over on the right and I had trouble seeing which edit link was for it’s respective stockist.
Thirdly, when a user clicks on a stockist link in the sidebar widget, it would be good to use a named anchor or something to take the user straight to the details in the stockists tab – it’s not obvious enough to a user that that is where the details load. By using a named anchor on the widget stockist link is probably the easiest way of doing this.
So rather than…
https://sitename.com/this-is-a-product/?stockist_id=1927
the url looks like…
https://sitename.com/this-is-a-product/?stockist_id=1927#stockistdetails
Does that make sense?
Thanks again,
James
Forum: Plugins
In reply to: [Stockists Manager for Woocommerce] Some stockists not showing up :-(Here you go…
This is one of the problem categories – https://i58.tinypic.com/11uho9u.jpg
Here is the stockist that is using that category – https://i57.tinypic.com/25swv7s.jpg
Here is the product on the front end – https://i61.tinypic.com/n6ru39.jpg
How does the stockist category work in relation to the WooCommerce product category?
How does the widget know what products to show in that WooCommerce product?
Thanks,
James
Forum: Plugins
In reply to: [Stockists Manager for Woocommerce] Some stockists not showing up :-(Hi Dima,
do you mean the woocommerce category edit page or the stockist plugin one?
Where do you want me to send the screenshots? To this post? Or via email?
Forum: Plugins
In reply to: [Stockists Manager for Woocommerce] No stockist messageThank you Dima, I think it’s a fantastic plugin and although it’s great as it is I think it could evolve into something really special ??
I’m more than happy to give some feature suggestions, but obviously understand if you’re busy and that not everything can be done.
Thanks,
James
Forum: Plugins
In reply to: [Yoast SEO] Problems with meta tags for categoriesI have a similar problem Squazz – I’m trying to put %%sep%% %%sitename%% variables in our category titles but for some reason the sitename isn’t showing but the separator is.