Forum Replies Created
-
AuthorPosts
-
January 19, 2021 at 2:40 pm in reply to: puppeteer setup needed to run plugin #2555
Hello,
Please check this tutorial for CentOS 7: https://frugalisminds.com/how-to-setup-puppeteer-in-centos-7/
Yes, after I finished the video, puppeteer is installed and available on the server. However, if you don’t install puppeteer globally, using the -g flag in the install command
npm install -g puppeteerthan, it will be available only in the folder where you install it. So, if you don’t want to install it globally, you will have to place it in the folder where you wish to use it (in the case of the Crawlomatic plugin, in the \wp-content\plugins\crawlomatic-multipage-scraper-post-generator\res\puppeteer folder.
Regarding Plesk, I am not an expert in it, I can recommend this tutorial with info on installing nodejs on it: https://www.plesk.com/blog/product-technology/node-js-plesk-onyx/
If you don’t manage to install it, I can recommend migrating your site to a server where Linux bash will be available (Google Cloud Hosting or DigitalOcean droplets).
I hope this info helped.
Regards.
-
January 18, 2021 at 9:41 pm in reply to: puppeteer setup needed to run plugin #2552
Hello,
I can offer this tutorial video showing how to install Puppeteer on Linux: https://www.youtube.com/watch?v=XkVfYWRZpko
I hope this helps. if not, let me know.
Regards,
Szabi – CodeRevolution.
-
January 18, 2021 at 10:30 am in reply to: Yellow Tab appears/Won’t Exstract #2549
Hello,
First of all, thank you for your purchase.
I checked on my test site and for me, getting content from ‘Australian Financial Review’ worked. Because of this, I think that the issue in your case is related to plugin settings.
Please check this article for info on what to check when the yellow symbol appears when importing content: https://coderevolution.ro/knowledge-base/faq/i-get-a-yellow-rombus-when-manually-running-my-post-importing-rule/
Let me know if this helped.
Regards, Szabi – CodeRevolution.
-
January 17, 2021 at 2:21 pm in reply to: how can i remove these fields ? #2546
I am glad to help.If you enjoy the plugin, please give it a rating on CodeCanyon, it is really appreciated. 🙂Kind Regards,Szabi – CodeRevolution. -
January 17, 2021 at 1:17 pm in reply to: how can i remove these fields ? #2544
You can append also this to the CSS you already added:
time
{display:none;
}
-
January 17, 2021 at 11:46 am in reply to: how can i remove these fields ? #2538
Hello,
First of all, thank you for your purchase.
Please add this CSS code to your site to remove the unwanted content:
li
{
list-style-type:none;
}
svg
{
display:none;
}
Info on how to add CSS to your site: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/
Let me know if this helped.
Regards, Szabi – CodeRevolution.
-
January 17, 2021 at 9:14 am in reply to: Image won’t show in the extraction of articles #2534
Hello,
First of all, thank you for your purchase.
I added The Epoch Times to the source list, it should appear soon.
Regarding images, I think that they are lazy loaded on the source page from where you are importing. To show them, you need to add the respective image lazy loading tag that the source page uses in the ‘Lazy Loading Images HTML Tag’ settings field in importing rule settings. Usually this is ‘data-src’ or ‘lazy-src’.
Please check a tutorial video on this, here (video applies also for the Newsomatic plugin): https://www.youtube.com/watch?v=BMzJWZdodlo
Regarding sources, please send me a list of sources in Vietnamese with these details attached to them and I will check on adding them: category (business, entertainment, health, science, tech, sports, general), country, language.
Regards, Szabi – CodeRevolution.
-
Sure. Tutorial video playlist: https://www.youtube.com/watch?v=rJw19B5vyGc&index=2&list=PLEiGTaa0iBIhlEW0w-kAvn2CZPtsih4hP
-
January 16, 2021 at 6:20 am in reply to: folders according to the identifier “id” of the post. #2529
Hello,
There were some complains from customers about a high inode usage of the plugin (on some shared hosting plans), because it created a new folder for each image. Because of this, I remove the functionality of creating new folders for each image, instead, it will create the images in the same folder, and add the post ID in their file name, example: postID-filename.jpg
Regards,
Szabi – CodeRevolution.
-
Hello,
Thank you for your question.
Yes, please check Blogspotomatic, it can automatically post from WordPress to Blogger blogs: https://1.envato.market/blogspotomatic
Regards, Szabi – CodeRevolution.
-
January 15, 2021 at 2:21 pm in reply to: Doesn’t work with NextScripts snap plugin #2524
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.
-
January 15, 2021 at 9:46 am in reply to: Seed Page Crawling Query Type Sitemap #2522
At the moment, only the link generated by the %%item_url%% shortcode is shortened using Shorte.st – links from post content are not shortened.
-
January 15, 2021 at 9:10 am in reply to: Seed Page Crawling Query Type Sitemap #2520
I am happy to help! 🙂
If you like the plugin, please give it a rating on CodeCanyon, it is really appreciated: https://codecanyon.net/downloads
Regards.
-
January 15, 2021 at 9:01 am in reply to: Seed Page Crawling Query Type Sitemap #2518
Please try using the following settings for the importing rule you created for this URL:
Content Query Type: ID
Content Query String: overall-containerScreenshot: https://ibb.co/vqYCZ6G
Let me know if this helped.
Regards.
-
January 15, 2021 at 7:49 am in reply to: Seed Page Crawling Query Type Sitemap #2516
Hello,
First of all, thank you for your purchase.
Can you give me an example of what you mean? I don’t fully understand it yet. Please send me an example sitemap URL and also some screenshots of which external links are not included in your case.
Thank you.
Regards, Szabi – CodeRevolution.
-
AuthorPosts