• Resolved andreypavlov

    (@andreypavlov)


    On single job listing page. There is a square block thing with the post date such as, 06 OCT, that is covering the title. I can not get rid of it. Not sure why I am the only one with this issue. New install and one test post.
    On webpage Inspector shows this as the problem code:

    <div class="post-date wd-post-date wd-style-with-bg" onclick="">
    <span class="post-date-day">06</span>
    <span class="post-date-month">Oct</span>
    </div>

    Tried:
    CSS change:
    .job_listings .date {
    display: none!important;
    }
    Nope

    .job_listings .post-date {
    display: none!important;
    }
    Nope

    Tried to override by copying it to yourtheme/job_manager/content-single-job_listing-meta.php
    commented out:
    39 <li class=”date-posted”><?php the_job_publish_date(); ?>
    Nope

    Tried to override by copying it to yourtheme/job_manager/content-job_listing.php.
    commented out:
    44 <li class=”date”><?php the_job_publish_date(); ?>
    Nope

    Gave it the finger and tried voodoo spell
    YUP oh wait Nope

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Cena (a11n)

    (@cena)

    Hi @andreypavlov ,

    In general, presentation is controlled by your theme rather than WPJM itself. Have you tried switching ot a default like TwentyTwenty? Does the issue persist?

    If so, can you send us a URL where we can see this in action? Alternately, can you link to a screenshot showing the issue?

    Best,

    Plugin Support Jay

    (@bluejay77)

    Hi there,

    It has been more than one week since we have heard from you, so I’m marking this topic as resolved.

    But if you have any further questions or need some more help, you’re welcome to reply here or open another thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Job post date inline-block removal’ is closed to new replies.