MiKeZZa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site with combined https://url and https://www.urlBut there are really more pages where this is @website-rob. so it will be many corrections.
Searching for ‘what-we-do’ results in some results in Yoast but also in these tables:
wp_postmeta (10 results)
wp_posts (59 results)Also there https://b was not found. But this trick brought me on track! The value in the database was not https://b but it was https://b and then my SSL-settings turned it into https://b… I think I’m (almost) there. Thanks a lot!
Forum: Fixing WordPress
In reply to: Site with combined https://url and https://www.urlHi @website-rob, yes it’s possible to find all the issues and adjust it manually but that’s a lot of work and I don’t know how to take care of not let this happen again.
About the location of storage; Fusion Builder is part of Avada. I think they use the database.
The strange thing is that this website was running at https://companyname.otherwebsite.nl untill this weekend and then I migrated it to https://www.companyname.nl. This by changing URL in the admin and a database search and replace by the Better Search Replace plugin. That did work for every part of the site. otherwebsite.nl is not visible anymore in database or pagesource at all. So also the parts that now are without www are changed in the last few days by these 2 actions. That’s what is so strange…
Forum: Fixing WordPress
In reply to: Site with combined https://url and https://www.urlHi @atxmatt
No I’m not familiar with it.I’ve purged cache in my plugin. Hosting is not caching and CDN is not used. And we are 4 days after changing some URL things. So I assume that the cache must be updates in the meantime?
@website-rob I know where they are. But I really can’t understand why I can’t find it my database or files at all. Where is this coming from…
Forum: Fixing WordPress
In reply to: Site with combined https://url and https://www.urlForum: Fixing WordPress
In reply to: Site with combined https://url and https://www.urlIt’s on many places @alanfuller. But by example here on the homepage:
Forum: Fixing WordPress
In reply to: Site with combined https://url and https://www.url@eulerarthur I’ve tried many of these things;
– Have had wp-config.php and functions.php filled with these 2 lines, but after that removed it and manually filled it in the admin because it didn’t change the issue
In my database https://b… is not found anywhere, only https://www.b….
Hi @alanfuller; it’s not URL, it’s the URL as provided in the section ‘The page I need help with:’ but I don’t want to mention it because of ranking in Google.
Forum: Plugins
In reply to: [BuddyPress Members Only] Unable to install last version (2.8.5)Yes this is way better @wesupport! Thank you very much.
Forum: Plugins
In reply to: [BuddyPress Members Only] Unable to install last version (2.8.5)Exactly same issue here! Hope there will be a fix soon.
Forum: Plugins
In reply to: [WooCommerce] Moving products to other category after orderOk thank you. We will give it a try here or I will switch to such an option.
Forum: Plugins
In reply to: [WooCommerce] Other my account for logged in usersHi @rur165,
It took some time to investigate, but this plugin is exactly what we needed. Great!!! Thank you.
Forum: Plugins
In reply to: [WooCommerce] Move sold (out) product to a specific categoryI let somebody develop it. Works great.
If somebody needs this too you can DM me, so we can share code and costs.
Forum: Plugins
In reply to: [WooCommerce] Move sold (out) product to a specific categoryOk thank you. So I now have 2 options:
1) Let somebody make it
2) Make it myself.I’ll start with option 2. If it’s not working I’ll switch to option 1.
For option 2 I now have a question to some technical people. I now have:
add_action( 'woocommerce_payment_complete', 'so_payment_complete' ); function so_payment_complete( $order_id ){ $order = wc_get_order( $order_id ); $products = $order->get_items(); foreach($products as $prod){ $productid = $prod['product_id'] //= $prod['name']; do_action( 'woocommerce_api_edit_product_category', $id, $data ); }
Google told me that this is an idea. It seems to be called when an order is completed. Then it will call the do_action. But I’m not sure what to do with $id and $data. I was expecting an productid and an categoryid or something. But the documentation is not clear about that. And the action is called ‘edit’, so I’m not sure if this is always connect a product to a category? I was expecting that you could also disconnect….
And what to do with this code? Must this be placed in functions.php or something? I know PHP a little, but adjusting WordPress/WooCommerce not so great.
Click undelete and use another plugin was my solution ??
Forum: Plugins
In reply to: [10Web Social Post Feed] Can’t create FeedThis is exactly what I encounter at the moment!
I have version 1.1.29 and WP is up to date. I was able to login with access token and so on. But now when I create a new feed I can hit Save, but no feed will appear in my feedlist.
Can somebody help me?
Forum: Plugins
In reply to: [WooCommerce] Strange behaviour of property slicerYes really great! Thank you…