Szabi – CodeRevolution

Forum Replies Created

Viewing 15 posts - 3,001 through 3,015 (of 4,646 total)
  • Author
    Posts
  • in reply to: help about MultiLive #4281


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    Purchase code is used to get get automatic updates for the plugin. If you wish to move the license you activated to another site, please send me your purchase code in email to kisded@yahoo.com and I remove it from my database.

    Regards.

  • in reply to: help about MultiLive #4279


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    Hello,

    First of all, thank you for your purchase.

    Yes, the plugin requires ffmpeg to work. Please check this tutorial video on how to set up the plugin: https://www.youtube.com/watch?v=MeKM04967pQ

    Installation of ffmpeg: https://www.youtube.com/watch?v=k5ECxCKnzHE

    Regards, Szabi – CodeRevolution.

  • in reply to: YT Videos not posting #4277


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    Yes, you can force updates if you replace wp_cron on your site with server side cron. This will make scheduled runs more reliable also will use less server resources.

    Please check this tutorial showing how to do this: https://themeisle.com/blog/disable-wp-cron/

    Regards.

  • in reply to: Getting a Blank Page when I use Visual Selector #4275


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    Hello,

    First of all, thank you for your purchase.

    This is caused by the scraping protection mechanisms which are active on the sites you wish to scrape.

    To make this work, you can try one or multiple suggestions listed below:

    • Add a user agent to requests. You can do this using the ‘Set Custom Curl User Agent’ settings field. You can add there the user agent of the latest Chrome browser, ex: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36
    • You can install puppeteer on your server and configure the plugin to use it. Puppeteer is a headless browser, which will simulate a real browser when scraping pages and get access to more sites. You can do this by selecting Puppeteer in the ‘Content Scraping Method To Use’ settings field in importing rule settings in the plugin. Steps to install puppeteer: https://www.youtube.com/watch?v=KNOIJA4pTQo

    I hope this info helped.

    Regards, Szabi – CodeRevolution.

  • in reply to: MultiLive – Live Stream Broadcaster – Not Working #4271


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    Hello,

    I updated the plugin to the latest version on your site, now streaming seems to work, please check logs here: https://bdgetshop.com/wp-admin/admin.php?page=mlsb_logs

    Let me know if this helped.

    Regards.

  • in reply to: MultiLive – Live Stream Broadcaster – Not Working #4268


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    Hello,

    First of all, thank you for your purchase.

    I tried to use the provided credentials, but I got the following error:

    Error: The password you entered for the username admin is incorrect. Lost your password?

    Please send login info to my email kisded@yahoo.com so it will not be displayed publicly here.

    Regards, Szabi – CodeRevolution.

  • in reply to: YT Videos not posting #4266


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    It should be ok.

  • in reply to: YT Videos not posting #4264


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    Please created a couple more API keys from different accounts, just to be sure. I checked and you have a high number of rules in the plugin, more keys should be needed.

  • in reply to: YT Videos not posting #4262


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    Hello,

    I checked your site and it seems that the issue is caused by YouTube API quota limit on your account. This means that you make too many API requests and surpass the allowed limit, and as a result, afterwards YouTube does not provide any more info to the plugin.

    To fix this, please create multiple Google accounts and create for each a new YouTube API key and add it (as a comma separated list of API keys) into the ‘YouTube API Key List’ settings field from the plugin’s ‘Main Settings’ menu -> save settings.

    Regards.

  • in reply to: For panopticon search engine #4261


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    Sure, please check this link for details: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/

  • in reply to: YT Videos not posting #4257


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    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: For panopticon search engine #4255


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    For this, you will need to apply some CSS styling to your site, to change the color of the button.

    Please apply the following code to your site:

    #panopticon-submit-form
    {
    color: red !important;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, red),color-stop(1, red)) !important;
    }

    You can change the color red from above text with the color you need.

  • in reply to: I can’t get the plugin to accept a feed #4252


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    Hello,

    First of all, thank you for your purchase.

    Can you send me, please, the URL of the feed you are trying to use in the plugin, which is not working for you? You can send it also in private, to my email kisded@yahoo.com

    Regards, Szabi – CodeRevolution.

  • in reply to: Read More Button #4251


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    Hello,

    You need to add Custom CSS to your WordPress site, using the theme customizer. Please check details on how to do this, here: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/

    CSS can look like below:

    .pn-shadow-host js-pn-js-pn-create-project-modal

    {
    color: blue;
    }

    a.pn-shadow-host js-pn-js-pn-create-project-modal:hover, a.pn-shadow-host js-pn-js-pn-create-project-modal:active {
    color: red;
    }

  • in reply to: Batch Duplicate Rules? #4250


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    You can use any JSON pretty printer tool for this. Please check this example one, available online: https://jsonformatter.org/json-pretty-print

    Regards.

Viewing 15 posts - 3,001 through 3,015 (of 4,646 total)