Forum Replies Created
-
AuthorPosts
-
May 10, 2023 at 12:21 pm in reply to: Crwaling perfrom with multi-type strings #7494
Please use:
Content Query TypeXPath/CSS SelectorContent Query String//*[@data-automation=’jobAdDetails’]Regards. -
May 10, 2023 at 11:29 am in reply to: Crwaling perfrom with multi-type strings #7491
Hello,
I am sorry, but as the closing date is not added in a standard format in all pages which you are scraping, correctly scraping the close date in a separate custom shortcode is not possible.
This would be possible only if the close date would be added to all job listings in a standard format.
I suggest you scrape the close date and add it in the post content.
Regards,
Szabi – CodeRevolution.
-
May 10, 2023 at 11:29 am in reply to: Crwaling perfrom with multi-type strings #7490
Hello,
I am sorry, but as the closing date is not added in a standard format in all pages which you are scraping, correctly scraping the close date in a separate custom shortcode is not possible.
This would be possible only if the close date would be added to all job listings in a standard format.
I suggest you scrape the close date and add it in the post content.
Regards,
Szabi – CodeRevolution.
-
May 10, 2023 at 10:49 am in reply to: chatgpt 4 model not found? #7487
Hello,
First of all, thank you for your purchase.
GPT-4 models are not yet available publicly (they are in closed beta). To get access, you need to sign up for a waiting list. Please check details in this tutorial video: https://www.youtube.com/watch?v=k95YNlODae0
Regards, Szabi – CodeRevolution.
-
May 10, 2023 at 10:23 am in reply to: Crawling is not working with https://www.seek.com.au/ #7485
I am glad to help.
-
May 10, 2023 at 10:06 am in reply to: bulk bug ? #7482
Please send me temporary admin login credentials to your site and I check on this. My email is kisded@yahoo.com
Regards.
-
May 10, 2023 at 10:04 am in reply to: Bulk AI generate stuck on “Trying to parse RSS feed items” #7481
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.
-
May 10, 2023 at 10:03 am in reply to: Crawling is not working with https://www.seek.com.au/ #7480
Hello,I changed plugin settings, please check below:Seed Page Crawling Query Type:XPath/CSS SelectorSeed Page Crawling Query String://*[@data-automation=’jobTitle’]Content Query TypeXPath/CSS SelectorContent Query String//*[@data-automation=’jobAdDetails’]Custom Shortcode Creator (from Crawled Content)job_salary_value => regex @@ “jobSalary”:”([^”]*?)”job_location => regex @@ “jobLocation”:”([^”]*?)”company_name => regex @@ “advertiserName”:”([^”]*?)”Post Custom Fields:_job_salary => %%job_salary_value%%,_job_location => %%job_location%%,_company_name => %%company_name%%,_yoast_wpseo_focuskw => [aicontent model=”gpt-3.5-turbo″] Write one SEO-friendly keyword for %%yoast_wpseo_focuskw%% [/aicontent],_job_expires => %%job_expires%%, _application => %%item_url%%, _yoast_wpseo_metadesc => [aicontent model=”gpt-3.5-turbo″] Write an SEO-friendly meta description in no more than 140 characters for %%item_content%% [/aicontent]Regards,Szabi – CodeRevolution. -
May 10, 2023 at 10:03 am in reply to: Crawling is not working with https://www.seek.com.au/ #7479
Hello,I changed plugin settings, please check below:Seed Page Crawling Query Type:XPath/CSS SelectorSeed Page Crawling Query String://*[@data-automation=’jobTitle’]Content Query TypeXPath/CSS SelectorContent Query String//*[@data-automation=’jobAdDetails’]Custom Shortcode Creator (from Crawled Content)job_salary_value => regex @@ “jobSalary”:”([^”]*?)”job_location => regex @@ “jobLocation”:”([^”]*?)”company_name => regex @@ “advertiserName”:”([^”]*?)”Post Custom Fields:_job_salary => %%job_salary_value%%,_job_location => %%job_location%%,_company_name => %%company_name%%,_yoast_wpseo_focuskw => [aicontent model=”gpt-3.5-turbo″] Write one SEO-friendly keyword for %%yoast_wpseo_focuskw%% [/aicontent],_job_expires => %%job_expires%%, _application => %%item_url%%, _yoast_wpseo_metadesc => [aicontent model=”gpt-3.5-turbo″] Write an SEO-friendly meta description in no more than 140 characters for %%item_content%% [/aicontent]Regards. -
May 10, 2023 at 5:47 am in reply to: Crawling is not working with https://www.seek.com.au/ #7470
Hello,I checked your site and I see that you are using the %%application%% shortcode in the ‘Post Custom Fields’ settings field and you did not set up this shortcode in the ‘Custom Shortcode Creator’ settings field.Please check this tutorial video for details on how to set this shortcode up, so it will be able to be used in the ‘Post Custom Fields’ settings field of the plugin: https://www.youtube.com/watch?v=OnANHg0OSVwRegards. -
May 10, 2023 at 4:38 am in reply to: Aiomatic Chat goes crazy #7468
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 with the chatbot? Send it, please, to my email address: kisded@yahoo.com
On the part of response time of chat, I also saw that OpenAI’s API is responding slower than usual in the previous days, I will try to contact their support and ask them about this issue, I hope it can be solved soon.
Regards, Szabi – CodeRevolution.
-
May 10, 2023 at 4:36 am in reply to: Crawling is not working with https://www.seek.com.au/ #7467
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.
-
Hello,
Please be sure to increase the max_execution_time settings on your server to 1000 – as this server limitation might block the plugin from running its processing for a longer period of time.
This will allow longer execution times for the plugin. Please contact your hosting provider’s support and ask them for help if you don’t know how to make this change.
Or, you can also do this change on your own, please check this tutorial: https://www.greengeeks.com/tutorials/max_execution_time-wordpress/
Let me know if this helped. You can also get in touch by email: kisded@yahoo.com
Regards, Szabi – CodeRevolution.
-
May 10, 2023 at 3:21 am in reply to: bulk bug ? #7462
Hello,
Another solution might be to increase max_execution_time on your server, to allow longer running times for the plugin.
Please be sure to increase the max_execution_time settings on your server to 1000 – as this server limitation might block the plugin from running its processing for a longer period of time.This will allow longer execution times for the plugin. Please contact your hosting provider’s support and ask them for help if you don’t know how to make this change.
Or, you can also do this change on your own, please check this tutorial: https://www.greengeeks.com/tutorials/max_execution_time-wordpress/
Let me know if this helped. You can also get in touch by email: kisded@yahoo.com
Regards, Szabi – CodeRevolution.
-
May 10, 2023 at 3:18 am in reply to: AI Internet Access not working and some buttons #7461
Hello, this is because I did not officially release the update which fixes the button issues yet, I am still working on finalizing some new features in it, before I can release an update. I estimate that it should be ready today or tomorrow. Will release the next public update for the plugin which will also fix the button issue you encountered.
Regards.
-
AuthorPosts