Forum Replies Created
-
AuthorPosts
-
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.
-
January 14, 2021 at 7:58 pm in reply to: Eventomatic return event date #2514
Hello,
First of all, thank you for your purchase.
I am happy to hear that you like the plugin.
Yes, it is possible to add the event date in a custom field for created posts. Please go to importing rule settings in the plugin -> click ‘Settings’ on the rule you wish to edit -> search for the ‘Post Custom Fields’ settings field -> add the following (don’t forget to replace the CUSTOMFIELDID with your real custom field slug):
CUSTOMFIELDID => Â %%item_date%%
Other possible shortcodes:
%%custom_html%%, %%custom_html2%%, %%random_sentence%%, %%random_sentence2%%, %%item_description%%, %%item_content%%, %%item_content_plain_text%%, %%item_read_more_button%%, %%item_url%%, %%item_show_image%%, %%item_image_URL%%, %%item_date%%, %%item_title%%, %%item_start_date_local%%, %%item_start_date_utc%%, %%item_start_date_timezone%%, %%item_end_date_local%%, %%item_end_date_utc%%, %%item_end_date_timezone%%, %%item_organization_id%%, %%item_created_date%%, %%item_changed_date%%, %%item_capacity%%, %%item_status%%, %%item_currency%%, %%item_tx_time_limit%%, %%item_locale%%, %%item_privacy_setting%%, %%item_source%%, %%item_is_free%%, %%item_version%%, %%item_logo_id%%, %%item_organizer_id%%, %%item_venue_id%%, %%item_category_id%%, %%item_subcategory_id%%, %%item_format_id%%, %%item_full_logo_url%%, %%item_organizer_description%%, %%item_organizer_description_long%%, %%item_organizer_logo%%, %%item_organizer_name%%, %%item_organizer_url%%, %%item_venue_address%%, %%item_venue_city%%, %%item_venue_region%%, %%item_venue_country%%, %%item_venue_latitude%%, %%item_venue_longitude%%, %%item_venue_age_restriction%%, %%item_venue_capacity%%, %%item_venue_name%%
Tutorial video for custom field creation using my plugins: https://www.youtube.com/watch?v=GMIojmlI9fA
I hope this info helps.
Regards, Szabi – CodeRevolution.
PS: If you have time, please give the plugin a rating on CodeCanyon, it is really appreciated. 🙂
-
AuthorPosts