Cabaliero
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Hide download link on checkout pageHi @maykato!
This is exactly what I need!So, to solve the problem, I changed the following lines of code in order-details.php:
$downloads = $order->get_downloadable_items();
$show_downloads = $order->has_downloadable_item() && $order->is_download_permitted();to:
/**
* $downloads = $order->get_downloadable_items();
* $show_downloads = $order->has_downloadable_item() && $order->is_download_permitted();
*/Now there is no link to download files on the thank you page. But it is still in the mail message that the buyer receives.
Big thanks!!!
- This reply was modified 2 years, 11 months ago by Cabaliero.
Forum: Plugins
In reply to: [WooCommerce] Hide download link on checkout pageHi @rainfallnixfig.
Thanks for reply!
A found several plugins to override “Order received” page. But they have a different design compared to Woocommerce. This solution is not as elegant as I would like.
It would be great to remove the link by editing the page code.
I would be grateful if you can tell me how to do this.Forum: Plugins
In reply to: [Yoast SEO] Yoast SEO stopped working after migrate from HTTP to HTTPSHello, Maybellyne. Thanks for you reply, but unfortunately your links are irrelevant (do not contain any useful information about my problem).
Anyway PROBLEM WAS SOLVED by myself.
I refused to manually migrate to SSL and used the Really Simple SSL plugin. To my surprise, it eliminated all the difficulties of migration and kept my WordPress site fully functional (including Yoast SEO plugin).- This reply was modified 3 years, 8 months ago by Cabaliero.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Front page sections colorHello, Michael! You are amazing! Your method works like a charm! Thank you a lot! ??
Forum: Fixing WordPress
In reply to: Missing editor (Appearance > Editor)Thank you, menrique!
Forum: Alpha/Beta/RC
In reply to: 3.0 Alpha – Cant login after changing to multisiteWas the same problem with my multisite WP (ver. 3.0.2). Solved by deleting FTP directory with the same name as additional blog. E.g. with additional blog name “blog” you have to make sure there is no such directory in root (/blog). Hope it will be useful.