tadswat
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Redirecting multiple pages with a regular expressionThanks John
Forum: Plugins
In reply to: [Redirection] Redirecting multiple pages with a regular expressionHi John,
Can I just ask if the following is correct.
In the above example for green products do I have to make two redirects?
/items/green/ to: /items/green-products/
and then add
/items/green/page/(.*) to: /items/green-products/page/$1Or will the second redirect listed above redirect the first and all subsequent pages?
I ask because to my mind /items/green/ and /items/green/page/ are different urls but maybe your redirection code treats them as the same?
Thanks
Forum: Plugins
In reply to: [Redirection] Redirecting multiple pages with a regular expressionWell don’t I feel dumb now ?? I had not enabled the regex button, and now I have it works just fine.
Thanks John ??
Forum: Everything else WordPress
In reply to: Redirecting multiple pages with a regular expressionHi Gerry,
Thanks for the quick reply. That last link was where I got my expression attempt from.
From reading other posts in the redirection thread I got the impression the plugin developer didn’t like to get involved with actual expressions and I fully understand why, that’s why I thought I would try here first.
I’ll post it there now though. Thanks
Forum: Plugins
In reply to: [WooCommerce Locations Pack] Making Counties a required fieldThanks Mark, that looks pretty useful.
Forum: Plugins
In reply to: [WooCommerce Locations Pack] Making Counties a required fieldOK, thanks for the reply, I was just wondering if your plugin was in some way preventing me from making county a requirement. I’m happy to hear this isn’t the case.
This is now closed.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Showing Incorrect Breadcrumbs On Product PagesI’m getting the same problem as well.
I have sub-catagories which are very important to my site navigation and now they no longer display in the breadcrumb navigation and like the OP says, random catagories seem to be selected as the main catagory ignoring what is selected as the primary catagory.
Forum: Plugins
In reply to: [WooCommerce] Error since latest update with product attributesHi Hannah,
Yeah, I’ll keep watching that thread, I’m just surprised there aren’t a lot more people reporting the same problem as what we are doing can’t be that unusual. I have seen people reporting pricing not working any more and that is an effect of the faulty code.
The fix in the thread you posted was just to fix the code in the import and export folders. I’m guessing the same approach needs to be applied to many other files throughout all folders as well but this is outside of my ability.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Error since latest update with product attributesHi Hannah,
I’ve edited the files and uploaded them, refreshed everything and no change.
Looking at the files you pointed me to, I’m not sure this is the same problem as the one I am having. This has nothing to do with import/export, this is just when editing and saving attributes.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Error since latest update with product attributesHi Hannah,
Thanks for the advice. I’ll edit the files tomorrow and will let you know if it fixes my particular problem.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Error since latest update with product attributesHi Hannah,
I have updated to version 3.5.2 but the issue persists.
Was the fix implemented or has it been pushed back to a future release?
Thanks
Mark
Forum: Plugins
In reply to: [WooCommerce] Problem with Product AttributesThat’s great, thanks Hannah
Forum: Plugins
In reply to: [WooCommerce] Problem with Product AttributesHi Hannah,
Thanks for the reply.
This has been tested with and without plugins enabled etc. In fact SiteGround support have tested it as well and tried it on a site of their own and got the same results.
Here is their response as they will be able to explain better than I ever could:
==================================================================================
“I went ahead and enabled all the plugins on the test site and changed its theme to the one on the live site, then I disabled all the plugins except Woocommerce
Code:
rugsuk38@ukm29 [~/public_html/test]# wp plugin status
11 installed plugins:
A advanced-db-cleaner 2.0.0
A contact-form-7 5.0.5
A product-csv-import-export-for-woocommerce 3.6.5
A js_composer_salient 5.4.7
A wc-variations-radio-buttons 2.0.2
A woocommerce 3.5.1
A woocommerce-advanced-bulk-edit 4.3
A woocommerce-products-filter 2.2.1
A woof-by-category 1.6.8
A wp-optimize 2.2.6
A wordpress-seo 9.1Legend: A = Active
rugsuk38@ukm29 [~/public_html/test]# wp plugin deactivate wp-optimize wordpress-seo woof-by-category wc-variations-radio-buttons js_composer_salient product-csv-import-export-for-woocommerce contact-form-7 advanced-db-cleaner woocommerce-advanced-bulk-edit woocommerce-products-filter
Plugin ‘wp-optimize’ deactivated.
Plugin ‘wordpress-seo’ deactivated.
Plugin ‘woof-by-category’ deactivated.
Plugin ‘wc-variations-radio-buttons’ deactivated.
Plugin ‘js_composer_salient’ deactivated.
Plugin ‘product-csv-import-export-for-woocommerce’ deactivated.
Plugin ‘contact-form-7’ deactivated.
Plugin ‘advanced-db-cleaner’ deactivated.
Plugin ‘woocommerce-advanced-bulk-edit’ deactivated.
Plugin ‘woocommerce-products-filter’ deactivated.
Success: Deactivated 10 of 10 plugins.
rugsuk38@ukm29 [~/public_html/test]# wp plugin status
11 installed plugins:
I advanced-db-cleaner 2.0.0
I contact-form-7 5.0.5
I product-csv-import-export-for-woocommerce 3.6.5
I js_composer_salient 5.4.7
I wc-variations-radio-buttons 2.0.2
A woocommerce 3.5.1
I woocommerce-advanced-bulk-edit 4.3
I woocommerce-products-filter 2.2.1
I woof-by-category 1.6.8
I wp-optimize 2.2.6
I wordpress-seo 9.1Legend: I = Inactive, A = Active
The issue still persists after that – https://drive.google.com/file/d/1dZpO-nhF1Ss7111jCFVqQh49h5Rj0n3N/view?usp=drivesdk
I looked further into this and what I was able to find is that if I comment or change the DB charset entry the Attributes are not even shown:
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);I checked the database and it is set in utf8:
Code:
mysql> show variables like “character_set_database”;
+————————+——-+
| Variable_name | Value |
+————————+——-+
| character_set_database | utf8 |
+————————+——-+Changing the collation to utf8 or utf8mb4 or commenting it has no effect or the whole attributes are disappearing/hidden from the interface.
Please check with them what might be causing this issue.
For your convenience, I am leaving this ticket in ARC (Awaiting Response from Customer) status for you to update.
Looking forward to your reply.
Best Regards,”
===================================================================================
So I hope that helps explain the problem.
I also took a video of what was happening if you would like to see it:
[video src="https://www.mediafire.com/file/9b80z3i0ic0bvw8/bandicam+2018-11-13+12-33-52-328.mp4" /]
I look forward to your comments.
Kind regards
Tad
Forum: Plugins
In reply to: [WooCommerce] Problem with Product AttributesCan I bump this or how do I get help on these forums?
Forum: Plugins
In reply to: [WooCommerce] Error since latest update with product attributesSo I’m new here and not sure how these forums work.
I have paid for WooCommerce so am I on the wrong forum?
If there is a different forum could someone please give a link and/or let me know how to make a support ticket.
Thanks