Szabi – CodeRevolution

Forum Replies Created

Viewing 15 posts - 4,126 through 4,140 (of 4,223 total)
  • Author
    Posts
  • in reply to: How to post external product type? #453


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Yes, you are right, I need to investigate more on this issue.

    Until then, I found a resource to help on settings the product automatically to external: https://stackoverflow.com/questions/21647733/woocommerce-add-product-with-external-affiliate-type

  • in reply to: Seed page not properly loaded #451


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    I see now.

    The ‘Crawling Helper’ page was not supporting phantomjs before. I updated the plugin to v1.6.7.2 and added a new checkbox to this page: ‘Use PhantomJS’ – if you check it, phantomjs will be used for crawling in the helper page.

    Regards.

  • in reply to: How to post external product type? #449


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    First of all, thank you for your purchase.

    To be honest, I am not sure what you mean by ‘external product type’ – can you explain this, please? Maybe provide also an URL example for this.

    If I understand this correctly, you wish to create a WooCommerce product, with the Buy Now button linking to the original crawled product page?

    If this is correct, you can use the WooCommerce External Product feature, explained in this video:

    https://woocommerce.com/videos/woocommerce-external-affiliate-product-overview/

    However, to make this work also in the plugin, you will have to contact WooCommerce support and ask them how to populate the respective fields automatically, from PHP code.

    Ask them how to set the ‘Product Data’ field to ‘External Product’ and the ‘Product URL’ field to the external URL of the product, from code.

    Regards,

    Szabi – CodeRevolution.

  • in reply to: Seed page not properly loaded #447


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    First of all, thank you for your purchase.

    I checked and it seems that the page you are trying to crawl is uses JavaScript to display it’s page elements. This is invisible for normal PHP based scrapers like my plugin (only a dummy replacement will be shown). If you disable JavaScript in your browser, and check the respective page, you will see the same result.

    To make this work with the plugin, you will need to use phantomjs with the plugin – which can also execute JavaScript and make importing for this page work.

    PhantomJS needs to be installed on your server (you need access to the server using SSH, which is possible only on VPS or private servers). If you have a shared hosting, you can also ask the hosting provider’s support and ask if phantomjs installation is possible.

    Tutorial video on this: https://www.youtube.com/watch?v=hnEPlQSeAZE

    How to install phantomjs: https://www.youtube.com/watch?v=wWuI1mdIHwA

    Regards, Szabi – CodeRevolution.

  • in reply to: Ezinomatic not posting full article #443


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    I checked and it seems that the server IP address is blocked from accessing full article content from EzineArticles. This can be caused by the fact that the server is on a shared hosting, and also other websites from the same host are accessing similar content, and because of this, EzineArticles might block access for the server IP.

    To solve this, please contact your hosting provider’s support, and ask them to change the current IP address of your server – this will allow the plugin to start importing full content articles once again. If you have access to changing your server’s IP address, you can do this also manually.

    Regards,

    Szabi – CodeRevolution.

  • in reply to: Ezinomatic not posting full article #441


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    First of all, thank you for your purchase.

    Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com.

    Regards,
    Szabi – CodeRevolution.

  • in reply to: Schedule RSS run rules #437


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    I replied by email.

    Regards.

  • in reply to: comment Post on you tube not working #435


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    When you are doing it manually, the comment is visible only for your YouTube account.

    Please log out of your YouTube account and check the video for the comment you submitted manually, the comment will not be visible (because it is held by moderation – it needs to be approved manually, by the video uploader).

    The comment is visible only when you are logged in to your account which created the respective comment.

  • in reply to: comment Post on you tube not working #432


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    Some YouTube videos have set by their uploaded a policy to manually approve comments that contain links. So, the comment is uploaded to the video, but it waits manual approval by the author of the video.

    As you saw, not all videos have this settings in effect, so on some videos, comments will be shown instantly, on others, they will be shown only after the uploader approves them.

    Regarding bitly, can you tell me, please, what you tried and what did not work for you?

    Regards.

  • in reply to: Error in get response: #431


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    First of all, thank you for your purchase.

    Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com.

    Regards,
    Szabi – CodeRevolution.

  • in reply to: comment Post on you tube not working #427


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    Please go to this video example URL: https://www.youtube.com/watch?v=Rj7qqpuezI8

    Please sort comments by ‘Newest first’.

    You will see this (I think the first comment is your site):

    Regards.

  • in reply to: comment Post on you tube not working #425


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    First of all, thank you for your purchase.

    Based on the logs you sent, the plugin is uploading comments correctly to YouTube, can you tell me, please, where do you see the issue happening?

    Please provide more details on this issue.

    Thank you.

    Regards,
    Szabi – CodeRevolution.

  • in reply to: I want to run shedulder on every two or three minuts #422


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577
    Hello,
    Right now, the minimum amount of time after which the plugin can automatically run (even if you set an external cron job for this), is 1 hour).
    I limited the auto-running of the plugin to 1 hour minimum right now, to not allow users to over-use their server’s resources, and complain afterwards that the plugin is not working for them – with hour based running, I still have some similar cases, when people create 500+ importing rules, each running each hour, which drains their server’s resources and they come to me afterwards asking for help.
    If you know for sure that minute based running is fit for your server’s resources, I can implement minute based running in the plugin, just for you. I can make this feature available only for you (not to general public), because people don’t know how to use minute based running, and they will ask for support, when they over-used their server.
    I can make a payed custom plugin update for you, to add this feature to it, only for you, only on your server. Also, you will get plugin updates afterwards, as normal.
    If you are interested, please let me know. My email is kisded@yahoo.com
    Regards,
    Szabi – CodeRevolution.
  • in reply to: Craigomatic – Invalid reply from Craigslist: https://xxx #419


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    First of all, thank you for your purchase.

    Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out?

    Send it, please, to my email address: kisded@yahoo.com.

    Regards, Szabi – CodeRevolution.

  • in reply to: Wikiomatic – It doesn't work #417


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    First of all, thank you for your purchase.

    Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com.

    Regards,
    Szabi – CodeRevolution.

Viewing 15 posts - 4,126 through 4,140 (of 4,223 total)