Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author Mike Jolley

    (@mikejolley)

    This was added in 2.0.1. Check for automatic updates.

    Thread Starter Matt

    (@msjanoah)

    Thanks Mike. I just purchased the Indeed add-on this weekend, so I assumed that I had the latest version. How can I get the update that fixes these links?

    Thanks again

    Plugin Author Mike Jolley

    (@mikejolley)

    Do you have a link to it working? I’ll check the code is there.

    Thread Starter Matt

    (@msjanoah)

    Plugin Author Mike Jolley

    (@mikejolley)

    Do you have a content-indeed-job-listing.php anywhere in your theme?

    Thread Starter Matt

    (@msjanoah)

    Yes, it’s in the templates folder.

    Plugin Author Mike Jolley

    (@mikejolley)

    That is the issue then ?? Your template version is missing the target=”_blank” which I added to the plugin’s version. Update your local version, or remove it if you don’t need any customisations to it.

    Thread Starter Matt

    (@msjanoah)

    Thanks. I’m not quite sure that I understand, but just to confirm, you want me to update my Indeed Integration plugin?

    If so, where do I get this update? My wp dashboard doesn’t show that an update is available, and I didn’t see an update on your site or your github site.

    My apologies if I have overlooked something. Thank you again.

    Plugin Author Mike Jolley

    (@mikejolley)

    No, you need to update or remove your content-indeed-job-listing.php inside your theme (if it exists!).

    Thread Starter Matt

    (@msjanoah)

    I deleted the content-indeed-job-listing.php file, and it just made the Indeed job feed not load, so I put it back.

    I still don’t know how update that file. Where can I get the updated content-indeed-job-listing.php file?

    Thanks again

    Plugin Author Mike Jolley

    (@mikejolley)

    You said it was within your theme? Is this the case or not?

    Just to clarify you should not be touching the *plugin* files themselves at all. The updated version would be wp-content/plugins/wp-job-manager-indeed-integration/templates/content-indeed-job-listing.php

    Plugin Author Mike Jolley

    (@mikejolley)

    Also, you said you were on latest, but please go to the admin plugins page and check the version you have installed. It should be 2.0.4

    Thread Starter Matt

    (@msjanoah)

    Hi Mike,

    I think that the plugin that you have on your server is not the 2.0.4, because I just bought it, and I only have the 2.0.0 version. I downloaded and installed both the Job Manager plugin and Indeed Integration this weekend. In fact, I bought Indeed Integration 3 days ago.

    Two days ago, you said that the latest version was 2.0.1. I have asked you 3 times where can I download the updated versions that you have been making over the last 3 days, and you have not yet answered. Your upgrades are currently not available through my dashboard, your website, or Github. For the 4th time, please tell me specifically where I can get the newest versions.

    Meanwhile, I have fixed the problem. It was so simple that you could have just told be from the very beginning. For anyone having a problem with indeed jobs opening in the same window as your website, please change the following in /wp-job-manager-indeed-integration/templates/content-indeed-job-listing.php

    Original:
    <a href="<?php echo $indeed_job->url; ?>" onmousedown="<?php echo $indeed_job->onmousedown; ?>">

    Change to:
    <a href="<?php echo $indeed_job->url; ?>" target="_blank"<?php echo $indeed_job->onmousedown; ?>">

    I am leaving this open until you tell me where to get updated versions.

    Thanks,

    Plugin Author Mike Jolley

    (@mikejolley)

    You are correct its a simple solution, however when I told you it was in 2.0.1 you didn’t say you were running 2.0.0, you said latest which through me off ?? Also when I asked if you had a version of the template (baring in mind themes can override template files!) you said yes.

    Anyway, you are correct about 2.0.0 being on my server. I hadn’t realised. You can wait 24 hours for the update to now appear, or use the download in the ‘gumroad’ email you got. Both are now 2.0.4.

    = 2.0.4 =
    * Add category to feeds
    
    = 2.0.3 =
    * Sort results by relevance for better matching positions
    
    = 2.0.2 =
    * Use geocode to pick up correct country to search within
    
    = 2.0.1 =
    * Target blank for the indeed link
    * Include long and lat on each listing

    Thanks

    Thread Starter Matt

    (@msjanoah)

    Thanks. That sounds great. I will be buying more plugins from you within the next few days.

    Thanks again.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Open Indeed Jobs in New Window’ is closed to new replies.