Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Get rid of Yoast SEO Premium nagging #21341
    Rachel Stinson
    Participant

    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’);

    in reply to: YITH premium plugin activation #21340
    Rachel Stinson
    Participant

    Insert 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 );

    in reply to: Activated Yoast Seo Premium #21334
    Rachel Stinson
    Participant

    When you installed SEO plugin into your WordPress site, it should have started working. Reinstall it, you might have done something wrong.

    in reply to: Advanced Dynamic Pricing for WooCommerce Pro #21333
    Rachel Stinson
    Participant

    Try to download free WooCommerce Dynamic Pricing & Discounts WordPress plugin v2.2.10. It might resolve your issue.

    in reply to: Request For Divi Woo Layout Injector #21321
    Rachel Stinson
    Participant

    To 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.

    in reply to: How to update new version of a plugin? #21312
    Rachel Stinson
    Participant

    To 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.

    in reply to: Woocommerce Wishlists not redirecting after adding item #21311
    Rachel Stinson
    Participant

    Guest 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.

    in reply to: WooCommerce Order Status Manager – can't change status #21310
    Rachel Stinson
    Participant

    You 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.

    in reply to: Woocommerce Bookings Extension #21309
    Rachel Stinson
    Participant

    Up date WP Hotel Booking plugin 1.9.6.2. Check the issue again. i hope it will help you out.

    in reply to: I just donated and it feels good. #21305
    Rachel Stinson
    Participant

    Hi, 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 :)

    in reply to: Polylang Pro & Polylang Pro for WooCommerce #21302
    Rachel Stinson
    Participant

    I 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 :)

Viewing 11 posts - 1 through 11 (of 11 total)