Forum Replies Created
-
AuthorPosts
-
Rachel StinsonParticipant
Try using this code, will definitely help you to remove the persistent nagging of Yoast. Because it works!
function remove_yoast_license_nag_from_admin_page() {
echo
‘<style>
div.yoast-notice-error {
display: none;
}
</style>’;
}add_action(‘admin_head’, ‘remove_yoast_license_nag_from_admin_page’);
Rachel StinsonParticipantInsert the following code and make sure to save the changes made:
add_action (‘admin_notices’, function () {
$ this-> activate_license_notice ();
}, fifteen );
//add_action( ‘admin_notices’, function () {
// $this->activate_license_notice();
//}, 15 );Rachel StinsonParticipantWhen you installed SEO plugin into your WordPress site, it should have started working. Reinstall it, you might have done something wrong.
Rachel StinsonParticipantTry to download free WooCommerce Dynamic Pricing & Discounts WordPress plugin v2.2.10. It might resolve your issue.
Rachel StinsonParticipantTo get control over woocommerce site, woo layout injector is indeed the most powerful tool. I searched this website https://elegantmarketplace.com/downloads/woo-layout-injector-subscription/ to know more about woo layout injector design and features.
i hope this helps you out.Rachel StinsonParticipantTo update new version of a plugin, go to your administration panel and select UPDATE section. If there will be plugins or themes that could be updated will appear in this section and you can select to update the plugin by clicking on the update plugins button.
April 23, 2019 at 8:10 am in reply to: Woocommerce Wishlists not redirecting after adding item #21311Rachel StinsonParticipantGuest may face such an issue, if admin has enabled the required login option. But if the option is disabled to show successful notice popin in plugin general settings, automatically guests will redirected to My account page.
Once you are logged in and still facing such issue,its something in your theme that overrides the wishlist slug. If the issue remains i suggest you to check with the default WordPress theme.
I hope this helps you out.April 23, 2019 at 8:03 am in reply to: WooCommerce Order Status Manager – can't change status #21310Rachel StinsonParticipantYou need to update your version, you might still using the old one. The upgraded version is 1.9.1, it is compatible with current woocommerce version.
Rachel StinsonParticipantUp date WP Hotel Booking plugin 1.9.6.2. Check the issue again. i hope it will help you out.
Rachel StinsonParticipantHi, I just wanted to say there is a great job being done here. The forum is a great source of help in resolving many technical issues. GPLDL is what I am enjoying. Whether it be themes or plugins or any assistance seeking query, you can find the smart ways to get everything out in here! cheers :)
Rachel StinsonParticipantI have heard great reviews on this,creation of multilingual store seems headache free using this.I would say that this should be a must try.Sometimes minor issues are being faced like “pll_language cookie broken #273” .This is the issue that I heard the most.
Moreover, I have a good experience running free versions of Polylang for several websites so you can also go for them :) -
AuthorPosts