Szabi – CodeRevolution

Forum Replies Created

Viewing 15 posts - 3,706 through 3,720 (of 4,646 total)
  • Author
    Posts
  • in reply to: puppeteer setup needed to run plugin #2552


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    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.

  • in reply to: Yellow Tab appears/Won’t Exstract #2549


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    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.

  • in reply to: how can i remove these fields ? #2546


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096
    I am glad to help.
    If you enjoy the plugin, please give it a rating on CodeCanyon, it is really appreciated. 🙂
  • in reply to: how can i remove these fields ? #2544


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    You can append also this to the CSS you already added:

     

    time
    {

    display:none;

    }

  • in reply to: how can i remove these fields ? #2538


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    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.

  • in reply to: Image won’t show in the extraction of articles #2534


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    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.

  • in reply to: Plugin #2531


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096
  • in reply to: folders according to the identifier “id” of the post. #2529


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    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.

  • in reply to: Plugin #2526


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    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.

  • in reply to: Doesn’t work with NextScripts snap plugin #2524


    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: Seed Page Crawling Query Type Sitemap #2522


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    At the moment, only the link generated by the %%item_url%% shortcode is shortened using Shorte.st – links from post content are not shortened.

     

  • in reply to: Seed Page Crawling Query Type Sitemap #2520


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    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.

  • in reply to: Seed Page Crawling Query Type Sitemap #2518


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    Please try using the following settings for the importing rule you created for this URL:

    Content Query Type: ID
    Content Query String: overall-container

    Screenshot: https://ibb.co/vqYCZ6G

    Let me know if this helped.

    Regards.

  • in reply to: Seed Page Crawling Query Type Sitemap #2516


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    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.

  • in reply to: Eventomatic return event date #2514


    Szabi – CodeRevolution
    Keymaster
    Post count: 5096

    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. 🙂

Viewing 15 posts - 3,706 through 3,720 (of 4,646 total)