• Hello,
    i am trying to set up your plugin but i have problem with the selectors. When i click on “Get selectors automatically” button it starts loading and the step 1 and 2 are done within few seconds but the third step loads forever. I waited for a few hours then i lost my hopes and almost sanity and i stopped the loading even that there is a warning to not to. I tried this like three times, every time the same result.
    What am i doing wrong? Should i wait even longer?
    I believe that there will be some problem on my side, but i really dont know where.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you allow debugging?
    If not then find a string

    define(‘WP_DEBUG’, false);

    in your wp-config.php

    Add this strings below

    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_DISPLAY’, 0);
    define(‘WP_DEBUG_LOG’, 1);

    This will allow you to get debug.log file in your /wp-content folder
    Probably you’ll find the description of your problem in this log.

    And don’t forget to remove added three strings after discovering the source of troubles.

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi,

    Autoselectors feature is creating category and few products. When done it is trying to find the selectors based on the products it created. I don’t know what issue is there. You can provide here your site url and I’ll tell you the selectors you need to use.

    Regards,
    Dima

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with selectors’ is closed to new replies.