Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter leritz

    (@leritz)

    Doubt it’s any help but I ended figuring out the origin of the problem though it’s unlikely I get around solving it : Woocommerce screws up the permalinks with job-manager.

    After some research, I installed Rewrite Rules Inspector. I entered the main page I have a problem with (the one with the job list), “offres-d-emploi”. And it’s giving me this :

    Rule		(.?.+?)(/[0-9]+)?/?$
    Rewrite		index.php?pagename=$matches[1]&page=$matches[2]
    Source		page
    
    Rule		offres-d-emploi/?(page/(\d+)/?)?$
    Rewrite		index.php?jobman_root_id=6678&page=$matches[2]
    Source		other
    
    Rule		([^/]+)(/[0-9]+)?/?$
    Rewrite		index.php?name=$matches[1]&page=$matches[2]
    Source		post

    I gather Woocommerce has its own set of writing rules and 2 of those are stepping on job-manager’s own rewriting rules.

    Have no idea how to correct this. Would appreciate any help…

    Thread Starter leritz

    (@leritz)

    Hoping some charitable soul pushes this forward… I’m desperate.. !;-(

    Perhaps, if there was a setting allowing to hardcode the pages id relating to job manager, it would not be screwed up by rewriting rules…

    How about bypassing WordPress rewriting engine with something else…? Another plugin ?

    Plugin Author Thomas Townsend

    (@smb-dev)

    Permalinks and re-write rules for WP are a touchy subject for MANY plugins not just JM as attested to with the comment about Woocommerce above.

    We are looking closely at this issue with our current update in testing.

    I would also suggest you look at other plugins that might not play nice with Job Manager as an interim until we can say we have resolved this issue with certainty.

    When in doubt de-activate all of your plugins when you run into the issue and then refresh (save changes) permalink settings and enable each plugin one at a time and then continue with refresh (save changes) to permalink settings until you find the culprit and then let the developer know there is an issue.

    Plugin Author Thomas Townsend

    (@smb-dev)

    Please see notes from this issue>

    I am closing this thread as their has been no activity/response in over 3 months. You can re-open this if you have other issues after you have updated.

    Be sure to follow our update recommendations.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Permalinks problem’ is closed to new replies.