Showing all 2 results

0 comments on Premium Plugins

  1. For example I have made an option to add a custom meta data for every registering users having meta key as

  2. Very good information. Lucky me I discovered your blog site by chance (stumbleupon).
    I’ve bookmarked it for later!

  3. Howdy! I really could have sworn I’ve gone to this website before but after
    checking through a number of the post I realized it’s
    new to me. Anyways, I’m definitely glad I
    found it and I’ll be bookmarking and checking back often!

  4. Wow, fantastic blog layout! How long have you been blogging for?
    you made blogging look easy. The overall look of your site is excellent, as
    well as the content!

  5. Oh my goodness! Amazing article dude! Thank you so much,
    However I am just going through problems with your RSS.
    I don’t know why I cannot sign up for it. Is there anybody else having the identical RSS problems?
    Anyone who knows the perfect solution is it possible to kindly
    respond? Thanx!!

  6. Great site you might have here.. It’s difficult to get
    excellent writing like yours these days. I truly appreciate people such as
    you! Be mindful!!

  7. I really like your website.. excellent colors & theme. Did you design this website yourself or do
    you hire someone to get it done to suit your needs?
    Plz reply as I’m looking to construct my blog and would want to
    know where u got this from. thanks a lot

  8. You might like to put this to true:

    define( ‘CORE_UPGRADE_SKIP_NEW_BUNDLED’, true );

    Keeps wp-content clean / no Twentyseventeen theme etc πŸ˜‰

  9. Notice: Undefined variable: order_id in E:\xampp\htdocs\demos\wp-content\plugins\wpjit-restrict\include\enqueue.php on line 81

  10. Hi there,
    Would it be possible to change the default product visibility for variable products only?
    Thanks for your help.
    Kind regards,
    JP

    • do you want to pull all the products?, if yes then add the following code in your functions.php file located in your theme folder.

      add_filter( 'loop_shop_per_page', 'new_loop_shop_per_page', 20 );
      function new_loop_shop_per_page( $cols ) {
        // $cols contains the current number of products per page based on the value stored on Options -> Reading
        // Return the number of products you wanna show per page.
        $cols = 100;
        return $cols;
      }
      

      If still you have an issue then contact me. πŸ™‚

  11. Fantastic plugin, if someone buys the pro version how long are future updates? Also, has anyone reported speed or indexing issues using this?

    Lastly, how do we purchase the login logo pro?

    Thanks