cayonone
Forum Replies Created
-
Hi TonyWilliams, I had similar issues, check your spam mail.
That’s where it seems to be going.Forum: Plugins
In reply to: [WP Job Manager] What line do I change here for job type filters?I see this has been taken care of in recent updates so no need to amend the files.
Many thanks for an amazing plugin.Forum: Plugins
In reply to: [WP Job Manager] What line do I change here for job type filters?Thanks Mike.
No I haven’t tried another theme – actually paranoid about doing that.
Assuming it’s the theme? Pls what do I do?
Many thanks.Forum: Plugins
In reply to: [WP Job Manager] What line do I change here for job type filters?Thanks for your help @fourleafed.
The one you sent didn’t work either.
Could my theme (jobify) be affecting it in any way?Forum: Plugins
In reply to: [WP Job Manager] What line do I change here for job type filters?Hi Mike,
Sorry for the silence.
I still haven’t been able to wrap my head around this.
Any new development as to which file it is?Thanks and sorry for the trouble.
Cay.
Forum: Plugins
In reply to: [WP Job Manager] What line do I change here for job type filters?Thanks, I placed it in mytheme/job_manager/job-filter-job-types.php
Forum: Plugins
In reply to: [WP Job Manager] What line do I change here for job type filters?<?php if ( ! is_tax( 'job_listing_type' ) && empty( $job_types ) ) : ?> <ul class="job_types"> <?php foreach ( get_job_listing_types() as $type ) : ?> <li><label for="job_type_<?php echo $type->slug; ?>" class="<?php echo sanitize_title( $type->name ); ?>"><input type="checkbox" name="filter_job_type[]" value="<?php echo $type->slug; ?>" id="job_type_<?php echo $type->slug; ?>" /> <?php echo $type->name; ?></label></li> <?php endforeach; ?> <?php elseif ( $job_types ) : ?> <?php foreach ( $job_types as $job_type ) : ?> <input type="hidden" name="filter_job_type[]" value="<?php echo sanitize_title( $job_type ); ?>" /> <?php endforeach; ?> <?php endif; ?>Forum: Plugins
In reply to: [WP Job Manager] What line do I change here for job type filters?Hi Mike,
Many thanks for your response.
Pls I tried it and it didn’t work 🙁
Kindly assist.Thanks.
Forum: Plugins
In reply to: [WooCommerce] Checkout redirection issuesThe issue is still there.
Shame none of the woocommerce mod can be bothered responding to this.
Wiseeyemedia thanks for your reply but as statick pointed out, it’s really not that clear – could you pls clarify how you got it to work? Thanks.
There’s an alternative free plugin called “striper” that anyone having issues with mijireh can try though.
That didn’t work for me either.Forum: Plugins
In reply to: [WooCommerce] Checkout redirection issuesHi Here’s the reply from Mijireh below >>>>
OK, let me step you through a working process so you can understand my diagnosis:
Your customer places an order, and selects “pay with credit card” and clicks “Place Order”.
The next screen they see runs at https://secure.mijireh.com and asks them for CC information.
They enter that information, click “Place Order”.
The next screen says something about “Thank you for your order” and is running back on your site. (This is the step that is not working correctly for you) This will also alert WooCommerce to send any emails upon a successful sale.After a successful order, we will redirect the customer back to your website, for the “Thank You” page. When the Mijireh service is first called from WooCommerce, WC tells us what URL to use for that redirect. Since you got a successful credit card transaction, that means everything was successful, and when your browser was re-directed to that Thank You page, that is when you got the 404 error. You should make a note of what that URL is (and look at number 2 below, about test mode so you can re-create and find that URL), you may need it to help with number 1.
So, You need to contact Woo about how to fix this.
<<<<<<<Forum: Plugins
In reply to: [WP Job Manager] Uncheck Job Type FiltersMany thanks!
Forum: Plugins
In reply to: [WP Job Manager] Expiry dateThank you so much.
Forum: Plugins
In reply to: [WP Job Manager] Hide Company Tagline from Job Summary PageThank you so much. You’re a Star!